-
Packages that use Action 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.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. -
-
Uses of Action in com.filenet.api.admin
Subinterfaces of Action in com.filenet.api.admin Modifier and Type Interface and Description interfaceCmContentConversionActionThis class is not supported.interfaceCmContentValidationActioninterfaceCmRoleMembershipActionDefines an action that evaluates user membership in dynamic roles.interfaceCmSearchFunctionDefinitionDefines a custom SQL search function that can be invoked during a background search.interfaceCmTextIndexingPreprocessorActionThis interface is not supported. -
Uses of Action in com.filenet.api.core
Methods in com.filenet.api.core that return Action Modifier and Type Method and Description static ActionFactory.Action. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theActionclass by the specified object ID from the specified object store.static ActionFactory.Action. getInstance(ObjectStore os, Id objectId)Constructs an instance of theActionclass from the specified object store. -
Uses of Action in com.filenet.api.events
Subinterfaces of Action in com.filenet.api.events Modifier and Type Interface and Description interfaceCmChangePreprocessorActionDefines the action to be taken when a change preprocessor is invoked on a class definition.interfaceDocumentClassificationActionAssociates a server-side document classifier with documents of a defined MIME type.interfaceDocumentLifecycleActionRepresents the actions to be taken when a document's lifecycle state is changed.interfaceEventActionRepresents the actions taken when a subscribed event fires.interfaceWorkflowEventActionRepresents the launching of a workflow when an event defined in a subscription is fired. -
Uses of Action in com.filenet.api.sweep
Subinterfaces of Action in com.filenet.api.sweep Modifier and Type Interface and Description interfaceCmSweepActionDefines the action to be taken when a custom sweep (CmCustomSweepJob,CmCustomSweepPolicy, orCmCustomQueueSweep) is invoked.
-