Uses of Class
com.flowable.platform.common.entitylink.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 java.util.Map<EntityLinkTree.Scope,EntityLinkTree.EntityLinkNode>
EntityLinkTree.EntityLinkNode. children
protected java.util.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 java.util.Map<EntityLinkTree.Scope,EntityLinkTree.EntityLinkNode>
EntityLinkTree. createNodeMap(java.util.Collection<? extends org.flowable.entitylink.api.EntityLinkInfo> entityLinks)
protected java.util.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)