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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • execute

      public java.lang.Void execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
      Specified by:
      execute in class WorkObjectVariableCmd
    • recordVariableDelete

      protected void recordVariableDelete​(boolean isPropagateToHistoricVariable, org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntity variableInstance, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)