public interface StateChangeService
| Modifier and Type | Method and Description |
|---|---|
void |
changeState(String programId,
String newState)
This method will eventually be called from the Rice workflow after a major discipline, core, or
credential program passes back into the local workflow.
|
void |
changeState(String endEntryTerm,
String endEnrollTerm,
String endInstAdmitTerm,
String programId,
String newState)
This method is called from the servlet when state is changed in the GWT application (e.g.
|
void changeState(String programId, String newState) throws Exception
programId - newState - Exceptionvoid changeState(String endEntryTerm, String endEnrollTerm, String endInstAdmitTerm, String programId, String newState) throws Exception
endEntryTerm - endEnrollTerm - programId - newState - ExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.