Class ProcessDefinition
java.lang.Object
org.alfresco.rest.workflow.api.model.ProcessDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionProcessDefinition(org.activiti.engine.repository.ProcessDefinition processDefinition) -
Method Summary
Modifier and TypeMethodDescriptiongetId()getKey()getName()getTitle()intvoidsetCategory(String category) voidsetDeploymentId(String deploymentId) voidsetDescription(String description) voidsetGraphicNotationDefined(Boolean isGraphicNotationDefined) voidvoidvoidvoidsetStartFormResourceKey(String startFormResourceKey) voidvoidsetVersion(int version)
-
Constructor Details
-
ProcessDefinition
public ProcessDefinition() -
ProcessDefinition
public ProcessDefinition(org.activiti.engine.repository.ProcessDefinition processDefinition)
-
-
Method Details
-
getName
-
setName
-
getId
-
setId
-
getKey
-
setKey
-
getCategory
-
setCategory
-
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getDeploymentId
-
setDeploymentId
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getStartFormResourceKey
-
setStartFormResourceKey
-
isGraphicNotationDefined
-
setGraphicNotationDefined
-