public class RegGroupRecomputeStateHandler extends Object implements KSHandler
Constructor and Description |
---|
RegGroupRecomputeStateHandler(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 RegGroupRecomputeStateHandler(KSInternalEventProcessor processor)
public boolean handlesEvent(KSEvent event)
KSHandler
handlesEvent
in interface KSHandler
event
- The eventpublic KSHandlerResult processEvent(KSEvent event, ContextInfo context) throws PermissionDeniedException, MissingParameterException, InvalidParameterException, OperationFailedException, DoesNotExistException, ReadOnlyException, DataValidationErrorException, VersionMismatchException
KSHandler
processEvent
in interface KSHandler
event
- The event to be processedPermissionDeniedException
MissingParameterException
InvalidParameterException
OperationFailedException
DoesNotExistException
ReadOnlyException
DataValidationErrorException
VersionMismatchException
public void setEventProcessor(KSInternalEventProcessor processor)
setEventProcessor
in interface KSHandler
public List<KSEventType> getEventTypesHandled()
getEventTypesHandled
in interface KSHandler
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.