| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ActionTakenValue in org.kuali.rice.kew.actionrequest | 
|---|
| Methods in org.kuali.rice.kew.actionrequest that return ActionTakenValue | |
|---|---|
|  ActionTakenValue | ActionRequestValue.getActionTaken() | 
| Methods in org.kuali.rice.kew.actionrequest with parameters of type ActionTakenValue | |
|---|---|
|  void | ActionRequestValue.setActionTaken(ActionTakenValue actionTaken) | 
| Uses of ActionTakenValue in org.kuali.rice.kew.actionrequest.service | 
|---|
| Methods in org.kuali.rice.kew.actionrequest.service with parameters of type ActionTakenValue | |
|---|---|
|  void | ActionRequestService.deactivateRequest(ActionTakenValue actionTaken,
                                   ActionRequestValue actionRequest) | 
|  void | ActionRequestService.deactivateRequest(ActionTakenValue actionTaken,
                                   ActionRequestValue actionRequest,
                                   ActivationContext activationContext) | 
|  void | ActionRequestService.deactivateRequest(ActionTakenValue actionTaken,
                                   ActionRequestValue actionRequest,
                                   boolean simulate) | 
|  void | ActionRequestService.deactivateRequests(ActionTakenValue actionTaken,
                                     List actionRequests) | 
|  void | ActionRequestService.deactivateRequests(ActionTakenValue actionTaken,
                                     List actionRequests,
                                     ActivationContext activationContext) | 
|  void | ActionRequestService.deactivateRequests(ActionTakenValue actionTaken,
                                     List actionRequests,
                                     boolean simulate) | 
| Uses of ActionTakenValue in org.kuali.rice.kew.actionrequest.service.impl | 
|---|
| Methods in org.kuali.rice.kew.actionrequest.service.impl with parameters of type ActionTakenValue | |
|---|---|
|  void | ActionRequestServiceImpl.deactivateRequest(ActionTakenValue actionTaken,
                                   ActionRequestValue actionRequest) | 
|  void | ActionRequestServiceImpl.deactivateRequest(ActionTakenValue actionTaken,
                                   ActionRequestValue actionRequest,
                                   ActivationContext activationContext) | 
|  void | ActionRequestServiceImpl.deactivateRequest(ActionTakenValue actionTaken,
                                   ActionRequestValue actionRequest,
                                   boolean simulate) | 
|  void | ActionRequestServiceImpl.deactivateRequests(ActionTakenValue actionTaken,
                                     List actionRequests) | 
|  void | ActionRequestServiceImpl.deactivateRequests(ActionTakenValue actionTaken,
                                     List actionRequests,
                                     ActivationContext activationContext) | 
|  void | ActionRequestServiceImpl.deactivateRequests(ActionTakenValue actionTaken,
                                     List actionRequests,
                                     boolean simulate) | 
| Uses of ActionTakenValue in org.kuali.rice.kew.actions | 
|---|
| Methods in org.kuali.rice.kew.actions that return ActionTakenValue | |
|---|---|
| protected static ActionTakenValue | RecallAction.getLastActionTaken(String docId)Returns the last action taken on a document | 
| protected  ActionTakenValue | SuperUserReturnToPreviousNodeAction.processActionRequests() | 
| protected  ActionTakenValue | SuperUserActionRequestApproveEvent.processActionRequests() | 
| protected  ActionTakenValue | ActionTakenEvent.saveActionTaken() | 
| protected  ActionTakenValue | ActionTakenEvent.saveActionTaken(Boolean currentInd) | 
| protected  ActionTakenValue | ActionTakenEvent.saveActionTaken(Boolean currentInd,
                               Recipient delegator) | 
| protected  ActionTakenValue | ActionTakenEvent.saveActionTaken(Recipient delegator) | 
| Methods in org.kuali.rice.kew.actions with parameters of type ActionTakenValue | |
|---|---|
| protected  void | SuperUserApproveEvent.completeAnyOutstandingCompleteApproveRequests(ActionTakenValue actionTaken,
                                                                                           boolean sendNotifications) | 
| protected  void | ActionTakenEvent.notifyActionTaken(ActionTakenValue actionTaken) | 
| protected  void | ActionTakenEvent.notifyAfterActionTaken(ActionTakenValue actionTaken) | 
|  void | BlanketApproveAction.performDeferredBlanketApproveWork(ActionTakenValue actionTaken,
                                                                   DocumentProcessingOptions processingOptions) | 
