-
Packages that use AuditLevel Package Description 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 asEntireNetwork,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 Modifier and Type Field and Description static AuditLevelAuditLevel. ENABLEDEnables auditing on the object store.static AuditLevelAuditLevel. NONEDisables auditing on the object store.Methods in com.filenet.api.constants that return AuditLevel Modifier and Type Method and Description static AuditLevelAuditLevel. 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 Modifier and Type Method and Description AuditLevelObjectStore. get_AuditLevel()Returns the value of the AuditLevel property.Methods in com.filenet.api.core with parameters of type AuditLevel Modifier and Type Method and Description voidObjectStore. 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 Modifier and Type Method and Description AuditLevelAuditConfigurationEvent. get_AuditLevel()Returns the value of the AuditLevel property.
-