Interface RouteNodeContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
RouteNode, RouteNode.Builder

public interface RouteNodeContract extends org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Method Details

    • getDocumentTypeId

      String getDocumentTypeId()
    • getName

      String getName()
    • getRouteMethodName

      String getRouteMethodName()
    • getRouteMethodCode

      String getRouteMethodCode()
    • isFinalApproval

      boolean isFinalApproval()
    • isMandatory

      boolean isMandatory()
    • getActivationType

      String getActivationType()
    • getExceptionGroupId

      String getExceptionGroupId()
    • getType

      String getType()
    • getBranchName

      String getBranchName()
    • getNextDocumentStatus

      String getNextDocumentStatus()
    • getConfigurationParameters

      List<? extends RouteNodeConfigurationParameterContract> getConfigurationParameters()
    • getPreviousNodeIds

      List<String> getPreviousNodeIds()
    • getNextNodeIds

      List<String> getNextNodeIds()