Specifies the audit recording level of the source object for an event of type ObjectChangeEvent. (The source object is the object on which the event is fired.) The recording levels are
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
ORIGINAL_AND_MODIFIED_OBJECTS
(both the original, pre-event object and the modified, post-event object are recorded), MODIFIED_OBJECT
(only the modified, post-event object is recorded), and NONE
(no source objects are recorded). If MODIFIED_OBJECT
is set, the event's OriginalObject property will be null. If NONE
is specified, the event's OriginalObject and SourceObject properties will be null, and the event's ModifiedProperties property will be empty. Note: Persisting audited source objects in a database can result in substantial consumption of large object (LOB) storage.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ObjectStateRecordingLevel As ObjectStateRecordingLevel |
C# |
---|
ObjectStateRecordingLevel ObjectStateRecordingLevel { get; set; } |
C++ |
---|
property ObjectStateRecordingLevel ObjectStateRecordingLevel abstract { ObjectStateRecordingLevel get(); void set(ObjectStateRecordingLevel value); } |
J# |
---|
/** property */ public ObjectStateRecordingLevel get_ObjectStateRecordingLevel(); /** property */ public void set_ObjectStateRecordingLevel(ObjectStateRecordingLevel value); |
JScript |
---|
public function get ObjectStateRecordingLevel() : ObjectStateRecordingLevel public function set ObjectStateRecordingLevel(value : ObjectStateRecordingLevel); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 2
PropertyMaximumInteger32: 2
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