org.kuali.rice.kew.framework.postprocessor
Interface IDocumentEvent
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ActionTakenEvent, AfterProcessEvent, BeforeProcessEvent, DeleteEvent, DocumentLockingEvent, DocumentRouteLevelChange, DocumentRouteStatusChange
public interface IDocumentEvent
- extends Serializable
Base event interface for events emitted from the workflow engine
and hooked by the PostProcessor
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
ROUTE_LEVEL_CHANGE
static final String ROUTE_LEVEL_CHANGE
- See Also:
- Constant Field Values
ROUTE_STATUS_CHANGE
static final String ROUTE_STATUS_CHANGE
- See Also:
- Constant Field Values
DELETE_CHANGE
static final String DELETE_CHANGE
- See Also:
- Constant Field Values
ACTION_TAKEN
static final String ACTION_TAKEN
- See Also:
- Constant Field Values
BEFORE_PROCESS
static final String BEFORE_PROCESS
- See Also:
- Constant Field Values
AFTER_PROCESS
static final String AFTER_PROCESS
- See Also:
- Constant Field Values
LOCK_DOCUMENTS
static final String LOCK_DOCUMENTS
- See Also:
- Constant Field Values
getDocumentEventCode
String getDocumentEventCode()
- Returns:
- the code of this document event
getDocumentId
String getDocumentId()
- Returns:
- the document id for which this event was generated
getAppDocId
String getAppDocId()
- Returns:
- the application document id registered for this document when it was created
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.