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
ConstructorDescriptionDeleteProcessDefinitionsByKeyCmd
(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
deleteProcessDefinitionCmd
-
Constructor Details
-
DeleteProcessDefinitionsByKeyCmd
-
-
Method Details
-
execute
-