Uses of Class
com.flowable.platform.engine.impl.links.EntityHierarchyInfo
Packages that use EntityHierarchyInfo
-
Uses of EntityHierarchyInfo in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return types with arguments of type EntityHierarchyInfoModifier and TypeMethodDescriptionprotected abstract List<EntityHierarchyInfo> AbstractSyncEntityLinksCmd.getHierarchyInfo(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Set<String> caseInstanceIds, Set<String> processInstanceIds) protected List<EntityHierarchyInfo> SyncHistoricInstanceEntityLinksCmd.getHierarchyInfo(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Set<String> caseInstanceIds, Set<String> processInstanceIds) protected List<EntityHierarchyInfo> SyncInstanceEntityLinksCmd.getHierarchyInfo(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Set<String> caseInstanceIds, Set<String> processInstanceIds) Methods in com.flowable.platform.engine.impl.cmd with parameters of type EntityHierarchyInfoModifier and TypeMethodDescriptionvoidAbstractSyncEntityLinksCmd.EntityLinkTree.addNode(EntityHierarchyInfo info) protected org.flowable.entitylink.api.EntityLinkInfoAbstractSyncEntityLinksCmd.createEntityLink(EntityHierarchyInfo info, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected abstract org.flowable.entitylink.api.EntityLinkInfoAbstractSyncEntityLinksCmd.createGrandParentEntityLink(String grandParentScopeId, String grandParentScopeType, EntityHierarchyInfo info, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected org.flowable.entitylink.api.EntityLinkInfoSyncHistoricInstanceEntityLinksCmd.createGrandParentEntityLink(String grandParentScopeId, String grandParentScopeType, EntityHierarchyInfo info, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected org.flowable.entitylink.api.EntityLinkInfoSyncInstanceEntityLinksCmd.createGrandParentEntityLink(String grandParentScopeId, String grantParentScopeType, EntityHierarchyInfo info, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected org.flowable.entitylink.api.EntityLinkInfoAbstractSyncEntityLinksCmd.createRootEntityLink(EntityHierarchyInfo info, String rootScopeId, String rootScopeType, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) booleanAbstractSyncEntityLinksCmd.EntityLinkTree.isMissingGrandParentRelation(EntityHierarchyInfo info) booleanAbstractSyncEntityLinksCmd.EntityLinkTree.isMissingParentRelation(EntityHierarchyInfo info) booleanAbstractSyncEntityLinksCmd.EntityLinkTree.isMissingRootRelation(EntityHierarchyInfo info, String rootScopeId)