public interface ISchedJobConfiguration
Modifier and Type | Method and Description |
---|---|
void |
addConfigurationItem(Id jobId,
java.lang.String name,
java.lang.String type,
java.lang.String value,
boolean isEncrypted)
Add a field definition for the job configuration
|
void |
addConfigurationItem(ISchedJobConfigurationItem configurationItem)
Add a field definition using
ISchedJobConfigurationItem |
ISchedJobConfiguration |
clone() |
ISchedJobConfigurationItem |
getConfigurationItem(java.lang.String name)
Get the field definitions for the specified name.
|
java.util.List<ISchedJobConfigurationItem> |
getConfigurationItems()
Get the field definitions that describe the job's configuration
|
void |
setConfigurationItems(java.util.List<ISchedJobConfigurationItem> configurationItems)
Set the list of field definitions that describe the job's configuration
|
java.util.List<ISchedJobConfigurationItem> getConfigurationItems()
ISchedJobConfigurationItem
ISchedJobConfigurationItem getConfigurationItem(java.lang.String name)
name
- the name of the field definition.ISchedJobConfigurationItem
void setConfigurationItems(java.util.List<ISchedJobConfigurationItem> configurationItems)
configurationItems
- the list of ISchedJobConfigurationItem
void addConfigurationItem(Id jobId, java.lang.String name, java.lang.String type, java.lang.String value, boolean isEncrypted)
jobId
- The ID of the job to which this field definition belongsname
- The name of the fieldtype
- The type of the field - currently, 'String'value
- The value of the field, which can be nullisEncrypted
- true, if the value should be encrypted, false otherwisevoid addConfigurationItem(ISchedJobConfigurationItem configurationItem)
ISchedJobConfigurationItem
configurationItem
- The definition of a field in the job configurationISchedJobConfiguration clone()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.