-
Packages that use EngineRuntimeException 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 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.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 Modifier and Type Method and Description 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 Modifier and Type Method and Description EngineRuntimeExceptionBatchItemHandle. 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 Modifier and Type Class and Description classEventExternalFailureExceptionIntended for implementations of theEventActionHandlerinterface in asynchronous event processing.Methods in com.filenet.api.engine that throw EngineRuntimeException Modifier and Type Method and Description voidDocumentClassifier. classify(Document doc)Assigns a Content Engine class to theDocumentobject passed to the method.voidDocumentLifecycleActionHandler. onDocumentClearException(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle exception is cleared (changeStateflagparameter is set toCLEAR_EXCEPTION).voidDocumentLifecycleActionHandler. onDocumentDemote(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle state is demoted (changeStateflagparameter is set toDEMOTE).voidDocumentLifecycleActionHandler. onDocumentPromote(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle state of a document is promoted (changeStateflagparameter is set toPROMOTE).voidDocumentLifecycleActionHandler. onDocumentResetLifecycle(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle state is reset (changeStateflagparameter is set toRESET).voidDocumentLifecycleActionHandler. onDocumentSetException(Document doc, DocumentLifecyclePolicy policy)Executes when the lifecycle state is set to the exception state (changeStateflagparameter is set toSET_EXCEPTION).voidEventActionHandler. 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.voidRetrievalEventActionHandler. onEvent(RetrievalEvent event, Id subscriptionId)Invoked when an operation on an object triggers a subscribed event.booleanChangePreprocessor. 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. -
Uses of EngineRuntimeException in com.filenet.api.exception
Constructors in com.filenet.api.exception with parameters of type EngineRuntimeException Constructor and Description EngineRuntimeException(EngineRuntimeException cause, com.filenet.apiimpl.exception.ExceptionContext ctx, java.lang.Object[] ctxArgs)(FileNet internal use only) SpecifiesEngineRuntimeExceptioncause, exception code, and context.ErrorStack(EngineRuntimeException ere)Creates anErrorStackinstance from anEngineRuntimeExceptionobject. -
Uses of EngineRuntimeException in com.filenet.api.property
Methods in com.filenet.api.property that return EngineRuntimeException Modifier and Type Method and Description EngineRuntimeExceptionProperty. getRetrievalErrorValue()Returns the error code held by thisPropertyobject when the Content Engine property that it represents cannot be accessed.
-