Uses of Class
com.flowable.platform.service.work.EntityLinkWithDetails
-
Packages that use EntityLinkWithDetails Package Description com.flowable.platform.service.work -
-
Uses of EntityLinkWithDetails in com.flowable.platform.service.work
Methods in com.flowable.platform.service.work that return EntityLinkWithDetails Modifier and Type Method Description protected EntityLinkWithDetails
PlatformEntityLinkService. getHistoricChildEntityLinkWithDetails(HistoricEntityLink historicEntityLink, boolean includeTranslations)
protected EntityLinkWithDetails
PlatformEntityLinkService. getRuntimeChildEntityLinkWithDetails(EntityLink entityLink, boolean includeTranslations)
Methods in com.flowable.platform.service.work that return types with arguments of type EntityLinkWithDetails Modifier and Type Method Description List<EntityLinkWithDetails>
PlatformEntityLinkService. getHistoricChildrenEntityLinksWithDetails(String scopeType, String scopeId, boolean includeTranslations)
List<EntityLinkWithDetails>
PlatformEntityLinkService. getRuntimeChildrenEntityLinksWithDetails(String scopeType, String scopeId, boolean includeTranslations)
-