Uses of Class
com.flowable.platform.common.entitylink.EntityLinkTree.Scope
-
Packages that use EntityLinkTree.Scope Package Description com.flowable.platform.common.entitylink -
-
Uses of EntityLinkTree.Scope in com.flowable.platform.common.entitylink
Fields in com.flowable.platform.common.entitylink declared as EntityLinkTree.Scope Modifier and Type Field Description protected EntityLinkTree.Scope
EntityLinkTree.EntityLinkNode. scope
Fields in com.flowable.platform.common.entitylink with type parameters of type EntityLinkTree.Scope Modifier and Type Field Description protected Map<EntityLinkTree.Scope,EntityLinkTree.EntityLinkNode>
EntityLinkTree.EntityLinkNode. children
protected Map<EntityLinkTree.Scope,EntityLinkTree.EntityLinkNode>
EntityLinkTree. nodeMap
Methods in com.flowable.platform.common.entitylink that return types with arguments of type EntityLinkTree.Scope Modifier and Type Method Description protected static Map<EntityLinkTree.Scope,EntityLinkTree.EntityLinkNode>
EntityLinkTree. createNodeMap(Collection<? extends EntityLinkInfo> entityLinks)
protected Map<EntityLinkTree.Scope,EntityLinkTree.EntityLinkNode>
EntityLinkTree. getNodeMap()
Constructors in com.flowable.platform.common.entitylink with parameters of type EntityLinkTree.Scope Constructor Description EntityLinkNode(EntityLinkTree.Scope scope)
-