Class DeleteWorkObjectCmd
java.lang.Object
com.flowable.workobject.engine.impl.cmd.DeleteWorkObjectCmd
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
public class DeleteWorkObjectCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>, java.io.Serializable
Deletes
WorkObject
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
workObjectId
-
Constructor Summary
Constructors Constructor Description DeleteWorkObjectCmd(java.lang.String workObjectId)
-
Method Summary
Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntityManager
getVariableInstanceEntityManager()
protected void
sendVariableDeleteEvents(WorkObjectEntityImpl workObjectEntity)
protected void
updateHistoricInfo(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
workObjectId
protected java.lang.String workObjectId
-
-
Constructor Details
-
DeleteWorkObjectCmd
public DeleteWorkObjectCmd(java.lang.String workObjectId)
-
-
Method Details
-
execute
public java.lang.Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
-
updateHistoricInfo
protected void updateHistoricInfo(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
sendVariableDeleteEvents
-
getVariableInstanceEntityManager
protected org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntityManager getVariableInstanceEntityManager()
-