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 TypeMethodDescriptionvoid
addEntityLink
(org.flowable.entitylink.api.EntityLinkInfo entityLink) protected boolean
hasEntityLink
(String subScopeId, String referenceScopeId, String hierarchyType) boolean
hasGrandParentEntityLink
(String subScopeId, String referenceScopeId) boolean
hasParentEntityLInk
(String subScopeId, String referenceScopeId) boolean
hasRootEntityLink
(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
-