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 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.
|
Modifier and Type | Field and Description |
---|---|
static AuditLevel |
AuditLevel.ENABLED
Enables auditing on the object store.
|
static AuditLevel |
AuditLevel.NONE
Disables auditing on the object store.
|
Modifier and Type | Method and Description |
---|---|
static AuditLevel |
AuditLevel.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
AuditLevel |
ObjectStore.get_AuditLevel()
Returns the value of the AuditLevel property.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.set_AuditLevel(AuditLevel value)
Sets the value of the AuditLevel property.
|
Modifier and Type | Method and Description |
---|---|
AuditLevel |
AuditConfigurationEvent.get_AuditLevel()
Returns the value of the AuditLevel property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.