-
Packages that use RetrievalEvent Package Description 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.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. -
-
Uses of RetrievalEvent in com.filenet.api.core
Methods in com.filenet.api.core that return RetrievalEvent Modifier and Type Method and Description static RetrievalEventFactory.RetrievalEvent. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of theRetrievalEventclass by the specified object ID from the specified object store.static RetrievalEventFactory.RetrievalEvent. getInstance(ObjectStore os, Id objectId)Constructs an instance of theRetrievalEventclass from the specified object store. -
Uses of RetrievalEvent in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type RetrievalEvent Modifier and Type Method and Description voidRetrievalEventActionHandler. onEvent(RetrievalEvent event, Id subscriptionId)Invoked when an operation on an object triggers a subscribed event. -
Uses of RetrievalEvent in com.filenet.api.events
Subinterfaces of RetrievalEvent in com.filenet.api.events Modifier and Type Interface and Description interfaceGetContentEventRepresents an event that occurs when the content of a content-carrying object is retrieved.interfaceGetObjectEventRepresents an event that occurs when an object is retrieved from the object store.interfaceQueryEventRepresents an event that occurs whenever a database query is performed.
-