public interface RouteNodeContract extends Identifiable, Versioned
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationType() |
String |
getBranchName() |
List<? extends RouteNodeConfigurationParameterContract> |
getConfigurationParameters() |
String |
getDocumentTypeId() |
String |
getExceptionGroupId() |
String |
getName() |
String |
getNextDocumentStatus() |
List<String> |
getNextNodeIds() |
List<String> |
getPreviousNodeIds() |
String |
getRouteMethodCode() |
String |
getRouteMethodName() |
String |
getType() |
boolean |
isFinalApproval() |
boolean |
isMandatory() |
getIdgetVersionNumberString getDocumentTypeId()
String getRouteMethodName()
String getRouteMethodCode()
boolean isFinalApproval()
boolean isMandatory()
String getActivationType()
String getExceptionGroupId()
String getBranchName()
String getNextDocumentStatus()
List<? extends RouteNodeConfigurationParameterContract> getConfigurationParameters()
List<String> getPreviousNodeIds()
List<String> getNextNodeIds()
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.