Class DeleteWorkObjectVariableCmd
java.lang.Object
com.flowable.workobject.engine.impl.cmd.WorkObjectVariableCmd
com.flowable.workobject.engine.impl.cmd.DeleteWorkObjectVariableCmd
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
public class DeleteWorkObjectVariableCmd extends WorkObjectVariableCmd
Removes a variable from the work object
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class com.flowable.workobject.engine.impl.cmd.WorkObjectVariableCmd
legacyVariableHit, name, workObjectId
-
Constructor Summary
Constructors Constructor Description DeleteWorkObjectVariableCmd(java.lang.String workObjectId, java.lang.String name)
-
Method Summary
Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
protected void
recordVariableDelete(boolean isPropagateToHistoricVariable, org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstance, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Methods inherited from class com.flowable.workobject.engine.impl.cmd.WorkObjectVariableCmd
getWorkObjectWithConvertedVariables
-
Constructor Details
-
DeleteWorkObjectVariableCmd
public DeleteWorkObjectVariableCmd(java.lang.String workObjectId, java.lang.String name)
-
-
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>
- Specified by:
execute
in classWorkObjectVariableCmd
-
recordVariableDelete
protected void recordVariableDelete(boolean isPropagateToHistoricVariable, org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstance, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-