Uses of Class
com.redwood.scheduler.api.model.enumeration.JobStatus
-
Packages that use JobStatus Package Description com.redwood.scheduler.api.job Scheduler API - Interfaces for user defined jobs.com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.enumeration Scheduler API - Model Enumerationscom.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables.com.redwood.scheduler.api.soap Scheduler API - Web Services Client -
-
Uses of JobStatus in com.redwood.scheduler.api.job
Methods in com.redwood.scheduler.api.job with parameters of type JobStatus Modifier and Type Method Description void
UserJobContext. waitForJobs(SchedulerSession session, Job[] jobs, JobStatus[] statuses, long maxWait)
Wait for jobs to reach the specified statuses, with a maximum wait time. -
Uses of JobStatus in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return JobStatus Modifier and Type Method Description JobStatus
Job. cancel()
Cancel a job that is not being executed yetJobStatus
Job. disable()
Disable a job.JobStatus
Job. enable()
Enable a job that is currently disabled.JobStatus
ForecastJob. getJobStatus()
Get the value for JobStatus.JobStatus
JobFileSearch. getNewJobStatus()
Get the value for NewJobStatus.JobStatus
JobDefinition. getOverdueStatus()
Get the value for OverdueStatus.JobStatus
ProcessMonitorItem. getProgressStatus()
Get the value for ProgressStatus.JobStatus
FinalStatusHandler. getStatus()
Get the value for Status.JobStatus
Job. getStatus()
Get the value for Status.JobStatus
JobDefinitionAlertSourceStatus. getStatus()
Get the value for Status.JobStatus
StatusHandler. getStatus()
Get the value for Status.JobStatus
UserMessageDefinitionResponse. getStatus()
Get the value for Status.JobStatus
RaiseEvent. getStatusToRaiseOn()
Get the value for StatusToRaiseOn.JobStatus
Job. hold()
Hold a job, put it in the held state.JobStatus
Job. kill()
Kill a job that is currently executingJobStatus
Job. release()
Release a job that is in the held state.JobStatus
Job. runNow()
Start the process immediately, ignoring most scheduling constraints.Methods in com.redwood.scheduler.api.model with parameters of type JobStatus Modifier and Type Method Description JobChainStatusHandler
JobChain. getDefaultJobChainStatusHandlerByStatus(JobStatus status)
Get the JobChainStatusHandler by JobChainStatusHandler.FinalStatusHandler
JobDefinition. getFinalStatusHandlerByStatus(JobStatus status)
Get the FinalStatusHandler by JobDefinitionStatus.JobChainStepStatusHandler
JobChainStep. getJobChainStepStatusHandlerByStatus(JobStatus status)
Get the JobChainStepStatusHandler by JobChainStepStatusHandler.JobDefinitionAlertSourceStatus
JobDefinitionAlertSource. getJobDefinitionAlertSourceStatusByStatus(JobStatus status)
Get the JobDefinitionAlertSourceStatus by JobDefinitionAlertSourceStatus.JobRaiseEvent
Job. getJobRaiseEventByStatusToRaiseOnEventDefinition(JobStatus statusToRaiseOn, EventDefinition eventDefinition)
Get the JobRaiseEvent by JobRaiseEvents.void
JobFileSearch. setNewJobStatus(JobStatus newNewJobStatus)
Set the value for NewJobStatus.void
JobDefinition. setOverdueStatus(JobStatus newOverdueStatus)
Set the value for OverdueStatus.void
ProcessMonitorItem. setProgressStatus(JobStatus newProgressStatus)
Set the value for ProgressStatus.void
FinalStatusHandler. setStatus(JobStatus newStatus)
Set the value for Status.void
JobDefinitionAlertSourceStatus. setStatus(JobStatus newStatus)
Set the value for Status.void
StatusHandler. setStatus(JobStatus newStatus)
Set the value for Status.void
UserMessageDefinitionResponse. setStatus(JobStatus newStatus)
Set the value for Status.void
Job. setStatusExternal(JobStatus jobStatus)
Set the status of a job that has CompletionStrategy of CompletionStrategyType.External.void
RaiseEvent. setStatusToRaiseOn(JobStatus newStatusToRaiseOn)
Set the value for StatusToRaiseOn.void
SchedulerSession. waitForJob(Job job, JobStatus status)
Wait for jobs to reach the specified statuses, with unlimited time.void
SchedulerSession. waitForJob(Job job, JobStatus status, long maxWait)
Similar asSchedulerSession.waitForJob(Job, JobStatus)
, except a maxWait is specified.void
SchedulerSession. waitForJobs(Job[] jobs, JobStatus[] statuses, long maxWait)
Wait for jobs to reach the specified statuses, with a maximum wait time. -
Uses of JobStatus in com.redwood.scheduler.api.model.enumeration
Methods in com.redwood.scheduler.api.model.enumeration that return JobStatus Modifier and Type Method Description JobStatus
OraAppsBatchJobStatus. getMappedJobStatus()
JobStatus
OraOhiJobStatus. getMappedJobStatus()
JobStatus
PeopleSoftBatchJobStatus. getMappedJobStatus()
JobStatus
PeopleSoftDistributionJobStatus. getMappedJobStatus()
JobStatus
SapBatchJobStatus. getMappedJobStatus()
JobStatus
SapBIInfoPackageJobStatus. getMappedJobStatus()
JobStatus
SapBIProcessChainJobStatus. getMappedJobStatus()
JobStatus
SapBIProcessJobStatus. getMappedJobStatus()
static JobStatus
JobStatus. safeValueOf(String value)
Helper function to return the JobStatus represented byvalue
.static JobStatus
JobStatus. valueOf(char code)
Helper function to return the JobStatus represented by code.static JobStatus
JobStatus. valueOf(Character code)
Helper function to return the JobStatus represented by code.static JobStatus
JobStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobStatus
JobStatus. valueOfCode(String code)
Helper function to return the JobStatus represented by code.static JobStatus[]
JobStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JobStatus in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return JobStatus Modifier and Type Method Description JobStatus
PostRunningActionScriptObject. getFinalStatus()
Get the final status of the job.JobStatus
OnBeforeUserJobChangeActionScriptObject. getNewStatus()
Get the new status of the job, the status that this job will go into once this action completes (assuming that this or other actions do not change the job).JobStatus
PostRunningActionScriptObject. getNewStatus()
Get the original final status of the job.JobStatus
PreExecutingActionScriptObject. getNewStatus()
Get the new status of the job, the status that this job will go into once this action completes (assuming that the action doesn't change the job).JobStatus
OnBeforeUserJobChangeActionScriptObject. getOldStatus()
Get the old status of the job, the status that this job was in before persist started.JobStatus
PostRunningActionScriptObject. getOldStatus()
Get the old status of the job, the status that this job was in before the action started.JobStatus
PreExecutingActionScriptObject. getOldStatus()
Get the old status of the job, the status that this job was in before the action started.Methods in com.redwood.scheduler.api.scripting.variables with parameters of type JobStatus Modifier and Type Method Description void
PostRunningActionScriptObject. setFinalStatus(JobStatus newStatus)
Set the final status of the job. -
Uses of JobStatus in com.redwood.scheduler.api.soap
Methods in com.redwood.scheduler.api.soap that return JobStatus Modifier and Type Method Description JobStatus
SOAPQueryJobResult. getStatus()
-