Package | Description |
---|---|
com.filenet.api.admin |
Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server.
|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
Modifier and Type | Method and Description |
---|---|
ObjectStateRecordingLevel |
AuditDefinition.get_ObjectStateRecordingLevel()
Returns the value of the ObjectStateRecordingLevel property.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditDefinition.set_ObjectStateRecordingLevel(ObjectStateRecordingLevel value)
Sets the value of the ObjectStateRecordingLevel property.
|
Modifier and Type | Field and Description |
---|---|
static ObjectStateRecordingLevel |
ObjectStateRecordingLevel.MODIFIED_OBJECT
Specifies that only the modified, post-event object is recorded in the audit log.
|
static ObjectStateRecordingLevel |
ObjectStateRecordingLevel.NONE
Specifies that no source objects are recorded in the audit log.
|
static ObjectStateRecordingLevel |
ObjectStateRecordingLevel.ORIGINAL_AND_MODIFIED_OBJECTS
Specifies that both the original, pre-event object and the modified, post-event object
are recorded in the audit log.
|
Modifier and Type | Method and Description |
---|---|
static ObjectStateRecordingLevel |
ObjectStateRecordingLevel.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.