Uses of Class
com.flowable.platform.service.work.EntityLinkWithName
Package | Description |
---|---|
com.flowable.platform.rest.service.api.work | |
com.flowable.platform.service.work |
-
Uses of EntityLinkWithName in com.flowable.platform.rest.service.api.work
Constructors in com.flowable.platform.rest.service.api.work with parameters of type EntityLinkWithName Constructor Description ParentAndRootInfo(EntityLinkWithName parentEntityLink, EntityLinkWithName rootEntityLink)
-
Uses of EntityLinkWithName in com.flowable.platform.service.work
Subclasses of EntityLinkWithName in com.flowable.platform.service.work Modifier and Type Class Description class
EntityLinkWithDetails
Methods in com.flowable.platform.service.work that return EntityLinkWithName Modifier and Type Method Description EntityLinkWithName
PlatformEntityLinkService. getHistoricParentEntityLinkWithName(java.lang.String scopeType, java.lang.String scopeId, java.lang.String hierarchyType, boolean includeTranslations)
EntityLinkWithName
PlatformEntityLinkService. getParentEntityLinkWithName(java.lang.String scopeType, java.lang.String scopeId, java.lang.String hierarchyType, boolean includeTranslations)
Methods in com.flowable.platform.service.work with parameters of type EntityLinkWithName Modifier and Type Method Description protected void
PlatformEntityLinkService. fillCaseInstanceNameAndTranslations(java.lang.String caseInstanceName, java.lang.String caseDefinitionId, EntityLinkWithName entityLink, boolean includeTranslations)
protected void
PlatformEntityLinkService. fillHistoricCaseInstanceName(org.flowable.cmmn.api.history.HistoricCaseInstance historicCaseInstance, EntityLinkWithName entityLink, boolean includeTranslations)
protected void
PlatformEntityLinkService. fillHistoricProcessInstanceName(org.flowable.engine.history.HistoricProcessInstance historicProcessInstance, EntityLinkWithName entityLink, boolean includeTranslations)
protected void
PlatformEntityLinkService. fillHistoricTaskName(EntityLinkWithName entityLink)
protected void
PlatformEntityLinkService. fillNameAndTranslations(EntityLinkWithName entityLink, boolean includeTranslations)
protected void
PlatformEntityLinkService. fillProcessInstanceNameAndTranslations(java.lang.String processInstanceName, java.lang.String processDefinitionId, EntityLinkWithName entityLink, boolean includeTranslations)
protected void
PlatformEntityLinkService. fillRuntimeCaseInstanceNameAndTranslations(EntityLinkWithName entityLink, boolean includeTranslations)
protected void
PlatformEntityLinkService. fillRuntimeProcessInstanceNameAndTranslations(EntityLinkWithName entityLink, boolean includeTranslations)
protected void
PlatformEntityLinkService. fillRuntimeTaskName(EntityLinkWithName entityLink)