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.engine |
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
|
com.filenet.api.exception |
Provides the exception-handling framework for the Content Engine.
|
com.filenet.api.property |
Provides classes and interfaces related to Content Engine object properties.
|
Modifier and Type | Method and Description |
---|---|
EngineRuntimeException[] |
StorageArea.validateContent(ContentValidationRequest[] validations)
Performs a batch of content validation requests.
|
Modifier and Type | Method and Description |
---|---|
EngineRuntimeException |
BatchItemHandle.getException()
Returns the exception assigned to the batch item.
|
Modifier and Type | Class and Description |
---|---|
class |
EventExternalFailureException
Intended for implementations of the
EventActionHandler interface
in asynchronous event processing. |
Modifier and Type | Method and Description |
---|---|
void |
DocumentClassifier.classify(Document doc)
Assigns a Content Engine class to the
Document object passed to the method. |
void |
DocumentLifecycleActionHandler.onDocumentClearException(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle exception is cleared
(
changeState flag parameter is set to CLEAR_EXCEPTION ). |
void |
DocumentLifecycleActionHandler.onDocumentDemote(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state is demoted
(
changeState flag parameter is set to DEMOTE ). |
void |
DocumentLifecycleActionHandler.onDocumentPromote(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state of a document is promoted
(
changeState flag parameter is set to PROMOTE ). |
void |
DocumentLifecycleActionHandler.onDocumentResetLifecycle(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state is reset
(
changeState flag parameter is set to RESET ). |
void |
DocumentLifecycleActionHandler.onDocumentSetException(Document doc,
DocumentLifecyclePolicy policy)
Executes when the lifecycle state is set to the exception state
(
changeState flag parameter is set to SET_EXCEPTION ). |
void |
EventActionHandler.onEvent(ObjectChangeEvent event,
Id subscriptionId)
Invoked when an operation on an object triggers a subscribed event,
or when a publish or republish operation is configured to
trigger an event action.
|
void |
RetrievalEventActionHandler.onEvent(RetrievalEvent event,
Id subscriptionId)
Invoked when an operation on an object triggers a subscribed event.
|
boolean |
ChangePreprocessor.preprocessObjectChange(IndependentlyPersistableObject sourceObj)
Invoked when the class definition (or a superclass) of a new or changed object is configured
with an enabled change preprocessor definition.
|
Constructor and Description |
---|
EngineRuntimeException(EngineRuntimeException cause,
com.filenet.apiimpl.exception.ExceptionContext ctx,
java.lang.Object[] ctxArgs)
(FileNet internal use only)
Specifies
EngineRuntimeException cause, exception code, and context. |
ErrorStack(EngineRuntimeException ere)
Creates an
ErrorStack instance from an EngineRuntimeException object. |
Modifier and Type | Method and Description |
---|---|
EngineRuntimeException |
Property.getRetrievalErrorValue()
Returns the error code held by this
Property object when
the Content Engine property that it represents cannot be accessed. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.