Homepage | About EASA | Contact
A Child object to DATA PROCESSING→SCALAR performs data manipulation on SCALAR's and/or LIST's and returns a single value as a SCALAR.
![]() |
|
---|---|
![]() | Stores a value of an expression containing a SCALAR |
![]() | Returns user name, full name or e-mail address of user |
![]() | Returns SCALAR generated using custom Java code within the EASA API |
![]() | Compares two date SCALAR's against each other |
![]() | Converts date SCALAR's from one format to another |
![]() | Creates a single instance of one or more lines of text |
![]() | Determines existence of a file or returns its full path or URL |
![]() | Stores a SCALAR. Mainly for use with a CUSTOM ACTION. |
![]() | Performs formatting on a numerical SCALAR DOR |
![]() | Retrieves an index from a LIST given a value to find in the LIST |
![]() | Retrieves a value from a LIST given a location or index within the LIST |
![]() | Determines if another object value is valid |
![]() | Mapping from a LIST (Inputs:) to a new value specified in another LIST (Outputs:) |
![]() | Replaces part of a string of text |
![]() | Finds the location of text within a string of text |
![]() | Computes statistics: average, count, maximum, minimum, first, last, standard deviation, sum |
![]() | Text operations on a string (eg. converts to upper case) |
![]() | Extracts part of a string of text based on start and end character positions |
![]() | Generates a SCALAR from a Java system property |
A Child object under DATA PROCESSING→LIST performs data manipulation on SCALAR's and/or LIST's and returns a LIST.
![]() |
|
---|---|
![]() | Generates a LIST of numbers or letters given a list size |
![]() | Concatenates LIST's and/or SCALAR's together into one LIST |
![]() | Computes a LIST by cumulatively summing the values of another LIST |
![]() | Returns LIST of values generated using custom Java code within the EASA API |
![]() | Returns a LIST of new LIST names generated using custom Java code within the EASA API |
![]() | Cuts out a subset of values from an existing LIST |
![]() | Uses READ's to retrieve list data from a database |
![]() | Stores a LIST of values. Mainly for use with CUSTOM ACTION's |
![]() | Uses REPEAT's and FIND's to extract LIST data from a file |
![]() | Combines existing lists to produce one interleaved LIST |
![]() | Selects a LIST based on a SCALAR input value |
![]() | Retrieves name, value and parameter value information from other objects |
![]() | Stores repeated values of an expression based on a given LIST |
![]() | Converts a LIST of dates from one date format to another |
![]() | Creates a LIST containing one or more lines of text for each value of a given LIST |
![]() | Formats a LIST DOR of numerical values |
![]() | Retrieves indexes from a LIST given the values to find in the LIST |
![]() | Retrieves values from a LIST given locations or indexes within the LIST |
![]() | Same as SCALAR MAP except each value of a LIST is mapped |
![]() | Replaces text within a string, repeated for each string in LIST. |
![]() | Finds the location of text within a string, repeated for each string in a LIST. |
![]() | Text operations on a string (eg. converts to upper case), repeated for each string in LIST. |
![]() | Extracts part of a string based on start and end character positions, repeated for each string in LIST. |
![]() | Performs set operations such as intersection on a pair of LIST's. |
![]() | Produces a LIST containing the values of another LIST sorted alphanumerically based on its own or yet another LIST's values |
![]() | Splits a text string into a LIST given a separator found in the text string |
![]() | Used to reduce a LIST of elements into a set of unique elements. |
![]() | Extraction of data from XML using XPath |