Uses of Class
com.flowable.platform.common.entitylink.EntityLinkTree
-
Packages that use 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(Collection<? extends 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 Map<String,EntityLinkTree>
EntityLinkTreeCache. entityLinkTreesByHistoricScope
protected Map<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(String scopeId, String scopeType, boolean useHistory, Map<String,EntityLinkTree> cachedEntityTrees)
-