public interface ISchedJobDetail
| Modifier and Type | Method and Description |
|---|---|
JobDetailCategory |
getCategory()
Returns the type of the job detail.
|
java.lang.String |
getCreatedBy()
Returns the user name who created the job detail
|
java.util.Date |
getCreatedDate()
Returns the creation date
|
java.util.Map<java.lang.String,java.lang.Object> |
getData() |
java.lang.String |
getDescription()
Returns the description of the job detail
|
Id |
getId()
Returns unique identifier of the job detail
|
java.lang.String |
getJobClass()
Returns the fully qualified name of the java class associated with the job detai.
|
ISchedJobConfiguration |
getJobConfiguration()
Get the job configuration
ISchedJobConfiguration |
java.lang.String |
getModifiedBy()
Returns the user name who last modified the job detail
|
java.util.Date |
getModifiedDate()
Returns the last modified date
|
java.lang.String |
getName()
Returns name of the job detail
|
java.util.List<ISchedJobSchedule> |
getScheduleList()
Get the list of schedules
ISchedJobSchedule defined for the job |
JobDetailType |
getType()
Returns the type of the job detail.
|
boolean |
isConfigurable()
Returns if the job is configurable or not.
|
boolean |
isEnabled()
Returns if the job detail is enabled or not.
|
boolean |
isSuppliedByVendor()
Get whether the job was supplied by OpenPages
|
void |
setCategory(JobDetailCategory category)
Sets the type of the job detail.
|
void |
setConfigurable(boolean isConfigurable)
Sets whether the job is configurable or not.
|
void |
setData(java.util.Map<java.lang.String,java.lang.Object> data) |
void |
setDescription(java.lang.String description)
Sets the description of the job detail
|
void |
setEnabled(boolean isEnabled)
Enables or disables the job detail.
|
void |
setJobClass(java.lang.String jobClass)
Sets the fully qualified name of the java class associated with the job detail.
|
void |
setJobConfiguration(ISchedJobConfiguration jobConfiguration)
Set the job configuration
ISchedJobConfiguration |
void |
setName(java.lang.String name)
Sets the name of the job detail
|
void |
setScheduleList(java.util.List<ISchedJobSchedule> scheduleList)
Set the list of schedules
ISchedJobSchedule for the job |
void |
setType(JobDetailType type)
Sets the type of the job detail.
|
Id getId()
java.lang.String getName()
void setName(java.lang.String name)
name - java.lang.String getDescription()
void setDescription(java.lang.String description)
description - JobDetailType getType()
void setType(JobDetailType type)
type - JobDetailCategory getCategory()
void setCategory(JobDetailCategory category)
category - java.lang.String getJobClass()
void setJobClass(java.lang.String jobClass)
jobClass - boolean isEnabled()
void setEnabled(boolean isEnabled)
isEnabled - boolean isConfigurable()
void setConfigurable(boolean isConfigurable)
isConfigurable - java.util.Date getModifiedDate()
java.lang.String getModifiedBy()
java.util.Date getCreatedDate()
java.lang.String getCreatedBy()
ISchedJobConfiguration getJobConfiguration()
ISchedJobConfigurationvoid setJobConfiguration(ISchedJobConfiguration jobConfiguration)
ISchedJobConfigurationjobConfiguration - the job configurationboolean isSuppliedByVendor()
java.util.List<ISchedJobSchedule> getScheduleList()
ISchedJobSchedule defined for the jobvoid setScheduleList(java.util.List<ISchedJobSchedule> scheduleList)
ISchedJobSchedule for the jobscheduleList - The list of job schedulesjava.util.Map<java.lang.String,java.lang.Object> getData()
Map with the job detail datavoid setData(java.util.Map<java.lang.String,java.lang.Object> data)
data -
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.