Class ProcessDefinition
- java.lang.Object
-
- org.alfresco.rest.workflow.api.model.ProcessDefinition
-
public class ProcessDefinition extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProcessDefinition()
ProcessDefinition(org.activiti.engine.repository.ProcessDefinition processDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCategory()
java.lang.String
getDeploymentId()
java.lang.String
getDescription()
java.lang.String
getId()
java.lang.String
getKey()
java.lang.String
getName()
java.lang.String
getStartFormResourceKey()
java.lang.String
getTitle()
int
getVersion()
java.lang.Boolean
isGraphicNotationDefined()
void
setCategory(java.lang.String category)
void
setDeploymentId(java.lang.String deploymentId)
void
setDescription(java.lang.String description)
void
setGraphicNotationDefined(java.lang.Boolean isGraphicNotationDefined)
void
setId(java.lang.String id)
void
setKey(java.lang.String key)
void
setName(java.lang.String name)
void
setStartFormResourceKey(java.lang.String startFormResourceKey)
void
setTitle(java.lang.String title)
void
setVersion(int version)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
getKey
public java.lang.String getKey()
-
setKey
public void setKey(java.lang.String key)
-
getCategory
public java.lang.String getCategory()
-
setCategory
public void setCategory(java.lang.String category)
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
getDeploymentId
public java.lang.String getDeploymentId()
-
setDeploymentId
public void setDeploymentId(java.lang.String deploymentId)
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
getStartFormResourceKey
public java.lang.String getStartFormResourceKey()
-
setStartFormResourceKey
public void setStartFormResourceKey(java.lang.String startFormResourceKey)
-
isGraphicNotationDefined
public java.lang.Boolean isGraphicNotationDefined()
-
setGraphicNotationDefined
public void setGraphicNotationDefined(java.lang.Boolean isGraphicNotationDefined)
-
-