public interface IScheduleJobFindOptions extends IBaseFindOptions
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory()
Get category.
|
boolean |
getIncludeDisabledJobs()
Gets whether to return jobs that are disabled.
|
java.lang.Boolean |
getIncludeEnabledJobs()
Get enabled.
|
java.lang.String |
getJobClass()
Get the job class.
|
Id |
getJobId()
Get the job id.
|
java.lang.String |
getJobName()
Get the job name.
|
void |
setCategory(java.lang.String category)
Set the category.
|
void |
setIncludeDisabledJobs(boolean includeDisabledJobs)
Set whether to return jobs that are disabled.
|
void |
setIncludeEnabledJobs(java.lang.Boolean includeEnabledJobs)
Set enabled.
|
void |
setJobClass(java.lang.String jobClass)
Set the quick filter.
|
void |
setJobId(Id jobId)
Set the job id.
|
void |
setJobName(java.lang.String jobName)
Set jobName.
|
getAndOr, getIncludeTotalCount, getIsPagingOn, getMaxResults, getPageNum, getResultsPerPage, getReturnLastRow, getReturnOnlyCounts, getReturnStartRow, getSortDirection, getSortFieldName, setAndOr, setIncludeTotalCount, setMaxResults, setPageNum, setPagingOn, setResultsPerPage, setReturnLastRow, setReturnOnlyCounts, setReturnStartRow, setSortDirection, setSortFieldNamejava.lang.String getCategory()
void setCategory(java.lang.String category)
category - java.lang.String getJobClass()
Id getJobId()
void setJobId(Id jobId)
void setJobClass(java.lang.String jobClass)
jobClass - java.lang.Boolean getIncludeEnabledJobs()
void setIncludeEnabledJobs(java.lang.Boolean includeEnabledJobs)
includeEnabledJobs - boolean getIncludeDisabledJobs()
void setIncludeDisabledJobs(boolean includeDisabledJobs)
includeDisabledJobs - java.lang.String getJobName()
void setJobName(java.lang.String jobName)
jobName -
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.