| Package | Description |
|---|---|
| org.kuali.rice.kew.api |
Copyright 2005-2016 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-2016 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 |
|---|---|
void |
WorkflowDocument.revokeAdHocRequests(AdHocRevoke revoke,
String annotation)
Revokes an Ad-Hoc request by the specified criteria; commits updates.
|
| Modifier and Type | Method and Description |
|---|---|
static AdHocRevoke |
AdHocRevoke.create(Set<String> nodeNames,
Set<String> principalIds,
Set<String> groupIds) |
static AdHocRevoke |
AdHocRevoke.createRevokeAtNode(String nodeName) |
static AdHocRevoke |
AdHocRevoke.createRevokeFromGroup(String groupId) |
static AdHocRevoke |
AdHocRevoke.createRevokeFromPrincipal(String principalId) |
| Modifier and Type | Method and Description |
|---|---|
DocumentActionResult |
WorkflowDocumentActionsService.revokeAdHocRequests(DocumentActionParameters parameters,
AdHocRevoke revoke)
Executes an
ActionType.ADHOC_REQUEST_REVOKE action which revokes all pending ad hoc
action requests that match the supplied AdHocRevoke criteria for the given principal
and document specified in the supplied parameters. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.