Package org.camunda.bpm.engine.impl.cmd
Class DeleteProcessDefinitionsByKeyCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessDefinitionCmd
org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByKeyCmd
- All Implemented Interfaces:
Serializable,Command<Void>
Command to delete process definitions by a given key.
- Author:
- Tassilo Weidner
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessDefinitionCmd
cascade, skipCustomListeners, skipIoMappings -
Constructor Summary
ConstructorsConstructorDescriptionDeleteProcessDefinitionsByKeyCmd(String processDefinitionKey, boolean cascade, boolean skipCustomListeners, boolean skipIoMappings, String tenantId, boolean isTenantIdSet) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessDefinitionCmd
deleteProcessDefinitionCmdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Constructor Details
-
DeleteProcessDefinitionsByKeyCmd
-
-
Method Details
-
execute
-