public class ActivityOfferingDropADLsHandler extends Object implements KSHandler
| Constructor and Description |
|---|
ActivityOfferingDropADLsHandler(KSInternalEventProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
List<KSEventType> |
getEventTypesHandled() |
String |
getName() |
boolean |
handlesEvent(KSEvent event)
Returns true if it handles the event's eventSpec
|
KSHandlerResult |
processEvent(KSEvent event,
ContextInfo context)
Processes the event
|
void |
setEventProcessor(KSInternalEventProcessor processor) |
public ActivityOfferingDropADLsHandler(KSInternalEventProcessor processor)
public boolean handlesEvent(KSEvent event)
KSHandlerhandlesEvent in interface KSHandlerevent - The eventpublic KSHandlerResult processEvent(KSEvent event, ContextInfo context) throws PermissionDeniedException, MissingParameterException, InvalidParameterException, OperationFailedException, DoesNotExistException, ReadOnlyException, DataValidationErrorException, VersionMismatchException
KSHandlerprocessEvent in interface KSHandlerevent - The event to be processedPermissionDeniedExceptionMissingParameterExceptionInvalidParameterExceptionOperationFailedExceptionDoesNotExistExceptionReadOnlyExceptionDataValidationErrorExceptionVersionMismatchExceptionpublic void setEventProcessor(KSInternalEventProcessor processor)
setEventProcessor in interface KSHandlerpublic List<KSEventType> getEventTypesHandled()
getEventTypesHandled in interface KSHandlerCopyright © 2004–2014 The Kuali Foundation. All rights reserved.