public final class ProcessDefinition extends AbstractDataTransferObject implements ProcessDefinitionContract
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessDefinition.Builder
A builder which can be used to construct
ProcessDefinition instances. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentTypeId() |
String |
getId() |
RouteNodeContract |
getInitialRouteNode() |
String |
getName() |
Long |
getVersionNumber() |
boolean |
isInitial() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getName()
getName in interface ProcessDefinitionContractpublic String getDocumentTypeId()
getDocumentTypeId in interface ProcessDefinitionContractpublic RouteNodeContract getInitialRouteNode()
getInitialRouteNode in interface ProcessDefinitionContractpublic boolean isInitial()
isInitial in interface ProcessDefinitionContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.