Package | Description |
---|---|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , 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.
|
Modifier and Type | Method and Description |
---|---|
static CmSearchFunctionDefinition |
Factory.CmSearchFunctionDefinition.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
CmSearchFunctionDefinition class to be persisted in the specified object store. |
static CmSearchFunctionDefinition |
Factory.CmSearchFunctionDefinition.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
CmSearchFunctionDefinition class to be persisted in the specified object store. |
static CmSearchFunctionDefinition |
Factory.CmSearchFunctionDefinition.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmSearchFunctionDefinition class
by the specified object ID from the specified object store. |
static CmSearchFunctionDefinition |
Factory.CmSearchFunctionDefinition.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmSearchFunctionDefinition class from the
specified object store. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
SearchFunctionHandler.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.Class |
SearchFunctionHandler.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.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.