|
 | bind |
Subscribe a handler for an event.
Inherited from dundas.Service. |
 | cancelJobById |
Cancels a job that matches the ID.
|
 | createDelegate |
Helper for creating delegate functions.
Inherited from dundas.Component. |
 | createTimeout |
Creates a timeout.
Inherited from dundas.Component. |
 | deleteOldJobData |
Removes the older job entries based on the date time passed in.
|
 | dispatch |
Dispatches a call by creating a delegate and running it right away on a timer.
Inherited from dundas.Component. |
 | dispose |
Inherited from dundas.Component. |
 | enableJob |
Enables or disables a job.
|
 | fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
 | getJobById |
Gets the job based on ID.
|
 | getJobRunById |
Gets the job run based on ID.
|
 | getJobRunEvents |
Gets the job run events for a specified job run.
|
 | getJobRunsForJob |
Gets the job runs for a specific job.
|
 | getLatestJobRunEvent |
Gets the latest job run event for a specified job run.
|
 | getLatestJobRunEventForJobs |
Gets the latest job run event for the jobs specified.
|
 | getScheduleById |
Gets a schedule based on ID.
|
 | getService |
Gets the requested service.
Inherited from dundas.Component. |
 | onLoaded |
Called when the service is loaded.
Inherited from dundas.Service. |
 | queryJobRunEvents |
Gets the job run events corresponding to query criteria.
|
 | queryJobRuns |
Gets the job runs corresponding to query criteria.
|
 | queryJobs |
Gets the jobs corresponding to query criteria.
|
 | queryNumberOfJobRunEvents |
Gets the number of job run events corresponding to the query criteria.
|
 | queryNumberOfJobRuns |
Gets the number of job runs corresponding to query criteria.
|
 | queryNumberOfJobs |
Gets the number of jobs corresponding to query criteria.
|
 | setJobMaintainer |
Sets the job maintainer.
|
 | startJob |
Starts the specified job.
|
 | startJobs |
Starts the specified jobs.
|
 | subscribe |
Subscribe or unsubscribe an event handler for an event.
Inherited from dundas.Service. |
 | subscribeOnce |
Subscribe a one time handler for an event.
Inherited from dundas.Service. |
 | toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |
 | trigger |
Triggers an event.
Inherited from dundas.Service. |
 | unbind |
Unsubscribe an event.
Inherited from dundas.Service. |
 | updateJobScheduleRule |
Gets a schedule based on ID.
|