public interface CmAbstractSearchResult extends RepositoryObject, IndependentlyPersistableObject
CmAbstractSearchResult
subclass defines
the custom properties to receive SQL select statement query result values from a background
search. For each of these custom properties, set the settability property to
SETTABLE_ONLY_ON_CREATE
and, for object-valued properties, set the DeletionAction property to NONE
.
When a background search is started, IBM Content Search Services instantiates the
CmAbstractSearchResult
subclass that you defined and populates the properties of each resultant
background search result object from the properties that are selected in the background
search query. Properties are matched by name: the name of a property object in the result row
properties collection is matched to the symbolic name of a custom property that is defined in the
CmAbstractSearchResult
subclass.
Modifier and Type | Method and Description |
---|---|
CmBackgroundSearch |
get_BackgroundSearch()
Returns the value of the BackgroundSearch 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.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LastModifier()
Returns the value of the LastModifier property.
|
void |
set_BackgroundSearch(CmBackgroundSearch value)
Sets the value of the BackgroundSearch 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.
|
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()
CmBackgroundSearch get_BackgroundSearch()
void set_BackgroundSearch(CmBackgroundSearch value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.