public interface CmSweepJob extends RepositoryObject, CmSweep
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_DescriptiveText()
Returns the value of the DescriptiveText property.
|
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property.
|
java.util.Date |
get_EffectiveEndDate()
Returns the value of the EffectiveEndDate property.
|
java.util.Date |
get_EffectiveStartDate()
Returns the value of the EffectiveStartDate property.
|
java.lang.Integer |
get_FilteredQueryTimeout()
Returns the value of the FilteredQueryTimeout property.
|
java.lang.String |
get_FilterExpression()
Returns the value of the FilterExpression property.
|
java.lang.Boolean |
get_IncludeSubclassesRequested()
Returns the value of the IncludeSubclassesRequested property.
|
java.lang.Boolean |
get_IsEnabled()
Returns the value of the IsEnabled property.
|
java.lang.Boolean |
get_RecordFailures()
Returns the value of the RecordFailures property.
|
java.lang.Integer |
get_SweepBatchSize()
Returns the value of the SweepBatchSize property.
|
SweepMode |
get_SweepMode()
Returns the value of the SweepMode property.
|
CmJobSweepResultSet |
get_SweepResults()
Returns the value of the SweepResults property.
|
java.lang.Integer |
get_SweepRetryWaitInterval()
Returns the value of the SweepRetryWaitInterval property.
|
void |
set_DescriptiveText(java.lang.String value)
Sets the value of the DescriptiveText property.
|
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property.
|
void |
set_EffectiveEndDate(java.util.Date value)
Sets the value of the EffectiveEndDate property.
|
void |
set_EffectiveStartDate(java.util.Date value)
Sets the value of the EffectiveStartDate property.
|
void |
set_FilteredQueryTimeout(java.lang.Integer value)
Sets the value of the FilteredQueryTimeout property.
|
void |
set_FilterExpression(java.lang.String value)
Sets the value of the FilterExpression property.
|
void |
set_IncludeSubclassesRequested(java.lang.Boolean value)
Sets the value of the IncludeSubclassesRequested property.
|
void |
set_IsEnabled(java.lang.Boolean value)
Sets the value of the IsEnabled property.
|
void |
set_RecordFailures(java.lang.Boolean value)
Sets the value of the RecordFailures property.
|
void |
set_SweepBatchSize(java.lang.Integer value)
Sets the value of the SweepBatchSize property.
|
void |
set_SweepMode(SweepMode value)
Sets the value of the SweepMode property.
|
void |
set_SweepRetryWaitInterval(java.lang.Integer value)
Sets the value of the SweepRetryWaitInterval property.
|
get_AuditedEvents, get_Creator, get_DateCreated, get_DateLastModified, get_ExaminedObjectCount, get_FailedObjectCount, get_Id, get_InterBatchDelay, get_LastModifier, get_MaxSweepWorkers, get_Owner, get_Permissions, get_ProcessedObjectCount, get_SweepEndDate, get_SweepStartDate, get_SweepTarget, get_SweepTimeslots, set_Creator, set_DateCreated, set_DateLastModified, set_InterBatchDelay, set_LastModifier, set_MaxSweepWorkers, set_Owner, set_Permissions, set_SweepTarget, set_SweepTimeslots
getObjectStore
raiseEvent
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
java.lang.String get_DescriptiveText()
void set_DescriptiveText(java.lang.String value)
java.util.Date get_EffectiveStartDate()
void set_EffectiveStartDate(java.util.Date value)
java.util.Date get_EffectiveEndDate()
void set_EffectiveEndDate(java.util.Date value)
java.lang.String get_FilterExpression()
void set_FilterExpression(java.lang.String value)
java.lang.Boolean get_IsEnabled()
void set_IsEnabled(java.lang.Boolean value)
java.lang.Boolean get_IncludeSubclassesRequested()
void set_IncludeSubclassesRequested(java.lang.Boolean value)
java.lang.Integer get_SweepRetryWaitInterval()
void set_SweepRetryWaitInterval(java.lang.Integer value)
java.lang.Integer get_SweepBatchSize()
void set_SweepBatchSize(java.lang.Integer value)
java.lang.Boolean get_RecordFailures()
void set_RecordFailures(java.lang.Boolean value)
CmJobSweepResultSet get_SweepResults()
SweepMode get_SweepMode()
void set_SweepMode(SweepMode value)
java.lang.Integer get_FilteredQueryTimeout()
void set_FilteredQueryTimeout(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.