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)  

    Methods inherited from class java.lang.Object

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

  • 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>
    • updateHistoricInfo

      protected void updateHistoricInfo​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
    • sendVariableDeleteEvents

      protected void sendVariableDeleteEvents​(WorkObjectEntityImpl workObjectEntity)
    • getVariableInstanceEntityManager

      protected org.flowable.variable.service.impl.persistence.entity.VariableInstanceEntityManager getVariableInstanceEntityManager()