-
Packages that use CmSearchFunctionDefinition Package Description 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 CmSearchFunctionDefinition in com.filenet.api.core
Methods in com.filenet.api.core that return CmSearchFunctionDefinition Modifier and Type Method and Description static CmSearchFunctionDefinitionFactory.CmSearchFunctionDefinition. createInstance(ObjectStore os, java.lang.String classId)Creates a new instance of the subclassableCmSearchFunctionDefinitionclass to be persisted in the specified object store.static CmSearchFunctionDefinitionFactory.CmSearchFunctionDefinition. createInstance(ObjectStore os, java.lang.String classId, Id id)Creates a new instance of the subclassableCmSearchFunctionDefinitionclass to be persisted in the specified object store.static CmSearchFunctionDefinitionFactory.CmSearchFunctionDefinition. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theCmSearchFunctionDefinitionclass by the specified object ID from the specified object store.static CmSearchFunctionDefinitionFactory.CmSearchFunctionDefinition. getInstance(ObjectStore os, java.lang.String className, Id objectId)Constructs an instance of the subclassableCmSearchFunctionDefinitionclass from the specified object store. -
Uses of CmSearchFunctionDefinition in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type CmSearchFunctionDefinition Modifier and Type Method and Description java.lang.ObjectSearchFunctionHandler. evaluate(CmSearchFunctionDefinition definition, java.lang.Object[] parameters)This method is called once for each search result row, after security filtering but before processing, to evaluate the custom function for that result row.java.lang.ClassSearchFunctionHandler. validate(CmSearchFunctionDefinition definition, java.lang.Class[] parameterTypes)This method is called once during a search to determine if the custom function is being used correctly by verifying that the custom function is called with the correct number of parameters and the correct types for the parameters.
-