-
Packages that use IndexingOperation Package Description com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.com.filenet.api.constants Provides classes defining collections of related, type-safe constant values.com.filenet.api.sweep Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria. -
-
Uses of IndexingOperation in com.filenet.api.admin
Methods in com.filenet.api.admin that return IndexingOperation Modifier and Type Method and Description IndexingOperationCmIndexRequest. get_IndexingOperation()Returns the value of the IndexingOperation property.Methods in com.filenet.api.admin with parameters of type IndexingOperation Modifier and Type Method and Description voidCmIndexRequest. set_IndexingOperation(IndexingOperation value)Sets the value of the IndexingOperation property. -
Uses of IndexingOperation in com.filenet.api.constants
Fields in com.filenet.api.constants declared as IndexingOperation Modifier and Type Field and Description static IndexingOperationIndexingOperation. CREATEIndicates that an index entry is to be created.static IndexingOperationIndexingOperation. DELETEIndicates that an index entry is to be deleted.static IndexingOperationIndexingOperation. NO_OPFor internal use only.static IndexingOperationIndexingOperation. SKIPIndicates that an index request is to be skipped.static IndexingOperationIndexingOperation. UPDATEIndicates that an existing index entry is to be replaced with an updated entry.Methods in com.filenet.api.constants that return IndexingOperation Modifier and Type Method and Description static IndexingOperationIndexingOperation. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of IndexingOperation in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return IndexingOperation Modifier and Type Method and Description IndexingOperationCmElasticSearchIndexRequest. get_IndexingOperation()Defines indexing operation being performed.Methods in com.filenet.api.sweep with parameters of type IndexingOperation Modifier and Type Method and Description voidCmElasticSearchIndexRequest. set_IndexingOperation(IndexingOperation value)Defines indexing operation being performed.
-