Class AbstractSyncEntityLinksCmd.EntityLinkNode

java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractSyncEntityLinksCmd.EntityLinkNode
Enclosing class:
AbstractSyncEntityLinksCmd

public static class AbstractSyncEntityLinksCmd.EntityLinkNode extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • addEntityLink

      public void addEntityLink(org.flowable.entitylink.api.EntityLinkInfo entityLink)
    • hasRootEntityLink

      public boolean hasRootEntityLink(String subScopeId, String referenceScopeId)
    • hasParentEntityLInk

      public boolean hasParentEntityLInk(String subScopeId, String referenceScopeId)
    • hasGrandParentEntityLink

      public boolean hasGrandParentEntityLink(String subScopeId, String referenceScopeId)
    • hasEntityLink

      protected boolean hasEntityLink(String subScopeId, String referenceScopeId, String hierarchyType)
    • getParent

    • getScopeId

      public String getScopeId()
    • getScopeType

      public String getScopeType()