Category: Adaptiva
Adaptiva Server Version: 7.0.854.0
Iterator for interating objects maching given class name
Properties
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional | |
|---|---|---|---|---|---|---|---|
| NodeType | Contains the type for node | No | No | No | Output | No | |
| Data Type: Text | Comments: | ||||||
| Name | Name of the workflow node | Yes | Yes | No | Input | No | |
| Data Type: Text | Comments: | ||||||
| Description | Description of the workflow node | No | Yes | No | Input | No | |
| Data Type: Text | Comments: | ||||||
| Result | Operation result: true for success, or false for failure | No | No | No | Output | No | |
| Data Type: Boolean | Comments: | ||||||
| ErrorCode | Error code: 0 for success, or non-zero error code in case of failure | No | No | No | Output | No | |
| Data Type: Whole Number | Comments: | ||||||
| ErrorDescription | Set to the error description that has occurred in case operation failed, else set to null | No | No | No | Output | No | |
| Data Type: Text | Comments: | ||||||
| Operation | Operations to be performed New, Next, End | Yes | Yes | No | Input | No | |
| Data Type: Text | Comments: | ||||||
Operations
New
Creates a new iterator object
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional | |
|---|---|---|---|---|---|---|---|
| Classname | Fully qualified class name of Adaptiva objects for which iteration is being performed | Yes | No | Yes | Input | No | |
| Data Type: Text | Comments: | ||||||
| Query | Optional query string | No | No | Yes | Input | No | |
| Data Type: Text | Comments: | ||||||
| IterationID | Output iteration ID | No | No | No | Output | No | |
| Data Type: Text | Comments: | ||||||
Next
Gets the next object in the iterator.
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional | |
|---|---|---|---|---|---|---|---|
| IterationID | Input iteration ID | Yes | No | Yes | Input | No | |
| Data Type: Text | Comments: | ||||||
| CurrentObject | Current Adaptiva ServerObject for the given iteration | No | No | No | Output | No | |
| Data Type: Java Object | Comments: | ||||||
End
Ends the iterator operation.
| Name | Description | Mandatory | Initial Value | Runtime Expression | Type | Conditional | |
|---|---|---|---|---|---|---|---|
| IterationID | Input iteration ID | Yes | No | Yes | Input | No | |
| Data Type: Text | Comments: | ||||||
Comments
0 comments
Please sign in to leave a comment.