-
Packages that use IndexingFailureRecordingLevel Package Description com.filenet.api.constants Provides classes defining collections of related, type-safe constant values.com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of IndexingFailureRecordingLevel in com.filenet.api.constants
Fields in com.filenet.api.constants declared as IndexingFailureRecordingLevel Modifier and Type Field and Description static IndexingFailureRecordingLevelIndexingFailureRecordingLevel. LOG_ONLYIndexing failures are not persisted to the object store.static IndexingFailureRecordingLevelIndexingFailureRecordingLevel. PROPAGATE_TO_SOURCEThe indexing failure code is propagated to theCMIndexingFailureCodeproperty on the CBR-enabled object.Methods in com.filenet.api.constants that return IndexingFailureRecordingLevel Modifier and Type Method and Description static IndexingFailureRecordingLevelIndexingFailureRecordingLevel. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of IndexingFailureRecordingLevel in com.filenet.api.core
Methods in com.filenet.api.core that return IndexingFailureRecordingLevel Modifier and Type Method and Description IndexingFailureRecordingLevelObjectStore. get_IndexingFailureRecordingLevel()Returns the value of the IndexingFailureRecordingLevel property.Methods in com.filenet.api.core with parameters of type IndexingFailureRecordingLevel Modifier and Type Method and Description voidObjectStore. set_IndexingFailureRecordingLevel(IndexingFailureRecordingLevel value)Sets the value of the IndexingFailureRecordingLevel property.
-