-
Field Summary
CRLF, DOUBLE_DASH, PARAM_ANYTYPE_KIND, PARAM_ANYTYPEKEY, PARAM_CONNID_PAGED_RESULTS_COOKIE, PARAM_DETAILS, PARAM_ENTITY_KEY, PARAM_FIQL, PARAM_KEYWORD, PARAM_MAX, PARAM_NOTIFICATION, PARAM_ORDERBY, PARAM_PAGE, PARAM_REALM, PARAM_RECURSIVE, PARAM_RESOURCE, PARAM_SIZE, PARAM_USER
-
Method Summary
void
Executes an action on an existing executable's job.
void
Deletes the executable execution matching the provided key.
Deletes the executions matching the given query.
Executes the executable matching the given specs.
Returns job (running or scheduled) for the executable matching the given key.
Returns a paged list of executions matching the given query.
List jobs (running and / or scheduled).
Returns the list of recently completed executions, ordered by end date descendent.
-
Method Details
-
listExecutions
Returns a paged list of executions matching the given query.
- Parameters:
query
- query conditions
- Returns:
- paged list of executions the given query
-
listRecentExecutions
Returns the list of recently completed executions, ordered by end date descendent.
- Parameters:
max
- the maximum number of executions to return
- Returns:
- list of recently completed executions, ordered by end date descendent
-
deleteExecution
Deletes the executable execution matching the provided key.
- Parameters:
executionKey
- key of executable execution to be deleted
-
deleteExecutions
Deletes the executions matching the given query.
- Parameters:
query
- query conditions
- Returns:
- batch results as Response entity
-
execute
Executes the executable matching the given specs.
- Parameters:
specs
- conditions to exec
- Returns:
- execution report for the executable matching the given specs
-
getJob
Returns job (running or scheduled) for the executable matching the given key.
- Parameters:
key
- executable key
- Returns:
- job (running or scheduled) for the given key
-
listJobs
List jobs (running and / or scheduled).
- Returns:
- jobs (running and / or scheduled)
-
actionJob
Executes an action on an existing executable's job.
- Parameters:
key
- executable key
action
- action to execute