Resolves the id of the current job
23 August 2013
In many places one can use macros that during runtime are resolved to real values. Depending on the context the possible macros varies, but in general, the table below illustrates the syntax of the macros and what they are resolved to.
Macro | Descriptions | ||
---|---|---|---|
|
Resolves the id of the current job |
||
|
Resolves the id of the current destination |
||
|
The ID of the TIF instance |
||
|
A setting from TIF named ABC |
||
|
A Java system parameter named AAA |
||
|
The ID of the ENOVIA user |
||
|
The ID of the source object in ENOVIA which the job relates to |
||
|
The TYPE of the source object in ENOVIA which the job relates to |
||
|
The NAME of the source object in ENOVIA which the job relates to |
||
|
The REVISION of the source object in ENOVIA which the job relates to |
||
|
The CURRENT STATE of the source object in ENOVIA which the job relates to |
||
|
CLASSNAME is a class implementing Example: ${job.java.a.b.c.TheResolver:the-key}
|
||
|
A custom select expression that is selected on the source object. Note that this results in extra DB calls. |
||
|
The ENOVIA RPE variable named ABC as set when the job was initiated Note that there is a legacy format available that does the same:
This format should however not be used since it will be removed in a future release. |
||
|
The parameter named ABC as specified when the job was initiated |