public interface CmSweepResult extends RepositoryObject, IndependentlyPersistableObject
A sweep can run in either normal or preview mode, which determines
the type of result record. In normal mode, a sweep performs
an action on the selected candidate objects. If a processing error occurs on a swept object,
the sweep generates a result record of type FAILURE
.
This type of result record describes the failure.
In preview mode, a sweep only selects candidate objects for processing;
it does not actually perform an action on the selected objects.
For each candidate object, the sweep generates a result record of type PREVIEW
.
This type of result record identifies the object as one that would be processed if the sweep
were operating in normal mode.
To determine result record type, get the SweepResultType property.
You can retrieve result records from a sweep policy or sweep job object, or from an SQL search. You can also delete result records, either manually or through a disposal policy. Permissions on result records are determined by the security defined on the controlling object, that is, the sweep policy or sweep job.
CmSweepJob
,
CmSweepPolicy
Modifier and Type | Method and Description |
---|---|
IndependentObject |
get_ControllingObject()
Returns the value of the ControllingObject 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.String |
get_FailureDescription()
Returns the value of the FailureDescription property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
IndependentObject |
get_SourceObject()
Returns the value of the SourceObject property.
|
SweepResultType |
get_SweepResultType()
Returns the value of the SweepResultType 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_LastModifier(java.lang.String value)
Sets the value of the LastModifier property.
|
void |
set_SweepResultType(SweepResultType value)
Sets the value of the SweepResultType property.
|
getObjectStore
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()
IndependentObject get_SourceObject()
IndependentObject get_ControllingObject()
java.lang.String get_FailureDescription()
SweepResultType get_SweepResultType()
void set_SweepResultType(SweepResultType value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.