Class GetIdentityLinksForWorkObjectCmd

java.lang.Object
com.flowable.workobject.engine.impl.cmd.GetIdentityLinksForWorkObjectCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.util.List<org.flowable.identitylink.api.IdentityLink>>

public class GetIdentityLinksForWorkObjectCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.util.List<org.flowable.identitylink.api.IdentityLink>>
Gets identity links for work objects. Supports querying for processes, cases, tasks too.
  • Field Summary

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

    Constructors 
    Constructor Description
    GetIdentityLinksForWorkObjectCmd​(java.lang.String instanceId)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<org.flowable.identitylink.api.IdentityLink> 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.util.List<org.flowable.identitylink.api.IdentityLink> execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<java.util.List<org.flowable.identitylink.api.IdentityLink>>