Class AbstractSyncEntityLinksCmd.EntityLinkNode
java.lang.Object
com.flowable.platform.engine.impl.cmd.AbstractSyncEntityLinksCmd.EntityLinkNode
- Enclosing class:
AbstractSyncEntityLinksCmd
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntityLinkNode(String scopeId, String scopeType, AbstractSyncEntityLinksCmd.EntityLinkNode parent) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntityLink(org.flowable.entitylink.api.EntityLinkInfo entityLink) protected booleanhasEntityLink(String subScopeId, String referenceScopeId, String hierarchyType) booleanhasGrandParentEntityLink(String subScopeId, String referenceScopeId) booleanhasParentEntityLInk(String subScopeId, String referenceScopeId) booleanhasRootEntityLink(String subScopeId, String referenceScopeId)
-
Field Details
-
scopeId
-
scopeType
-
parent
-
entityLinksByHierarchyTypeBySubScopeId
-
-
Constructor Details
-
EntityLinkNode
public EntityLinkNode(String scopeId, String scopeType, AbstractSyncEntityLinksCmd.EntityLinkNode parent)
-
-
Method Details
-
addEntityLink
public void addEntityLink(org.flowable.entitylink.api.EntityLinkInfo entityLink) -
hasRootEntityLink
-
hasParentEntityLInk
-
hasGrandParentEntityLink
-
hasEntityLink
-
getParent
-
getScopeId
-
getScopeType
-