public class EDocLitePostProcessor extends DefaultPostProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_TYPE_ACTION_TAKEN |
static String |
EVENT_TYPE_DELETE_ROUTE_HEADER |
static String |
EVENT_TYPE_ROUTE_LEVEL_CHANGE |
static String |
EVENT_TYPE_ROUTE_STATUS_CHANGE |
static int |
SUBMIT_URL_MILLISECONDS_WAIT |
| Constructor and Description |
|---|
EDocLitePostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ProcessDocReport |
doActionTaken(ActionTakenEvent event) |
ProcessDocReport |
doDeleteRouteHeader(DeleteEvent event) |
ProcessDocReport |
doRouteLevelChange(DocumentRouteLevelChange event) |
ProcessDocReport |
doRouteStatusChange(DocumentRouteStatusChange event) |
static DocumentBuilder |
getDocumentBuilder() |
static Document |
getEDLContent(String documentId) |
protected static void |
postEvent(String docId,
Object event,
String eventName) |
static Element |
propertiesToXml(Object o,
String elementName) |
afterActionTaken, afterProcess, beforeProcess, getDocumentIdsToLockpublic static final int SUBMIT_URL_MILLISECONDS_WAIT
public static final String EVENT_TYPE_ACTION_TAKEN
public static final String EVENT_TYPE_DELETE_ROUTE_HEADER
public static final String EVENT_TYPE_ROUTE_LEVEL_CHANGE
public static final String EVENT_TYPE_ROUTE_STATUS_CHANGE
public EDocLitePostProcessor()
public ProcessDocReport doRouteStatusChange(DocumentRouteStatusChange event) throws RemoteException
doRouteStatusChange in interface PostProcessordoRouteStatusChange in class DefaultPostProcessorRemoteExceptionpublic ProcessDocReport doActionTaken(ActionTakenEvent event) throws RemoteException
doActionTaken in interface PostProcessordoActionTaken in class DefaultPostProcessorRemoteExceptionpublic ProcessDocReport doDeleteRouteHeader(DeleteEvent event) throws RemoteException
doDeleteRouteHeader in interface PostProcessordoDeleteRouteHeader in class DefaultPostProcessorRemoteExceptionpublic ProcessDocReport doRouteLevelChange(DocumentRouteLevelChange event) throws RemoteException
doRouteLevelChange in interface PostProcessordoRouteLevelChange in class DefaultPostProcessorRemoteExceptionpublic static Document getEDLContent(String documentId)
public static DocumentBuilder getDocumentBuilder() throws Exception
ExceptionCopyright © 2005–2018 The Kuali Foundation. All rights reserved.