| protected  void | SuperUserDisapproveEvent.processActionTaken(ActionTakenValue actionTaken) | 
| protected  void | BlanketApproveAction.queueDeferredWork(ActionTakenValue actionTaken) | 
| Uses of ActionTakenValue in org.kuali.rice.kew.actiontaken | 
|---|
| Methods in org.kuali.rice.kew.actiontaken with parameters of type ActionTakenValue | |
|---|---|
| static ActionTaken | ActionTakenValue.to(ActionTakenValue actionTakenBo) | 
| Uses of ActionTakenValue in org.kuali.rice.kew.actiontaken.dao | 
|---|
| Methods in org.kuali.rice.kew.actiontaken.dao that return ActionTakenValue | |
|---|---|
|  ActionTakenValue | ActionTakenDAO.findByActionTakenId(String actionTakenId) | 
|  ActionTakenValue | ActionTakenDAO.load(String id) | 
| Methods in org.kuali.rice.kew.actiontaken.dao that return types with arguments of type ActionTakenValue | |
|---|---|
|  Collection<ActionTakenValue> | ActionTakenDAO.findByDocIdAndAction(String docId,
                                         String action) | 
|  Collection<ActionTakenValue> | ActionTakenDAO.findByDocumentId(String documentId) | 
|  List<ActionTakenValue> | ActionTakenDAO.findByDocumentIdWorkflowId(String documentId,
                                                     String workflowId) | 
| Methods in org.kuali.rice.kew.actiontaken.dao with parameters of type ActionTakenValue | |
|---|---|
|  void | ActionTakenDAO.deleteActionTaken(ActionTakenValue actionTaken) | 
|  void | ActionTakenDAO.saveActionTaken(ActionTakenValue actionTaken) | 
| Uses of ActionTakenValue in org.kuali.rice.kew.actiontaken.dao.impl | 
|---|
| Methods in org.kuali.rice.kew.actiontaken.dao.impl that return ActionTakenValue | |
|---|---|
|  ActionTakenValue | ActionTakenDAOJpaImpl.findByActionTakenId(String actionTakenId) | 
|  ActionTakenValue | ActionTakenDAOOjbImpl.findByActionTakenId(String actionTakenId) | 
|  ActionTakenValue | ActionTakenDAOJpaImpl.load(String id) | 
|  ActionTakenValue | ActionTakenDAOOjbImpl.load(String id) | 
| Methods in org.kuali.rice.kew.actiontaken.dao.impl that return types with arguments of type ActionTakenValue | |
|---|---|
|  Collection<ActionTakenValue> | ActionTakenDAOJpaImpl.findByDocIdAndAction(String documentId,
                                         String action) | 
|  Collection<ActionTakenValue> | ActionTakenDAOOjbImpl.findByDocIdAndAction(String documentId,
                                         String action) | 
|  Collection<ActionTakenValue> | ActionTakenDAOJpaImpl.findByDocumentId(String documentId) | 
|  Collection<ActionTakenValue> | ActionTakenDAOOjbImpl.findByDocumentId(String documentId) | 
|  List<ActionTakenValue> | ActionTakenDAOJpaImpl.findByDocumentIdWorkflowId(String documentId,
                                                     String workflowId) | 
|  List<ActionTakenValue> | ActionTakenDAOOjbImpl.findByDocumentIdWorkflowId(String documentId,
                                                     String principalId) | 
| Methods in org.kuali.rice.kew.actiontaken.dao.impl with parameters of type ActionTakenValue | |
|---|---|
|  void | ActionTakenDAOJpaImpl.deleteActionTaken(ActionTakenValue actionTaken) | 
|  void | ActionTakenDAOOjbImpl.deleteActionTaken(ActionTakenValue actionTaken) | 
|  void | ActionTakenDAOJpaImpl.saveActionTaken(ActionTakenValue actionTaken) | 
|  void | ActionTakenDAOOjbImpl.saveActionTaken(ActionTakenValue actionTaken) | 
| Uses of ActionTakenValue in org.kuali.rice.kew.actiontaken.service | 
|---|
| Methods in org.kuali.rice.kew.actiontaken.service that return ActionTakenValue | |
|---|---|
|  ActionTakenValue | ActionTakenService.findByActionTakenId(String actionTakenId) | 
|  ActionTakenValue | ActionTakenService.getPreviousAction(ActionRequestValue actionRequest) | 
|  ActionTakenValue | ActionTakenService.getPreviousAction(ActionRequestValue actionRequest,
                                   List<ActionTakenValue> simulatedActionsTaken) | 
|  ActionTakenValue | ActionTakenService.load(String id) | 
| Methods in org.kuali.rice.kew.actiontaken.service that return types with arguments of type ActionTakenValue | |
|---|---|
|  Collection<ActionTakenValue> | ActionTakenService.findByDocumentId(String documentId) | 
|  List<ActionTakenValue> | ActionTakenService.findByDocumentIdWorkflowId(String documentId,
                                                     String workflowId) | 
