com.filenet.api.admin
Interface CmVerityIndexRequest
-
- All Superinterfaces:
- CmIndexRequest, EngineObject, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable
Deprecated.As of release 5.2.0.Metadata
public interface CmVerityIndexRequest extends RepositoryObject, CmIndexRequest
Represents the base class for IBM® Legacy Content Search Engine index requests. Each index request object is associated with a content element and properties. Index request objects are created by the indexing process, and cannot be created using the API. You can perform read and update operations on index request objects, and there are properties with status, failure and retry information recorded. Index request objects are assigned security from the default instance security for this class.
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.Integer
get_ElementSequenceNumber()
Deprecated.Returns the value of the ElementSequenceNumber property.java.lang.String
get_RetrievalNameExtension()
Deprecated.Returns the value of the RetrievalNameExtension property.-
Methods inherited from interface com.filenet.api.admin.CmIndexRequest
get_CmIndexingFailureCode, get_Creator, get_DateCreated, get_DateLastModified, get_DateRequested, get_Id, get_IndexArea, get_IndexationId, get_IndexingOperation, get_IndexJob, get_IndexRequestStatus, get_LastFailureReason, get_LastModifier, get_RetryCount, get_SequenceNumber, get_SourceObject, set_Creator, set_DateCreated, set_DateLastModified, set_IndexingOperation, set_IndexRequestStatus, set_LastFailureReason, set_LastModifier, set_SourceObject
-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_ElementSequenceNumber
java.lang.Integer get_ElementSequenceNumber()
Deprecated.Returns the value of the ElementSequenceNumber property. For more information, see ElementSequenceNumber Property.
-
get_RetrievalNameExtension
java.lang.String get_RetrievalNameExtension()
Deprecated.Returns the value of the RetrievalNameExtension property. For more information, see RetrievalNameExtension Property.
-
-