Class GetParentWorkObjectIdCmd

java.lang.Object
com.flowable.workobject.engine.impl.cmd.GetParentWorkObjectIdCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.lang.String>

public class GetParentWorkObjectIdCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.String>
Returns parent workObject Id for the given workObjectId
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String workObjectId  
  • Constructor Summary

    Constructors 
    Constructor Description
    GetParentWorkObjectIdCmd​(java.lang.String workObjectId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String execute​(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

    • workObjectId

      protected final java.lang.String workObjectId
  • Constructor Details

  • Method Details

    • execute

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