Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static EventAction |
Factory.EventAction.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
EventAction class to be persisted in the specified object store. |
static EventAction |
Factory.EventAction.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
EventAction class to be persisted in the specified object store. |
static EventAction |
Factory.EventAction.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
EventAction class
by the specified object ID from the specified object store. |
static EventAction |
Factory.EventAction.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
EventAction class from the
specified object store. |
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowEventAction
Represents the launching of a workflow when an event defined in a subscription is fired.
|
Modifier and Type | Method and Description |
---|---|
EventAction |
Subscription.get_EventAction()
Returns the value of the EventAction property.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscription.set_EventAction(EventAction value)
Sets the value of the EventAction property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.