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. entityLinkTreesByScopeMethods in com.flowable.platform.engine.impl.indexing.job.history that return EntityLinkTree Modifier and Type Method Description protected EntityLinkTreeEntityLinkTreeCache. getBulkEntityLinkTree(Collection<String> scopeIds, String scopeType, Map<String,EntityLinkTree> cachedEntityTrees)protected EntityLinkTreeEntityLinkTreeCache. getEntityLinkTree(String scopeId, Collection<String> scopeIds, String scopeType, EntityLinkTree cachedEntityLinkTree, boolean useHistory, Map<String,EntityLinkTree> cachedEntityTrees)EntityLinkTreeEntityLinkTreeCache. getEntityLinkTreeForHistoricScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType)Methods in com.flowable.platform.engine.impl.indexing.job.history with parameters of type EntityLinkTree Modifier and Type Method Description protected EntityLinkTreeEntityLinkTreeCache. getEntityLinkTree(String scopeId, Collection<String> scopeIds, String scopeType, EntityLinkTree cachedEntityLinkTree, boolean useHistory, Map<String,EntityLinkTree> cachedEntityTrees)Method parameters in com.flowable.platform.engine.impl.indexing.job.history with type arguments of type EntityLinkTree Modifier and Type Method Description protected EntityLinkTreeEntityLinkTreeCache. getBulkEntityLinkTree(Collection<String> scopeIds, String scopeType, Map<String,EntityLinkTree> cachedEntityTrees)protected EntityLinkTree.EntityLinkNodeEntityLinkTreeCache. getEntityLinkNode(String scopeId, String scopeType, boolean useHistory, Map<String,EntityLinkTree> cachedEntityTrees)protected EntityLinkTreeEntityLinkTreeCache. getEntityLinkTree(String scopeId, Collection<String> scopeIds, String scopeType, EntityLinkTree cachedEntityLinkTree, boolean useHistory, Map<String,EntityLinkTree> cachedEntityTrees)
-