Uses of Class
com.flowable.platform.service.hierarchy.HierarchyElementDTO
-
Packages that use HierarchyElementDTO Package Description com.flowable.platform.service.hierarchy -
-
Uses of HierarchyElementDTO in com.flowable.platform.service.hierarchy
Methods in com.flowable.platform.service.hierarchy that return HierarchyElementDTO Modifier and Type Method Description protected HierarchyElementDTO
InstanceHierarchyServiceImpl. convertEntityLink(EntityLinkInfo entityLinkNode)
Methods in com.flowable.platform.service.hierarchy that return types with arguments of type HierarchyElementDTO Modifier and Type Method Description protected List<HierarchyElementDTO>
InstanceHierarchyServiceImpl. convertToEntityLinkList(List<? extends EntityLinkInfo> entityLinks)
List<HierarchyElementDTO>
HierarchyElementDTO. getChildren()
List<HierarchyElementDTO>
InstanceHierarchyService. getEntityLinkList(String scopeId, String scopeType)
List<HierarchyElementDTO>
InstanceHierarchyServiceImpl. getEntityLinkList(String scopeId, String scopeType)
Methods in com.flowable.platform.service.hierarchy with parameters of type HierarchyElementDTO Modifier and Type Method Description protected void
InstanceHierarchyServiceImpl. addCaseInstanceInfoToEntityLinkDTO(HierarchyElementDTO hierarchyElementDTO)
protected void
InstanceHierarchyServiceImpl. addEnabledPlanItemsAsChildEntityLinks(HierarchyElementDTO hierarchyElementDTO)
protected void
InstanceHierarchyServiceImpl. addProcessInstanceInfoToEntityLinkDTO(HierarchyElementDTO hierarchyElementDTO)
protected void
InstanceHierarchyServiceImpl. addTaskInfoToEntityLinkDTO(HierarchyElementDTO hierarchyElementDTO)
Method parameters in com.flowable.platform.service.hierarchy with type arguments of type HierarchyElementDTO Modifier and Type Method Description void
HierarchyElementDTO. setChildren(List<HierarchyElementDTO> children)
-