Panel | ||
---|---|---|
| ||
Useful methods frequently used in the system concerning date, SQL and metadata handling. What does this section cover?
|
...
Expand | |||||
---|---|---|---|---|---|
| |||||
truncate(Date date) method returns the date rounded to the day with a time of 00:00:00:00. setEndOfDay(Date date) method returns the date rounded to the day with a time of 23:59:59:999.
|
...
Expand | |||||
---|---|---|---|---|---|
| |||||
The following method returns a Process object which holds information about the process as defined in modules metadata file. getModuleAdditionalProcess(Module module, String processID)
|
Expand | |||||
---|---|---|---|---|---|
| |||||
The following method returns a global variable value as defined in variables metadata file. getVariable(String variableName, String context, String mpID)
|