Uses of Class
com.flowable.platform.service.work.WorkDefinitionRepresentation
Package | Description |
---|---|
com.flowable.platform.rest.service.api.work | |
com.flowable.platform.service.work |
-
Uses of WorkDefinitionRepresentation in com.flowable.platform.rest.service.api.work
Methods in com.flowable.platform.rest.service.api.work that return types with arguments of type WorkDefinitionRepresentation Modifier and Type Method Description java.util.List<WorkDefinitionRepresentation>
WorkDefinitionResource. getWorkDefinitions(java.lang.Boolean includeDefinitionsWithoutApp, boolean includeTranslations)
-
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 java.util.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 java.util.List<WorkDefinitionRepresentation>
WorkDefinitionService. getWorkDefinitions(java.lang.Boolean includeDefinitionsWithoutApp, boolean includeTranslations)
protected java.util.List<WorkDefinitionRepresentation>
WorkDefinitionService. transformToWorkDefinitions(java.lang.Boolean includeDefinitionsWithoutApps, java.util.List<org.flowable.cmmn.api.repository.CaseDefinition> caseDefinitions, java.util.List<org.flowable.engine.repository.ProcessDefinition> processDefinitions, java.util.Map<java.lang.String,org.flowable.app.api.repository.AppDefinition> cmmnAppDefinitionMap, java.util.Map<java.lang.String,org.flowable.app.api.repository.AppDefinition> bpmnAppDefinitionMap, java.util.Map<java.lang.String,com.flowable.core.app.api.CoreAppModel> appModelMap, boolean includeTranslations)
Methods in com.flowable.platform.service.work with parameters of type WorkDefinitionRepresentation Modifier and Type Method Description protected static java.lang.String
WorkDefinitionService. comparingField(WorkDefinitionRepresentation representation)