public interface CmSweep extends RepositoryObject, Subscribable, IndependentlyPersistableObject
Modifier and Type | Method and Description |
---|---|
EventSet |
get_AuditedEvents()
Returns the value of the AuditedEvents property.
|
java.lang.String |
get_Creator()
Returns the value of the Creator property.
|
java.util.Date |
get_DateCreated()
Returns the value of the DateCreated property.
|
java.util.Date |
get_DateLastModified()
Returns the value of the DateLastModified property.
|
java.lang.Double |
get_ExaminedObjectCount()
Returns the value of the ExaminedObjectCount property.
|
java.lang.Double |
get_FailedObjectCount()
Returns the value of the FailedObjectCount property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.Integer |
get_InterBatchDelay()
Returns the value of the InterBatchDelay property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
java.lang.Integer |
get_MaxSweepWorkers()
Returns the value of the MaxSweepWorkers property.
|
java.lang.String |
get_Owner()
Returns the value of the Owner property.
|
AccessPermissionList |
get_Permissions()
Returns the value of the Permissions property.
|
java.lang.Double |
get_ProcessedObjectCount()
Returns the value of the ProcessedObjectCount property.
|
java.util.Date |
get_SweepEndDate()
Returns the value of the SweepEndDate property.
|
java.util.Date |
get_SweepStartDate()
Returns the value of the SweepStartDate property.
|
ClassDefinition |
get_SweepTarget()
Returns the value of the SweepTarget property.
|
CmTimeslotList |
get_SweepTimeslots()
Returns the value of the SweepTimeslots property.
|
void |
set_Creator(java.lang.String value)
Sets the value of the Creator property.
|
void |
set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property.
|
void |
set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property.
|
void |
set_InterBatchDelay(java.lang.Integer value)
Sets the value of the InterBatchDelay property.
|
void |
set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property.
|
void |
set_MaxSweepWorkers(java.lang.Integer value)
Sets the value of the MaxSweepWorkers property.
|
void |
set_Owner(java.lang.String value)
Sets the value of the Owner property.
|
void |
set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property.
|
void |
set_SweepTarget(ClassDefinition value)
Sets the value of the SweepTarget property.
|
void |
set_SweepTimeslots(CmTimeslotList value)
Sets the value of the SweepTimeslots property.
|
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_Creator()
void set_Creator(java.lang.String value)
java.util.Date get_DateCreated()
void set_DateCreated(java.util.Date value)
java.lang.String get_LastModifier()
void set_LastModifier(java.lang.String value)
java.util.Date get_DateLastModified()
void set_DateLastModified(java.util.Date value)
Id get_Id()
EventSet get_AuditedEvents()
java.lang.String get_Owner()
void set_Owner(java.lang.String value)
AccessPermissionList get_Permissions()
void set_Permissions(AccessPermissionList value)
java.lang.Double get_ExaminedObjectCount()
java.lang.Double get_ProcessedObjectCount()
java.lang.Double get_FailedObjectCount()
java.util.Date get_SweepStartDate()
java.util.Date get_SweepEndDate()
java.lang.Integer get_MaxSweepWorkers()
void set_MaxSweepWorkers(java.lang.Integer value)
ClassDefinition get_SweepTarget()
void set_SweepTarget(ClassDefinition value)
CmTimeslotList get_SweepTimeslots()
void set_SweepTimeslots(CmTimeslotList value)
java.lang.Integer get_InterBatchDelay()
void set_InterBatchDelay(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.