Uses of Class
com.flowable.platform.common.entitylink.EntityLinkTree
Packages that use EntityLinkTree
Package
Description
-
Uses of EntityLinkTree in com.flowable.platform.common.entitylink
Methods in com.flowable.platform.common.entitylink that return EntityLinkTreeModifier and TypeMethodDescriptionstatic 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 EntityLinkTreeModifier and TypeFieldDescriptionprotected Map<String,EntityLinkTree> EntityLinkTreeCache.entityLinkTreesByHistoricScopeprotected Map<String,EntityLinkTree> EntityLinkTreeCache.entityLinkTreesByScopeMethods in com.flowable.platform.engine.impl.indexing.job.history that return EntityLinkTreeModifier and TypeMethodDescriptionprotected 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) EntityLinkTreeCache.getEntityLinkTreeForHistoricScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) Methods in com.flowable.platform.engine.impl.indexing.job.history with parameters of type EntityLinkTreeModifier and TypeMethodDescriptionprotected 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 EntityLinkTreeModifier and TypeMethodDescriptionprotected 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)