Uses of Class
com.flowable.platform.service.work.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(org.flowable.entitylink.api.history.HistoricEntityLink historicEntityLink, boolean includeTranslations)
protected EntityLinkWithDetails
PlatformEntityLinkService. getRuntimeChildEntityLinkWithDetails(org.flowable.entitylink.api.EntityLink entityLink, boolean includeTranslations)
Methods in com.flowable.platform.service.work that return types with arguments of type EntityLinkWithDetails Modifier and Type Method Description java.util.List<EntityLinkWithDetails>
PlatformEntityLinkService. getHistoricChildrenEntityLinksWithDetails(java.lang.String scopeType, java.lang.String scopeId, boolean includeTranslations)
java.util.List<EntityLinkWithDetails>
PlatformEntityLinkService. getRuntimeChildrenEntityLinksWithDetails(java.lang.String scopeType, java.lang.String scopeId, boolean includeTranslations)