|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStateRecordingLevel | |
---|---|
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. |
Uses of ObjectStateRecordingLevel in com.filenet.api.admin |
---|
Methods in com.filenet.api.admin that return ObjectStateRecordingLevel | |
---|---|
ObjectStateRecordingLevel |
AuditDefinition.get_ObjectStateRecordingLevel()
Returns the value of the ObjectStateRecordingLevel property. |
Methods in com.filenet.api.admin with parameters of type ObjectStateRecordingLevel | |
---|---|
void |
AuditDefinition.set_ObjectStateRecordingLevel(ObjectStateRecordingLevel value)
Sets the value of the ObjectStateRecordingLevel property. |
Uses of ObjectStateRecordingLevel in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as ObjectStateRecordingLevel | |
---|---|
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. |
Methods in com.filenet.api.constants that return ObjectStateRecordingLevel | |
---|---|
static ObjectStateRecordingLevel |
ObjectStateRecordingLevel.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |