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 as
EntireNetwork , Domain , Document , Folder , and so on. |
com.filenet.api.events |
Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to
extend Content Engine functionality and invoke it through the event mechanism.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CmContentConversionAction
This class is not supported.
|
interface |
CmSearchFunctionDefinition
Defines a custom SQL search function that can be invoked during a background search.
|
interface |
CmTextIndexingPreprocessorAction
This interface is not supported.
|
Modifier and Type | Method and Description |
---|---|
static Action |
Factory.Action.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
Action class
by the specified object ID from the specified object store. |
static Action |
Factory.Action.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
Action class from the specified object store. |
Modifier and Type | Interface and Description |
---|---|
interface |
CmChangePreprocessorAction
Defines the action to be taken when a change preprocessor is invoked
on a class definition.
|
interface |
DocumentClassificationAction
Associates a server-side document classifier with documents of a defined MIME type.
|
interface |
DocumentLifecycleAction
Represents the actions to be taken when a document's lifecycle state is changed.
|
interface |
EventAction
Represents the actions taken when a subscribed event fires.
|
interface |
WorkflowEventAction
Represents the launching of a workflow when an event defined in a subscription is fired.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CmSweepAction
Defines the action to be taken when a custom sweep (
CmCustomSweepJob ,
CmCustomSweepPolicy , or
CmCustomQueueSweep ) is
invoked. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.