Class DisapproveAction

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

public class DisapproveAction extends ActionTakenEvent
Disapproves a document. This deactivates all requests on the document and sends acknowlegde requests to anybody who had already completed or approved the document.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • DisapproveAction

      public DisapproveAction(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.
    • DisapproveAction

      public DisapproveAction(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