Skip navigation links


oracle.iam.scheduler.vo
Class SearchResult

java.lang.Object
  extended by oracle.iam.scheduler.vo.SearchResult

All Implemented Interfaces:
java.io.Serializable

public class SearchResult
extends java.lang.Object
implements java.io.Serializable

This object represents a schedule job search result.

See Also:
Serialized Form

Constructor Summary
SearchResult()
           

 

Method Summary
 JobHistory getJobHistory()
          Provides Job history object of a schedule job.
 JobDetails getTaskDetail()
          Provides JobDetails value object.
 int getTaskStatus()
          Provides schedule job status.
 Trigger[] getTaskTriggers()
          Provides a collection of associated triggers with schedule job.
 void setJobHistory(JobHistory jobHistory)
          Sets Job history object of a schedule job.
 void setTaskDetail(JobDetails taskDetail)
          Sets JobDetails value object.
 void setTaskStatus(int taskStatus)
          Sets schedule job status.
 void setTaskTriggers(Trigger[] taskTriggers)
          Sets a collection of associated triggers with schedule job.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SearchResult

public SearchResult()

Method Detail

getJobHistory

public JobHistory getJobHistory()
Provides Job history object of a schedule job.
Returns:
Job history object of a schedule job

setJobHistory

public void setJobHistory(JobHistory jobHistory)
Sets Job history object of a schedule job.
Parameters:
jobHistory - Job history object of a schedule job

getTaskStatus

public int getTaskStatus()
Provides schedule job status. Supported values are 'STOPPED', 'RUNNING', 'FAILED', 'INTERRUPT'.
Returns:
Schedule job status

setTaskStatus

public void setTaskStatus(int taskStatus)
Sets schedule job status. Supported values are 'STOPPED', 'RUNNING', 'FAILED', 'INTERRUPT'.
Parameters:
taskStatus - Schedule job status

getTaskTriggers

public Trigger[] getTaskTriggers()
Provides a collection of associated triggers with schedule job.
Returns:
A collection of associated triggers with schedule job

setTaskTriggers

public void setTaskTriggers(Trigger[] taskTriggers)
Sets a collection of associated triggers with schedule job.
Parameters:
taskTriggers - A collection of associated triggers with schedule job

getTaskDetail

public JobDetails getTaskDetail()
Provides JobDetails value object.
Returns:
JobDetails value object

setTaskDetail

public void setTaskDetail(JobDetails taskDetail)
Sets JobDetails value object.
Parameters:
taskDetail - JobDetails value object

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.