Uses of Class
com.filenet.api.constants.AuditLevel

Packages that use AuditLevel
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
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 AuditLevel in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as AuditLevel
static AuditLevel AuditLevel.ENABLED
          Enables auditing on the object store.
static AuditLevel AuditLevel.NONE
          Disables auditing on the object store.
 

Methods in com.filenet.api.constants that return AuditLevel
static AuditLevel AuditLevel.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of AuditLevel in com.filenet.api.core
 

Methods in com.filenet.api.core that return AuditLevel
 AuditLevel ObjectStore.get_AuditLevel()
          Returns the value of the AuditLevel property.
 

Methods in com.filenet.api.core with parameters of type AuditLevel
 void ObjectStore.set_AuditLevel(AuditLevel value)
          Sets the value of the AuditLevel property.
 

Uses of AuditLevel in com.filenet.api.events
 

Methods in com.filenet.api.events that return AuditLevel
 AuditLevel AuditConfigurationEvent.get_AuditLevel()
          Returns the value of the AuditLevel property.
 



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