Uses of Class
com.flowable.platform.service.work.WorkDefinitionRepresentation
-
Packages that use WorkDefinitionRepresentation Package Description com.flowable.platform.service.work -
-
Uses of WorkDefinitionRepresentation in com.flowable.platform.service.work
Fields in com.flowable.platform.service.work with type parameters of type WorkDefinitionRepresentation Modifier and Type Field Description protected static Comparator<WorkDefinitionRepresentation>
WorkDefinitionService. WORK_DEFINITION_REPRESENTATION_COMPARATOR
Methods in com.flowable.platform.service.work that return types with arguments of type WorkDefinitionRepresentation Modifier and Type Method Description List<WorkDefinitionRepresentation>
WorkDefinitionService. getWorkDefinitions(Boolean includeDefinitionsWithoutApp, boolean includeTranslations)
protected List<WorkDefinitionRepresentation>
WorkDefinitionService. transformToWorkDefinitions(Boolean includeDefinitionsWithoutApps, List<CaseDefinition> caseDefinitions, List<ProcessDefinition> processDefinitions, Map<String,AppDefinition> cmmnAppDefinitionMap, Map<String,AppDefinition> bpmnAppDefinitionMap, Map<String,CoreAppModel> appModelMap, boolean includeTranslations)
Methods in com.flowable.platform.service.work with parameters of type WorkDefinitionRepresentation Modifier and Type Method Description protected static String
WorkDefinitionService. comparingField(WorkDefinitionRepresentation representation)
-