com.filenet.api.events
Interface AuditConfigurationEvent
- All Superinterfaces:
- EngineObject, Event, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable
public interface AuditConfigurationEvent
- extends RepositoryObject, Event
Represents an event that occurs when the auditing configuration of an object store is changed.
Auditing is either enabled or disabled by calling ObjectStore.set_AuditLevel
, and
the AuditConfigurationEvent
object is saved.
You can instantiate an AuditConfigurationEvent
object in the following ways:
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: Event
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 |
get_AuditLevel
AuditLevel get_AuditLevel()
- Returns the value of the AuditLevel property. For more information, see
AuditLevel Property.
© Copyright IBM Corporation 2006, 2008. All rights reserved.