|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EngineRuntimeException | |
---|---|
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. |
Uses of EngineRuntimeException in com.filenet.api.admin |
---|
Methods in com.filenet.api.admin that return EngineRuntimeException | |
---|---|
EngineRuntimeException[] |
StorageArea.validateContent(ContentValidationRequest[] validations)
Performs a batch of content validation requests. |
Uses of EngineRuntimeException in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return EngineRuntimeException | |
---|---|
EngineRuntimeException |
BatchItemHandle.getException()
Returns the exception assigned to the batch item. |
Uses of EngineRuntimeException in com.filenet.api.engine |
---|
Subclasses of EngineRuntimeException in com.filenet.api.engine | |
---|---|
class |
EventExternalFailureException
Intended for implementations of the EventActionHandler interface
in asynchronous event processing. |
Methods in com.filenet.api.engine that throw EngineRuntimeException | |
---|---|
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 a subscribed event occurs on a target object set in a subscription. |
Uses of EngineRuntimeException in com.filenet.api.exception |
---|
Constructors in com.filenet.api.exception with parameters of type EngineRuntimeException | |
---|---|
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. |
Uses of EngineRuntimeException in com.filenet.api.property |
---|
Methods in com.filenet.api.property that return EngineRuntimeException | |
---|---|
EngineRuntimeException |
Property.getRetrievalErrorValue()
Returns the error code held by this Property object when
the Content Engine property that it represents cannot be accessed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |