@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 |
|---|---|
void |
beforeInsert() |
DocumentType |
getDocumentType() |
String |
getDocumentTypeId() |
String |
getId()
The unique identifier for an object.
|
RouteNode |
getInitialRouteNode() |
Integer |
getLockVerNbr() |
String |
getName() |
String |
getProcessId() |
Long |
getVersionNumber()
Returns the version number for this object.
|
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 void beforeInsert()
public String getId()
IdentifiablegetId in interface Identifiablepublic Long getVersionNumber()
VersionedgetVersionNumber in interface Versionedpublic String getDocumentTypeId()
getDocumentTypeId in interface ProcessDefinitionContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.