| 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.returnToPreviousNode(String annotation,
ReturnPoint returnPoint)
Returns the document to a previous node; commits updates.
|
void |
WorkflowDocument.superUserReturnToPreviousNode(ReturnPoint returnPoint,
String annotation)
Performs a super-user "return to previous node" action; commits updates.
|
| Modifier and Type | Method and Description |
|---|---|
static ReturnPoint |
ReturnPoint.create(String nodeName) |
| Modifier and Type | Method and Description |
|---|---|
DocumentActionResult |
WorkflowDocumentActionsService.returnToPreviousNode(DocumentActionParameters parameters,
ReturnPoint returnPoint)
Triggers the execution of a
ActionType.RETURN_TO_PREVIOUS action for the given
principal and document specified in the supplied parameters. |
DocumentActionResult |
WorkflowDocumentActionsService.superUserReturnToPreviousNode(DocumentActionParameters parameters,
boolean executePostProcessor,
ReturnPoint returnPoint)
Triggers the execution of a
ActionType.SU_RETURN_TO_PREVIOUS action for the given
principal and document specified in the supplied parameters. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.