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 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 EntityLinkTreeModifier and TypeFieldDescriptionprotected Map<String,
EntityLinkTree> EntityLinkTreeCache.entityLinkTreesByHistoricScope
protected Map<String,
EntityLinkTree> EntityLinkTreeCache.entityLinkTreesByScope
Methods in com.flowable.platform.engine.impl.indexing.job.history that return EntityLinkTreeModifier and TypeMethodDescriptionprotected EntityLinkTree
EntityLinkTreeCache.getBulkEntityLinkTree
(Collection<String> scopeIds, String scopeType, Map<String, EntityLinkTree> cachedEntityTrees) protected EntityLinkTree
EntityLinkTreeCache.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 EntityLinkTree
EntityLinkTreeCache.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 EntityLinkTree
EntityLinkTreeCache.getBulkEntityLinkTree
(Collection<String> scopeIds, String scopeType, Map<String, EntityLinkTree> cachedEntityTrees) protected EntityLinkTree.EntityLinkNode
EntityLinkTreeCache.getEntityLinkNode
(String scopeId, String scopeType, boolean useHistory, Map<String, EntityLinkTree> cachedEntityTrees) protected EntityLinkTree
EntityLinkTreeCache.getEntityLinkTree
(String scopeId, Collection<String> scopeIds, String scopeType, EntityLinkTree cachedEntityLinkTree, boolean useHistory, Map<String, EntityLinkTree> cachedEntityTrees)