Category: Adaptiva
Adaptiva Server Version: 7.0.854.0
Adaptiva object operations are supported
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: |
|
Operation |
Specifies the operation which is being requested. The value of this property is used to decide which dynamic built-in properties will be exposed in this node Get single object by id, Get multiple objects by id, Get multiple objects by query, Get multiple objectIds by query, Get multiple objects by class and name, Get root folder by class, Get folder by class, Save single object, Save multiple objects, Save object as, Delete single object, Delete single object by id, Delete multiple objects, Delete multiple objects by id, Delete multiple objects by query, Delete object by name, Enable single object, Enable single object by id, Enable multiple objects, Enable multiple object by id, Disable single object, Disable single object by id, Disable multiple objects, Disable multiple object by id |
Yes |
Yes |
No |
Input |
No |
Data Type: Text |
Comments: |
|
ThrowExceptions |
If set to true, exceptions are thrown, else, exceptions are caught and the values of following properties are set: OutExceptionOccurred, OutExceptionType, OutExceptionMessage, OutExceptionObject |
Yes |
Yes |
No |
Input |
No |
Data Type: Boolean |
Comments: |
|
LogData |
Any string to output to the workflow log |
No |
No |
No |
Input |
No |
Data Type: Text |
Comments: |
|
InObjectAdminID |
|
Yes |
Yes |
Yes |
Input |
No |
Data Type: Text |
Comments: Specify dollar sign here ($) |
Operations
Get single object by id
Retrieves a single Adaptiva object by it's Object ID
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectId |
The object id on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
OutObject |
The object returned by the selected operation |
No |
No |
No |
Input |
Yes |
Data Type: Java Object |
Comments: |
|
InFetchMode |
Specifies the extent to which the desired objects will be fetched. Contains 1 for summary mode, 2 for complete mode, 3 for reference summary mode and 4 for reference complete mode |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InCacheMode |
Specifies whether the desired objects will be fetched from the shared object cache, or a cloned private copy will be returned. Contains 1 for clone mode, and 2 for cache mode. Select clone mode if you wish to modify the object, or cache mode otherwise. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectType |
Contains 1 for performing the specified operation on all objects, or 2 for performing the operation only on visible objects. |
Yes |
No |
No |
Output |
Yes |
Data Type: Whole Number |
Comments: |
Get multiple objects by id
Retrieves multiple Adaptiva objects by their Object IDs
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InFetchMode |
Specifies the extent to which the desired objects will be fetched. Contains 1 for summary mode, 2 for complete mode, 3 for reference summary mode and 4 for reference complete mode |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InCacheMode |
Specifies whether the desired objects will be fetched from the shared object cache, or a cloned private copy will be returned. Contains 1 for clone mode, and 2 for cache mode. Select clone mode if you wish to modify the object, or cache mode otherwise. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectType |
Contains 1 for performing the specified operation on all objects, or 2 for performing the operation only on visible objects. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectIds |
The object ids on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number Array |
Comments: |
|
OutObjects |
The objects returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Java Object Array |
Comments: |
Get multiple objects by query
Retrieves multiple Adaptiva objects using a query statement
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InFetchMode |
Specifies the extent to which the desired objects will be fetched. Contains 1 for summary mode, 2 for complete mode, 3 for reference summary mode and 4 for reference complete mode |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InCacheMode |
Specifies whether the desired objects will be fetched from the shared object cache, or a cloned private copy will be returned. Contains 1 for clone mode, and 2 for cache mode. Select clone mode if you wish to modify the object, or cache mode otherwise. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectType |
Contains 1 for performing the specified operation on all objects, or 2 for performing the operation only on visible objects. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
OutObjects |
The objects returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Java Object Array |
Comments: |
|
InObjectClassName |
The object class name on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
|
InObjectQuery |
The object query on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
Get multiple objectIds by query
Retrieves multiple Adaptiva objects using a query statement
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InFetchMode |
Specifies the extent to which the desired objects will be fetched. Contains 1 for summary mode, 2 for complete mode, 3 for reference summary mode and 4 for reference complete mode |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InCacheMode |
Specifies whether the desired objects will be fetched from the shared object cache, or a cloned private copy will be returned. Contains 1 for clone mode, and 2 for cache mode. Select clone mode if you wish to modify the object, or cache mode otherwise. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectType |
Contains 1 for performing the specified operation on all objects, or 2 for performing the operation only on visible objects. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
OutObjects |
The objects returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Java Object Array |
Comments: |
|
InObjectClassName |
The object class name on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
|
InObjectQuery |
The object query on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
|
OutObjectIds |
The object IDs returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Whole Number Array |
Comments: |
Get multiple objects by class and name
Retrieves multiple Adaptiva objects using the object class and object name
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InFetchMode |
Specifies the extent to which the desired objects will be fetched. Contains 1 for summary mode, 2 for complete mode, 3 for reference summary mode and 4 for reference complete mode |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InCacheMode |
Specifies whether the desired objects will be fetched from the shared object cache, or a cloned private copy will be returned. Contains 1 for clone mode, and 2 for cache mode. Select clone mode if you wish to modify the object, or cache mode otherwise. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectType |
Contains 1 for performing the specified operation on all objects, or 2 for performing the operation only on visible objects. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
OutObjects |
The objects returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Java Object Array |
Comments: |
|
InObjectClassName |
The object class name on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
|
InObjectName |
The name of the object on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
Get root folder by class
Retrieves the root folder for a particular Adaptiva object class
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InFetchMode |
Specifies the extent to which the desired objects will be fetched. Contains 1 for summary mode, 2 for complete mode, 3 for reference summary mode and 4 for reference complete mode |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InCacheMode |
Specifies whether the desired objects will be fetched from the shared object cache, or a cloned private copy will be returned. Contains 1 for clone mode, and 2 for cache mode. Select clone mode if you wish to modify the object, or cache mode otherwise. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectType |
Contains 1 for performing the specified operation on all objects, or 2 for performing the operation only on visible objects. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectClassName |
The object class name on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
|
OutObject |
The object returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
Get folder by class
Retrieves an Adaptiva folder by using it's object class
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InFetchMode |
Specifies the extent to which the desired objects will be fetched. Contains 1 for summary mode, 2 for complete mode, 3 for reference summary mode and 4 for reference complete mode |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InCacheMode |
Specifies whether the desired objects will be fetched from the shared object cache, or a cloned private copy will be returned. Contains 1 for clone mode, and 2 for cache mode. Select clone mode if you wish to modify the object, or cache mode otherwise. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectType |
Contains 1 for performing the specified operation on all objects, or 2 for performing the operation only on visible objects. |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
|
InObjectClassName |
The object class name on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
|
OutObject |
The object returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectFolderPath |
The object folder path on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
Save single object
Saves an Adaptiva object
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
OutObject |
The object returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObject |
The object on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Java Object |
Comments: |
Save multiple objects
Saves multiple Adaptiva objects
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjects |
The objects on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Java Object Array |
Comments: |
|
OutObjects |
Contains the object after it has been saved |
No |
No |
No |
Output |
Yes |
Data Type: Java Object Array |
Comments: |
Save object as
Saves a copy of an Adaptiva object
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObject |
The object on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Java Object |
Comments: |
|
OutObject |
The object returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectName |
The name of the object on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
Delete single object
Deletes a single Adaptiva object using a reference to that object
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObject |
The object on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Java Object |
Comments: |
Delete single object by id
Deletes a single Adaptiva object using it's Object ID
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectId |
Contains the object id of the object to be deleted |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
Delete multiple objects
Deletes multiple Adaptiva objects using object references
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjects |
The objects on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Java Object Array |
Comments: |
Delete multiple objects by id
Deletes multiple Adaptiva objects by their IDs
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectIds |
Contains the object ids of the object to be deleted |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number Array |
Comments: |
Delete multiple objects by query
Deletes multiple Adaptiva objects using a query statement
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectClassName |
The object class name on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
|
InObjectQuery |
The object query on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
|
OutObjectIds |
The object IDs returned by the selected operation |
No |
No |
No |
Output |
Yes |
Data Type: Whole Number Array |
Comments: |
Delete object by name
Deletes multiple Adaptiva objects using their object names
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectClassName |
The object class name on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
|
InObjectName |
The name of the object on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Text |
Comments: |
Enable single object
Enables a single Adaptiva object using an object reference
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObject |
The object on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Java Object |
Comments: |
Enable single object by id
Enables a single Adaptiva object using it's ID
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectId |
Contains the object id of the object to be deleted |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
Enable multiple objects
Enables multiple Adaptiva objects using object references
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjects |
The objects on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Java Object Array |
Comments: |
Enable multiple object by id
Enables multiple Adaptiva objects using their IDs
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectIds |
Contains the object ids of the object to be deleted |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number Array |
Comments: |
Disable single object
Disables a single Adaptiva object using an object reference
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObject |
The object on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Java Object |
Comments: |
Disable single object by id
Disables a single Adaptiva object using it's ID
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectId |
Contains the object id of the object to be deleted |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number |
Comments: |
Disable multiple objects
Disables multiple objects using object references
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjects |
The objects on which the selected operation needs to be performed |
Yes |
No |
No |
Input |
Yes |
Data Type: Java Object Array |
Comments: |
Disable multiple object by id
Disables multiple Adaptiva objects using their IDs
|
Name |
Description |
Mandatory |
Initial Value |
Runtime Expression |
Type |
Conditional |
|
ExceptionOccurred |
This property is dynamic, and it is present only if the ThrowExceptions property is set to false. Contains true, in case the ThrowExceptions property is set to false, and an exception occurs. |
No |
No |
No |
Output |
Yes |
Data Type: Boolean |
Comments: |
|
ExceptionMessage |
Contains the exceptions message, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionType |
Contains the fully qualified class name of the exception, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Text |
Comments: |
|
ExceptionObject |
Contains the exception object, in case the InThrowExceptions property is not set to yes, and an exception occurs |
No |
No |
No |
Output |
Yes |
Data Type: Java Object |
Comments: |
|
InObjectIds |
Contains the object ids of the object to be deleted |
Yes |
No |
No |
Input |
Yes |
Data Type: Whole Number Array |
Comments: |
Comments
2 comments
Can you list all the possible ClassNames that can be accepted as InObjectClassName?
Thanks,
Marco
Hi Marco,
The InObjectClassName would be the fully qualified Java class for the object that you would want to work with. The Adaptiva Object Operations activity is used primarily for working with core product components and only used under special circumstances where no other built-in activity exists for the desired functionality. It is not recommended for general use. We can therefore not provide a list of all Adaptiva classes for security reasons. If there is a specific use case for this activity, please get in touch with support and we will be happy to help you design a workflow that accomplishes your requirements.
Thanks,
Dan
Please sign in to leave a comment.