|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
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. |
Uses of Action in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return Action | |
---|---|
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. |
Uses of Action in com.filenet.api.events |
---|
Subinterfaces of Action in com.filenet.api.events | |
---|---|
interface |
DocumentClassificationAction
Defines the content type and the server-side Java implementation that automatically classifies a document of the defined content 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 a definition of the actions taken when a workflow is initiated via an event that is subscribed to by a workflow subscription. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |