public class RecursionResults extends Object
ScriptWidgetUtils methods for storing
data that would otherwise be lost through recursion. Primarily it keeps track of
whether or not the operation is a success or not but new attributes can be added as
necessary over time to capture more data.| Constructor and Description |
|---|
RecursionResults() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuccess()
Returns a boolean value indicating whether or not the operation was successful.
|
void |
setSuccess(boolean success)
Setter to indicate whether or not the result was a success or not.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.