@Entity public class ProcessDefinitionBo extends Object implements Serializable, ProcessDefinitionContract
DocumentType. A ProcessDefinition is a named entity which
simply points to an initial RouteNode which represents the beginning of the ProcessDefinition.
The path of the process can then be followed using the next nodes defined on the route nodes.| Constructor and Description |
|---|
ProcessDefinitionBo() |
| Modifier and Type | Method and Description |
|---|---|
DocumentType |
getDocumentType() |
String |
getDocumentTypeId() |
String |
getId() |
RouteNode |
getInitialRouteNode() |
Integer |
getLockVerNbr() |
String |
getName() |
String |
getProcessId() |
Long |
getVersionNumber() |
boolean |
isInitial() |
void |
setDocumentType(DocumentType documentType) |
void |
setInitial(boolean initial) |
void |
setInitialRouteNode(RouteNode initialRouteNode) |
void |
setLockVerNbr(Integer lockVerNbr) |
void |
setName(String name) |
void |
setProcessId(String processId) |
public ProcessDefinitionBo()
public String getProcessId()
public void setProcessId(String processId)
public DocumentType getDocumentType()
public void setDocumentType(DocumentType documentType)
public RouteNode getInitialRouteNode()
getInitialRouteNode in interface ProcessDefinitionContractpublic void setInitialRouteNode(RouteNode initialRouteNode)
public String getName()
getName in interface ProcessDefinitionContractpublic boolean isInitial()
isInitial in interface ProcessDefinitionContractpublic void setInitial(boolean initial)
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
public String getId()
getId in interface Identifiablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getDocumentTypeId()
getDocumentTypeId in interface ProcessDefinitionContractCopyright © 2005–2017 The Kuali Foundation. All rights reserved.