Uses of Class
com.flowable.platform.service.work.WorkDefinitionRepresentation
Packages that use WorkDefinitionRepresentation
-
Uses of WorkDefinitionRepresentation in com.flowable.platform.service.work
Fields in com.flowable.platform.service.work with type parameters of type WorkDefinitionRepresentationModifier and TypeFieldDescriptionprotected static final Comparator<WorkDefinitionRepresentation>
WorkDefinitionService.WORK_DEFINITION_REPRESENTATION_COMPARATOR
Methods in com.flowable.platform.service.work that return types with arguments of type WorkDefinitionRepresentationModifier and TypeMethodDescriptionWorkDefinitionService.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 WorkDefinitionRepresentationModifier and TypeMethodDescriptionprotected static String
WorkDefinitionService.comparingField
(WorkDefinitionRepresentation representation)