| Methods in org.kuali.rice.kew.actiontaken.service with parameters of type ActionTakenValue | |
|---|---|
|  void | ActionTakenService.delete(ActionTakenValue actionTaken) | 
|  void | ActionTakenService.saveActionTaken(ActionTakenValue actionTaken) | 
|  void | ActionTakenService.validateActionTaken(ActionTakenValue actionTaken) | 
| Method parameters in org.kuali.rice.kew.actiontaken.service with type arguments of type ActionTakenValue | |
|---|---|
|  ActionTakenValue | ActionTakenService.getPreviousAction(ActionRequestValue actionRequest,
                                   List<ActionTakenValue> simulatedActionsTaken) | 
| Uses of ActionTakenValue in org.kuali.rice.kew.actiontaken.service.impl | 
|---|
| Methods in org.kuali.rice.kew.actiontaken.service.impl that return ActionTakenValue | |
|---|---|
|  ActionTakenValue | ActionTakenServiceImpl.findByActionTakenId(String actionTakenId) | 
|  ActionTakenValue | ActionTakenServiceImpl.getPreviousAction(ActionRequestValue actionRequest) | 
|  ActionTakenValue | ActionTakenServiceImpl.getPreviousAction(ActionRequestValue actionRequest,
                                   List<ActionTakenValue> simulatedActionsTaken) | 
|  ActionTakenValue | ActionTakenServiceImpl.load(String id) | 
| Methods in org.kuali.rice.kew.actiontaken.service.impl that return types with arguments of type ActionTakenValue | |
|---|---|
|  Collection<ActionTakenValue> | ActionTakenServiceImpl.findByDocumentId(String documentId) | 
|  List<ActionTakenValue> | ActionTakenServiceImpl.findByDocumentIdWorkflowId(String documentId,
                                                     String workflowId) | 
| Methods in org.kuali.rice.kew.actiontaken.service.impl with parameters of type ActionTakenValue | |
|---|---|
|  void | ActionTakenServiceImpl.delete(ActionTakenValue actionTaken) | 
|  void | ActionTakenServiceImpl.saveActionTaken(ActionTakenValue actionTaken) | 
|  void | ActionTakenServiceImpl.validateActionTaken(ActionTakenValue actionTaken) | 
| Method parameters in org.kuali.rice.kew.actiontaken.service.impl with type arguments of type ActionTakenValue | |
|---|---|
|  ActionTakenValue | ActionTakenServiceImpl.getPreviousAction(ActionRequestValue actionRequest,
                                   List<ActionTakenValue> simulatedActionsTaken) | 
| Uses of ActionTakenValue in org.kuali.rice.kew.documentoperation.web | 
|---|
| Methods in org.kuali.rice.kew.documentoperation.web that return types with arguments of type ActionTakenValue | |
|---|---|
|  List<ActionTakenValue> | DocumentOperationForm.getActionsTaken() | 
| Uses of ActionTakenValue in org.kuali.rice.kew.engine | 
|---|
| Methods in org.kuali.rice.kew.engine that return ActionTakenValue | |
|---|---|
|  ActionTakenValue | OrchestrationConfig.getCause() | 
| Methods in org.kuali.rice.kew.engine that return types with arguments of type ActionTakenValue | |
|---|---|
|  List<ActionTakenValue> | ActivationContext.getSimulatedActionsTaken() | 
| Method parameters in org.kuali.rice.kew.engine with type arguments of type ActionTakenValue | |
|---|---|
|  void | ActivationContext.setSimulatedActionsTaken(List<ActionTakenValue> simulatedActionsTaken) | 
| Constructors in org.kuali.rice.kew.engine with parameters of type ActionTakenValue | |
|---|---|
| OrchestrationConfig(OrchestrationConfig.EngineCapability capability,
                                       Set<String> destinationNodeNames,
                                       ActionTakenValue cause) | |
| OrchestrationConfig(OrchestrationConfig.EngineCapability capability,
                                       Set<String> destinationNodeNames,
                                       ActionTakenValue cause,
                                       boolean sendNotifications,
                                       boolean doRunPostProcessorLogic) | |
| Constructor parameters in org.kuali.rice.kew.engine with type arguments of type ActionTakenValue | |
|---|---|
| ActivationContext(boolean simulation,
                                   List<ActionTakenValue> simulatedActionsTaken) | |
| Uses of ActionTakenValue in org.kuali.rice.kew.routeheader | 
|---|
| Methods in org.kuali.rice.kew.routeheader that return ActionTakenValue | |
|---|---|
|  ActionTakenValue | DocumentRouteHeaderValue.getDocActionTaken(int index) | 
| Methods in org.kuali.rice.kew.routeheader that return types with arguments of type ActionTakenValue | |
|---|---|
|  List<ActionTakenValue> | DocumentRouteHeaderValue.getActionsTaken() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||