Class ClearFYIAction

java.lang.Object
org.kuali.rice.kew.actions.ActionTakenEvent
org.kuali.rice.kew.actions.ClearFYIAction

public class ClearFYIAction extends ActionTakenEvent
ClearFYIAction deactivates the user requests. The routeheader is first checked to make sure the action is valid for the document. Next the user is checked to make sure he/she has not taken a previous action on this document at the actions responsibility or below. Any requests related to this user are deactivated.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • ClearFYIAction

      public ClearFYIAction(DocumentRouteHeaderValue rh, org.kuali.rice.kim.api.identity.principal.PrincipalContract principal)
      Parameters:
      rh - RouteHeader for the document upon which the action is taken.
      principal - User taking the action.
    • ClearFYIAction

      public ClearFYIAction(DocumentRouteHeaderValue rh, org.kuali.rice.kim.api.identity.principal.PrincipalContract principal, String annotation)
      Parameters:
      rh - RouteHeader for the document upon which the action is taken.
      principal - User taking the action.
      annotation - User comment on the action taken
  • Method Details