Specifications

Returns the name of the flow element (as displayed in the canvas)
causing this occurrence.
getElement( ) : String
Returns an indication of the origin of the job before it was injected in
the flow by this occurrence. For example, a Submit point writes the
getOrigin( ) : String
absolute path of the original job (on the client machine) in this
attribute. This attribute is meaningful only for ‘Produced’ occurrence
types. This function returns the empty string for other occurrence types.
Returns the name of the folder (as displayed in the canvas) that received
the job as a result of this occurrence. This attribute is meaningful only
getOutFolder( ) : String
for ‘Produced’, ‘Moved’, and ‘Processed’ occurrence types. This function
returns the empty string for other occurrence types.
Note:
This function returns the outelement attribute.
Returns the type of the connection that carried the job as a result of
this occurrence, as one of the following strings: “Noop”, “Move”,
getConnectionType( ) :
String
“Filter”, “Traffic-data”, Traffic-log”, “Traffic-datawithlog”. This
attribute is meaningful only for ‘Produced’, ‘Moved’, and ‘Processed’
occurrence types. This function returns the empty string for other
occurrence types.
Returns the success level of the job when carried over a traffic-light
connection, as an integer (success = 1, warning = 2, error = 3). This
getSuccessLevel( ) :
Number
attribute is meaningful only if the job was actually carried over a
traffic-light connection. If the getConnectionType() does not return a
string that starts with “Traffic”, getSuccessLevel() returns zero.
Returns the basic message associated with this occurrence, without
argument replacement or localization. The basic message is not intended
getBasicMessage( ) :
String
for human consumption, but can be used in a script to discriminate
between various causes of an error, for example (similar to an error
code).
This attribute is meaningful only for ‘Failed’ occurrence types. This
function returns the empty string for other occurrence types.
Note:
Note: this function returns the operation attribute without further
processing.
Returns the message associated with this occurrence after argument
replacement and localization. The localized message is intended for
human consumption.
getLocalizedMessage(
) : String
This attribute is meaningful only for ‘Failed’ occurrence types. This
function returns the empty string for other occurrence types.
475
Enfocus Switch 10