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(java.util.Collection<? extends org.flowable.entitylink.api.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 java.util.Map<java.lang.String,EntityLinkTree>EntityLinkTreeCache. entityLinkTreesByHistoricScopeprotected java.util.Map<java.lang.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(java.lang.String scopeId, java.lang.String scopeType, boolean useHistory, java.util.Map<java.lang.String,EntityLinkTree> cachedEntityTrees)
-