com.filenet.api.events
Interface QueryEvent

All Superinterfaces:
EngineObject, Event, IndependentlyPersistableObject, IndependentObject, RepositoryObject, RetrievalEvent, java.io.Serializable

public interface QueryEvent
extends RepositoryObject, RetrievalEvent

Repesents an event that occurs whenever a database query is performed. This event can only be audited; you cannot subscribe to it.

You can instantiate a QueryEvent object in the following ways:

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: RetrievalEvent


Method Summary
 java.lang.String get_QueryText()
          Returns the value of the QueryText property.
 
Methods inherited from interface com.filenet.api.events.RetrievalEvent
get_SourceClassId
 
Methods inherited from interface com.filenet.api.events.Event
get_Creator, get_DateCreated, get_DateLastModified, get_EventStatus, get_Id, get_InitiatingUser, get_LastModifier, get_Name, get_Owner, get_Permissions, set_Creator, set_DateCreated, set_DateLastModified, set_EventStatus, set_LastModifier, set_Owner, set_Permissions
 
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_QueryText

java.lang.String get_QueryText()
Returns the value of the QueryText property. For more information, see QueryText Property.



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