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.engine |
Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself.
|
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 RetrievalEvent |
Factory.RetrievalEvent.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
RetrievalEvent class
by the specified object ID from the specified object store. |
static RetrievalEvent |
Factory.RetrievalEvent.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
RetrievalEvent class from the specified object store. |
Modifier and Type | Method and Description |
---|---|
void |
RetrievalEventActionHandler.onEvent(RetrievalEvent event,
Id subscriptionId)
Invoked when an operation on an object triggers a subscribed event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GetContentEvent
Represents an event that occurs when the content of a content-carrying object is retrieved.
|
interface |
GetObjectEvent
Represents an event that occurs when an object is retrieved from the object store.
|
interface |
QueryEvent
Represents an event that occurs whenever a database query is performed.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.