Package | Description |
---|---|
org.kuali.rice.kew.actionrequest | |
org.kuali.rice.kew.actionrequest.service.impl | |
org.kuali.rice.kew.api |
Copyright 2005-2015 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-2015 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-2015 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-2015 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-2015 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.
|
Modifier and Type | Method and Description |
---|---|
static ActionRequest |
ActionRequestValue.to(ActionRequestValue actionRequestBo) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected List<String> |
NotificationSuppression.getSuppressNotifyNodeStateKeys(ActionRequest a)
Builds keys for action requests used for notification suppression.
|
Modifier and Type | Method and Description |
---|---|
List<ActionRequest> |
WorkflowDocument.getRootActionRequests()
Return the list of root action requests on the document.
|
Modifier and Type | Method and Description |
---|---|
ActionRequest |
ActionRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ActionRequest> |
ActionRequest.flatten() |
List<ActionRequest> |
ActionRequest.getChildRequests() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentDetail.Builder.setActionRequests(List<ActionRequest> actionRequests) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ActionRequest |
CustomEmailAttributeImpl.getActionRequestVO() |
ActionRequest |
CustomEmailAttribute.getActionRequestVO() |
Modifier and Type | Method and Description |
---|---|
void |
CustomEmailAttributeImpl.setActionRequestVO(ActionRequest actionRequestVO) |
void |
CustomEmailAttribute.setActionRequestVO(ActionRequest actionRequestVO) |
Modifier and Type | Method and Description |
---|---|
static String |
WebUtils.getRoleDisplayName(ActionRequest actionRequest)
Takes an
ActionRequest with a recipient type of
RecipientType.ROLE and returns the display name for the role. |
Modifier and Type | Method and Description |
---|---|
List<ActionRequest> |
KualiDocumentFormBase.getActionRequests() |
List<ActionRequest> |
KualiDocumentFormBase.getActionRequestsRequiringApproval() |
Modifier and Type | Method and Description |
---|---|
void |
KualiDocumentFormBase.setActionRequests(List<ActionRequest> actionRequests) |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.