Package org.camunda.bpm.engine.impl.cmd
Class DeleteHistoricVariableInstancesByProcessInstanceIdCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.DeleteHistoricVariableInstancesByProcessInstanceIdCmd
- All Implemented Interfaces:
Serializable
,Command<Void>
public class DeleteHistoricVariableInstancesByProcessInstanceIdCmd
extends Object
implements Command<Void>, Serializable
- Author:
- Tobias Metzke
- See Also:
-
Constructor Summary
ConstructorDescriptionDeleteHistoricVariableInstancesByProcessInstanceIdCmd
(String processInstanceId) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable