Class WorkDefinitionRepresentation
java.lang.Object
com.flowable.platform.service.work.WorkDefinitionRepresentation
-
Constructor Summary
ConstructorsConstructorDescriptionWorkDefinitionRepresentation
(WorkDefinition definition) WorkDefinitionRepresentation
(org.flowable.cmmn.api.repository.CaseDefinition definition, Map<String, Map<String, String>> translations) WorkDefinitionRepresentation
(org.flowable.cmmn.api.repository.CaseDefinition definition, org.flowable.app.api.repository.AppDefinition appDefinition, CoreAppModel appModel, Map<String, Map<String, String>> translations) WorkDefinitionRepresentation
(org.flowable.engine.repository.ProcessDefinition definition, Map<String, Map<String, String>> translations) WorkDefinitionRepresentation
(org.flowable.engine.repository.ProcessDefinition definition, org.flowable.app.api.repository.AppDefinition appDefinition, CoreAppModel appModel, Map<String, Map<String, String>> translations) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAppInformation
(org.flowable.app.api.repository.AppDefinition appDefinition, CoreAppModel appModel) int
getId()
getKey()
getName()
getType()
int
void
void
-
Constructor Details
-
WorkDefinitionRepresentation
-
WorkDefinitionRepresentation
-
WorkDefinitionRepresentation
-
WorkDefinitionRepresentation
-
WorkDefinitionRepresentation
-
-
Method Details
-
getId
-
getName
-
getCategory
-
getDescription
-
getType
-
getKey
-
getVersion
public int getVersion() -
getAppName
-
getAppKey
-
getAppIcon
-
getAppOrder
public int getAppOrder() -
getAppColor
-
getTranslations
-
setTranslations
-
getAppTranslations
-
setAppTranslations
-
addAppInformation
public void addAppInformation(org.flowable.app.api.repository.AppDefinition appDefinition, CoreAppModel appModel)
-