-
Packages that use CmTextIndexingPreprocessorAction 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.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on.com.filenet.api.engine Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself. -
-
Uses of CmTextIndexingPreprocessorAction in com.filenet.api.admin
Methods in com.filenet.api.admin that return CmTextIndexingPreprocessorAction Modifier and Type Method and Description CmTextIndexingPreprocessorActionCmTextIndexingPreprocessorDefinition. get_TextIndexingPreprocessorAction()Returns the value of the TextIndexingPreprocessorAction property.Methods in com.filenet.api.admin with parameters of type CmTextIndexingPreprocessorAction Modifier and Type Method and Description voidCmTextIndexingPreprocessorDefinition. set_TextIndexingPreprocessorAction(CmTextIndexingPreprocessorAction value)Sets the value of the TextIndexingPreprocessorAction property. -
Uses of CmTextIndexingPreprocessorAction in com.filenet.api.core
Methods in com.filenet.api.core that return CmTextIndexingPreprocessorAction Modifier and Type Method and Description static CmTextIndexingPreprocessorActionFactory.CmTextIndexingPreprocessorAction. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableCmTextIndexingPreprocessorActionclass to be persisted in the specified object store.static CmTextIndexingPreprocessorActionFactory.CmTextIndexingPreprocessorAction. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableCmTextIndexingPreprocessorActionclass to be persisted in the specified object store.static CmTextIndexingPreprocessorActionFactory.CmTextIndexingPreprocessorAction. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmTextIndexingPreprocessorActionclass by the specified object ID from the specified object store.static CmTextIndexingPreprocessorActionFactory.CmTextIndexingPreprocessorAction. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmTextIndexingPreprocessorActionclass from the specified object store. -
Uses of CmTextIndexingPreprocessorAction in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type CmTextIndexingPreprocessorAction Modifier and Type Method and Description booleanTextIndexingPreprocessor. preprocess(CmTextIndexingPreprocessorAction action, TextIndexingPreprocessorServices services, IndependentlyPersistableObject sourceObject, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> fields, TextIndexingPreprocessorServices.TextExtractionResult result)
-