Uses of Class
com.flowable.platform.common.entitylink.EntityLinkTree
Package | Description |
---|---|
com.flowable.platform.common.entitylink | |
com.flowable.platform.engine.impl.indexing.job.history |
-
Uses of EntityLinkTree in com.flowable.platform.common.entitylink
Methods in com.flowable.platform.common.entitylink that return EntityLinkTree Modifier and Type Method Description static EntityLinkTree
EntityLinkTree. createTree(java.util.Collection<? extends org.flowable.entitylink.api.EntityLinkInfo> entityLinks)
Create an entity link tree from the givenentityLinks
. -
Uses of EntityLinkTree in com.flowable.platform.engine.impl.indexing.job.history
Fields in com.flowable.platform.engine.impl.indexing.job.history with type parameters of type EntityLinkTree Modifier and Type Field Description protected java.util.Map<java.lang.String,EntityLinkTree>
EntityLinkTreeCache. entityLinkTreesByHistoricScope
protected java.util.Map<java.lang.String,EntityLinkTree>
EntityLinkTreeCache. entityLinkTreesByScope
Method parameters in com.flowable.platform.engine.impl.indexing.job.history with type arguments of type EntityLinkTree Modifier and Type Method Description protected EntityLinkTree.EntityLinkNode
EntityLinkTreeCache. getEntityLinkTree(java.lang.String scopeId, java.lang.String scopeType, boolean useHistory, java.util.Map<java.lang.String,EntityLinkTree> cachedEntityTrees)