Package | Description |
---|---|
com.flowable.platform.service.work |
Modifier and Type | Field and Description |
---|---|
protected static Comparator<WorkDefinitionRepresentation> |
WorkDefinitionService.WORK_DEFINITION_REPRESENTATION_COMPARATOR |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected static String |
WorkDefinitionService.comparingField(WorkDefinitionRepresentation representation) |