Package | Description |
---|---|
org.kuali.rice.kew.actiontaken | |
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.framework.postprocessor | |
org.kuali.rice.kew.impl.document |
Modifier and Type | Method and Description |
---|---|
static ActionTaken |
ActionTakenValue.to(ActionTakenValue actionTakenBo) |
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) |
Modifier and Type | Method and Description |
---|---|
ActionTaken |
ActionTakenEvent.getActionTaken() |
Constructor and Description |
---|
ActionTakenEvent(String documentId,
String appDocId,
ActionTaken actionTaken) |
Modifier and Type | Method and Description |
---|---|
List<ActionTaken> |
WorkflowDocumentServiceImpl._getActionsTaken(String documentId) |
List<ActionTaken> |
WorkflowDocumentImpl.getActionsTaken() |
List<ActionTaken> |
WorkflowDocumentServiceImpl.getActionsTaken(String documentId) |
List<ActionTaken> |
WorkflowDocumentServiceImpl.getAllActionsTaken(String documentId) |
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.