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 EntityLinkTreeEntityLinkTree. 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. entityLinkTreesByHistoricScopeprotected Map<String,EntityLinkTree>EntityLinkTreeCache. entityLinkTreesByScopeMethod parameters in com.flowable.platform.engine.impl.indexing.job.history with type arguments of type EntityLinkTree Modifier and Type Method Description protected EntityLinkTree.EntityLinkNodeEntityLinkTreeCache. getEntityLinkTree(String scopeId, String scopeType, boolean useHistory, Map<String,EntityLinkTree> cachedEntityTrees) 
 -