Class ProcessDefinitionBo

java.lang.Object
org.kuali.rice.kew.engine.node.ProcessDefinitionBo
All Implemented Interfaces:
Serializable, Identifiable, Versioned, ProcessDefinitionContract

@Entity public class ProcessDefinitionBo extends Object implements Serializable, ProcessDefinitionContract
Represents a route path defined on a 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.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also: