Package org.kuali.rice.kew.api.doctype
Class ProcessDefinition
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.doctype.ProcessDefinition
- All Implemented Interfaces:
Serializable,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,ProcessDefinitionContract
public final class ProcessDefinition
extends AbstractDataTransferObject
implements ProcessDefinitionContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructProcessDefinitioninstances. -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
getName
- Specified by:
getNamein interfaceProcessDefinitionContract
-
getDocumentTypeId
- Specified by:
getDocumentTypeIdin interfaceProcessDefinitionContract
-
getInitialRouteNode
- Specified by:
getInitialRouteNodein interfaceProcessDefinitionContract- Returns:
- the initial route node for the process. May be null.
-
isInitial
public boolean isInitial()- Specified by:
isInitialin interfaceProcessDefinitionContract
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-