@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 ProcessDefinitionContract
public void setInitialRouteNode(RouteNode initialRouteNode)
public String getName()
getName
in interface ProcessDefinitionContract
public boolean isInitial()
isInitial
in interface ProcessDefinitionContract
public void setInitial(boolean initial)
public Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
public void beforeInsert()
public String getId()
Identifiable
getId
in interface Identifiable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getDocumentTypeId()
getDocumentTypeId
in interface ProcessDefinitionContract
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.