public interface CmTimeslot extends EngineObject, DependentObject
CmTimeslot
specifies when the task will start and how long it will run.
You create a CmTimeslot
object with a Factory
method,
and set its weekday, start time, and duration properties.
The day and times that you set are interpreted relative to the server's local time, not Coordinated Universal Time (UTC).
You add CmTimeslot
objects to a CmTimeslotList
, which
you set on a CmTextSearchConfiguration
,
CmAuditingConfiguration
,
CmSweepConfiguration
, or
CmSweep
object.
Note that the times of multiple timeslots might overlap, in which case the overlapping timeslots are effectively combined.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get_Duration()
Returns the value of the Duration property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Integer |
get_StartMinutesPastMidnight()
Returns the value of the StartMinutesPastMidnight property.
|
Weekday |
get_Weekday()
Returns the value of the Weekday property.
|
void |
set_Duration(java.lang.Integer value)
Sets the value of the Duration property.
|
void |
set_StartMinutesPastMidnight(java.lang.Integer value)
Sets the value of the StartMinutesPastMidnight property.
|
void |
set_Weekday(Weekday value)
Sets the value of the Weekday property.
|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
Weekday get_Weekday()
void set_Weekday(Weekday value)
java.lang.Integer get_StartMinutesPastMidnight()
void set_StartMinutesPastMidnight(java.lang.Integer value)
java.lang.Integer get_Duration()
void set_Duration(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.