@org.osgi.annotation.versioning.ConsumerType interface RunScriptResponse
Response for script executions.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract String |
getData() |
|
abstract Calendar |
getDate()Get the date of script execution. |
|
abstract String |
getExceptionStackTrace() |
|
abstract String |
getJobId() |
|
abstract JobProperties |
getJobProperties() |
|
abstract String |
getMediaType() |
|
abstract String |
getOutput() |
|
abstract String |
getOutputFileName() |
|
abstract String |
getResult() |
|
abstract String |
getRunningTime() |
|
abstract String |
getScript() |
|
abstract String |
getUserId() |
Get the date of script execution.