|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionConsumer | |
---|---|
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 ActionConsumer in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return ActionConsumer | |
---|---|
static ActionConsumer |
Factory.ActionConsumer.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the ActionConsumer class
by the specified object ID from the specified object store. |
static ActionConsumer |
Factory.ActionConsumer.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the ActionConsumer class from the specified object store. |
Uses of ActionConsumer in com.filenet.api.events |
---|
Subinterfaces of ActionConsumer in com.filenet.api.events | |
---|---|
interface |
ClassSubscription
Represents a subscription for events generated by all objects of a particular class. |
interface |
ClassWorkflowSubscription
Represents a subscription that initiates a workflow in response to events generated by all objects of a particular class. |
interface |
DocumentLifecyclePolicy
Represents the lifecycle policy for a document. |
interface |
InstanceSubscription
Represents a subscription for events generated by a single object instance of a particular class. |
interface |
InstanceWorkflowSubscription
Represents a subscription that initiates a workflow in response to events generated by a single object instance. |
interface |
Subscription
Represents a request to execute an event action when an event is triggered on a target Content Engine object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |