Class DeleteProcessInstanceBatchConfiguration


  • public class DeleteProcessInstanceBatchConfiguration
    extends BatchConfiguration
    Configuration object that is passed to the Job that will actually perform execution of deletion.

    This object will be serialized and persisted as run will be performed asynchronously.

    Author:
    Askar Akhmerov
    See Also:
    DeleteProcessInstanceBatchConfigurationJsonConverter
    • Field Detail

      • deleteReason

        protected java.lang.String deleteReason
      • skipCustomListeners

        protected boolean skipCustomListeners
      • skipSubprocesses

        protected boolean skipSubprocesses
    • Constructor Detail

      • DeleteProcessInstanceBatchConfiguration

        public DeleteProcessInstanceBatchConfiguration​(java.util.List<java.lang.String> ids,
                                                       DeploymentMappings mappings,
                                                       boolean skipCustomListeners,
                                                       boolean skipSubprocesses)
      • DeleteProcessInstanceBatchConfiguration

        public DeleteProcessInstanceBatchConfiguration​(java.util.List<java.lang.String> ids,
                                                       DeploymentMappings mappings,
                                                       java.lang.String deleteReason,
                                                       boolean skipCustomListeners)
      • DeleteProcessInstanceBatchConfiguration

        public DeleteProcessInstanceBatchConfiguration​(java.util.List<java.lang.String> ids,
                                                       DeploymentMappings mappings,
                                                       java.lang.String deleteReason,
                                                       boolean skipCustomListeners,
                                                       boolean skipSubprocesses,
                                                       boolean failIfNotExists)
    • Method Detail

      • getDeleteReason

        public java.lang.String getDeleteReason()
      • setDeleteReason

        public void setDeleteReason​(java.lang.String deleteReason)
      • isSkipCustomListeners

        public boolean isSkipCustomListeners()
      • isSkipSubprocesses

        public boolean isSkipSubprocesses()
      • setSkipSubprocesses

        public void setSkipSubprocesses​(boolean skipSubprocesses)