Uses of Class
com.flowable.platform.service.work.EntityLinkWithDetails
Package | Description |
---|---|
com.flowable.platform.rest.service.api.work | |
com.flowable.platform.service.work |
-
Uses of EntityLinkWithDetails in com.flowable.platform.rest.service.api.work
Methods in com.flowable.platform.rest.service.api.work that return types with arguments of type EntityLinkWithDetails Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.List<EntityLinkWithDetails>>
EntityLinkResource. queryChildEntities(java.lang.String scopeId, java.lang.String scopeType, boolean includeTranslations)
org.springframework.http.ResponseEntity<java.util.List<EntityLinkWithDetails>>
EntityLinkResource. queryHistoricChildEntities(java.lang.String scopeId, java.lang.String scopeType, boolean includeTranslations)
-
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)