| 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.api.document |
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 |
|---|---|
List<ActionTaken> |
WorkflowDocument.getActionsTaken()
Return the list of past actions taken on the document
|
| Modifier and Type | Method and Description |
|---|---|
ActionTaken |
ActionTaken.Builder.build() |
ActionTaken |
ActionRequest.getActionTaken() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionTaken> |
WorkflowDocumentService._getActionsTaken(String documentId)
Deprecated.
mistaken operation name...use getActionsTaken instead
|
List<ActionTaken> |
DocumentDetailContract.getActionsTaken() |
List<ActionTaken> |
DocumentDetail.getActionsTaken() |
List<ActionTaken> |
DocumentDetail.Builder.getActionsTaken() |
List<ActionTaken> |
WorkflowDocumentService.getActionsTaken(String documentId)
Gets a list of past
ActionTaken of a Document with the given documentId |
List<ActionTaken> |
WorkflowDocumentService.getAllActionsTaken(String documentId)
Gets a list of all
ActionTaken of a Document with the given documentId |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentDetail.Builder.setActionsTaken(List<ActionTaken> actionsTaken) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.