|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionRequest | |
---|---|
org.kuali.rice.kew.actionrequest | |
org.kuali.rice.kew.actionrequest.service.impl | |
org.kuali.rice.kew.api | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kew.api.action | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kew.api.document | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kew.impl.document | |
org.kuali.rice.kew.mail | |
org.kuali.rice.kns.util | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kns.web.struts.form | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
Uses of ActionRequest in org.kuali.rice.kew.actionrequest |
---|
Methods in org.kuali.rice.kew.actionrequest that return ActionRequest | |
---|---|
static ActionRequest |
ActionRequestValue.to(ActionRequestValue actionRequestBo)
|
Methods in org.kuali.rice.kew.actionrequest with parameters of type ActionRequest | |
---|---|
static ActionRequestValue |
ActionRequestValue.from(ActionRequest actionRequest)
TODO - this javadoc copied from DTOConverter, needs to be updated! Converts an ActionRequestVO to an ActionRequest. |
static ActionRequestValue |
ActionRequestValue.from(ActionRequest actionRequest,
DTOConverter.RouteNodeInstanceLoader routeNodeInstanceLoader)
Converts an ActionRequestVO to an ActionRequest. |
Uses of ActionRequest in org.kuali.rice.kew.actionrequest.service.impl |
---|
Methods in org.kuali.rice.kew.actionrequest.service.impl with parameters of type ActionRequest | |
---|---|
protected List<String> |
NotificationSuppression.getSuppressNotifyNodeStateKeys(ActionRequest a)
Builds keys for action requests used for notification suppression. |
Uses of ActionRequest in org.kuali.rice.kew.api |
---|
Methods in org.kuali.rice.kew.api that return types with arguments of type ActionRequest | |
---|---|
List<ActionRequest> |
WorkflowDocument.getRootActionRequests()
Return the list of root action requests on the document. |
Uses of ActionRequest in org.kuali.rice.kew.api.action |
---|
Methods in org.kuali.rice.kew.api.action that return ActionRequest | |
---|---|
ActionRequest |
ActionRequest.Builder.build()
|
Methods in org.kuali.rice.kew.api.action that return types with arguments of type ActionRequest | |
---|---|
List<ActionRequest> |
ActionRequest.flatten()
|
List<ActionRequest> |
ActionRequest.getChildRequests()
|
Uses of ActionRequest in org.kuali.rice.kew.api.document |
---|
Methods in org.kuali.rice.kew.api.document that return types with arguments of type ActionRequest | |
---|---|
List<ActionRequest> |
DocumentDetailContract.getActionRequests()
|
List<ActionRequest> |
DocumentDetail.getActionRequests()
|
List<ActionRequest> |
DocumentDetail.Builder.getActionRequests()
|
List<ActionRequest> |
WorkflowDocumentService.getActionRequestsForPrincipalAtNode(String documentId,
String nodeName,
String principalId)
Gets a list of ActionRequests for a given documentId, nodeName and principalId |
List<ActionRequest> |
WorkflowDocumentService.getPendingActionRequests(String documentId)
Gets a list of ActionRequests which are pending for a given documentId |
List<ActionRequest> |
WorkflowDocumentService.getRootActionRequests(String documentId)
Gets a list of root ActionRequests for a given documentId |
Method parameters in org.kuali.rice.kew.api.document with type arguments of type ActionRequest | |
---|---|
void |
DocumentDetail.Builder.setActionRequests(List<ActionRequest> actionRequests)
|
Uses of ActionRequest in org.kuali.rice.kew.impl.document |
---|
Methods in org.kuali.rice.kew.impl.document that return types with arguments of type ActionRequest | |
---|---|
List<ActionRequest> |
WorkflowDocumentServiceImpl.getActionRequestsForPrincipalAtNode(String documentId,
String nodeName,
String principalId)
|
List<ActionRequest> |
WorkflowDocumentServiceImpl.getPendingActionRequests(String documentId)
|
List<ActionRequest> |
WorkflowDocumentImpl.getRootActionRequests()
|
List<ActionRequest> |
WorkflowDocumentServiceImpl.getRootActionRequests(String documentId)
|
Uses of ActionRequest in org.kuali.rice.kew.mail |
---|
Methods in org.kuali.rice.kew.mail that return ActionRequest | |
---|---|
ActionRequest |
CustomEmailAttribute.getActionRequestVO()
|
ActionRequest |
CustomEmailAttributeImpl.getActionRequestVO()
|
Methods in org.kuali.rice.kew.mail with parameters of type ActionRequest | |
---|---|
void |
CustomEmailAttribute.setActionRequestVO(ActionRequest actionRequestVO)
|
void |
CustomEmailAttributeImpl.setActionRequestVO(ActionRequest actionRequestVO)
|
Uses of ActionRequest in org.kuali.rice.kns.util |
---|
Methods in org.kuali.rice.kns.util with parameters of type ActionRequest | |
---|---|
static String |
WebUtils.getRoleDisplayName(ActionRequest actionRequest)
Takes an ActionRequest with a recipient type of
RecipientType.ROLE and returns the display name for the role. |
Uses of ActionRequest in org.kuali.rice.kns.web.struts.form |
---|
Methods in org.kuali.rice.kns.web.struts.form that return types with arguments of type ActionRequest | |
---|---|
List<ActionRequest> |
KualiDocumentFormBase.getActionRequests()
|
List<ActionRequest> |
KualiDocumentFormBase.getActionRequestsRequiringApproval()
|
Method parameters in org.kuali.rice.kns.web.struts.form with type arguments of type ActionRequest | |
---|---|
void |
KualiDocumentFormBase.setActionRequests(List<ActionRequest> actionRequests)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |