Uses of Interface
com.filenet.api.events.Event

Packages that use Event
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
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 Event in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return Event
 Event EventQueueItem.get_EventObject()
          Returns the value of the EventObject property.
 

Methods in com.filenet.api.admin with parameters of type Event
 void EventQueueItem.set_EventObject(Event value)
          Sets the value of the EventObject property.
 

Uses of Event in com.filenet.api.core
 

Methods in com.filenet.api.core that return Event
static Event Factory.Event.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the Event class by the specified object ID from the specified object store.
static Event Factory.Event.getInstance(ObjectStore os, Id objectId)
          Constructs an instance of the Event class from the specified object store.
 

Uses of Event in com.filenet.api.events
 

Subinterfaces of Event in com.filenet.api.events
 interface AuditConfigurationEvent
          Represents an event that occurs when the auditing configuration of an object store is changed.
 interface CancelCheckoutEvent
          Represents an event that occurs when a reservation on a versionable object is canceled.
 interface ChangeClassEvent
          Represents an event that occurs when the class of an object is changed.
 interface ChangeStateEvent
          Represents an event that occurs when the lifecycle state of a Document object changes.
 interface CheckinEvent
          Represents an event that occurs when a versionable object is checked in.
 interface CheckoutEvent
          Represents an event that occurs when a versionable object is checked out.
 interface ClassifyCompleteEvent
          Represents an event that occurs when a document has been auto-classified, that is, assigned a document class automatically during checkin.
 interface CreationEvent
          Represents an event that occurs when an object instance of a class is created and saved.
 interface CustomEvent
          Represents a user-defined custom event.
 interface DeletionEvent
          Represents an event that occurs when an object is deleted from the object store.
 interface DemoteVersionEvent
          Represents an event that occurs when a versionable object is demoted to a minor version.
 interface FileEvent
          Represents an event that occurs when a folder has its file method called to file a Containable object, for example, a Document or CustomObject, or when the file is called to create a subfolder.
 interface FreezeEvent
          Represents an event that occurs when the freeze method of a Versionable object is successfully called.
 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 LockEvent
          Represents an event that occurs when the lock method is called to lock or update an existing lock on a Document, CustomObject, or Folder object.
 interface ObjectChangeEvent
          Represents an event that occurs when the state of an object is changed.
 interface PromoteVersionEvent
          Represents an event that occurs when a document is promoted or checked in as a major version.
 interface PublishCompleteEvent
          Represents an event that occurs when a document-publishing request has completed.
 interface PublishRequestEvent
          Represents an event that occurs when a request has been made to publish or republish a document.
 interface QueryEvent
          Repesents an event that occurs whenever a database query is performed.
 interface RetrievalEvent
          Represents an event that occurs when a Content Engine object or its content is retrieved or queried.
 interface TakeFederatedOwnershipEvent
          Event reported when the takeFederatedOwnership method is applied to a Document object.
 interface UnfileEvent
          Represents an event that occurs when a folder has its unfile method called to remove (unfile) a Containable object, for example, a Document or Folder, or when the unfile method is called to delete a subfolder.
 interface UnlockEvent
          Represents an event that occurs when the unlock method is called on a Document, CustomObject, or Folder object.
 interface UpdateEvent
          Represents an event that occurs when changes are made to an object's properties.
 interface UpdateSecurityEvent
          Represents an event that occurs when the security of an object is changed.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.