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.
|
org.kuali.rice.kew.impl.action | |
org.kuali.rice.kew.impl.document |
Modifier and Type | Method and Description |
---|---|
RequestedActions |
WorkflowDocument.getRequestedActions()
Returns the list of requested actions on this document for the current user
|
Modifier and Type | Method and Description |
---|---|
static RequestedActions |
RequestedActions.create(boolean completeRequested,
boolean approveRequested,
boolean acknowledgeRequested,
boolean fyiRequested) |
RequestedActions |
WorkflowDocumentActionsService.determineRequestedActions(String documentId,
String principalId)
Determines which actions are requested against the document with the given id for the
principal with the given id.
|
RequestedActions |
DocumentActionResult.getRequestedActions() |
Modifier and Type | Method and Description |
---|---|
static DocumentActionResult |
DocumentActionResult.create(Document document,
ValidActions validActions,
RequestedActions requestedActions) |
Modifier and Type | Method and Description |
---|---|
RequestedActions |
WorkflowDocumentActionsServiceImpl.determineRequestedActions(String documentId,
String principalId) |
protected RequestedActions |
WorkflowDocumentActionsServiceImpl.determineRequestedActionsInternal(DocumentRouteHeaderValue documentBo,
String principalId) |
Modifier and Type | Method and Description |
---|---|
RequestedActions |
WorkflowDocumentImpl.getRequestedActions() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.