-
Packages that use ObjectStateRecordingLevel 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. -
-
Uses of ObjectStateRecordingLevel in com.filenet.api.admin
Methods in com.filenet.api.admin that return ObjectStateRecordingLevel Modifier and Type Method and Description ObjectStateRecordingLevelAuditDefinition. get_ObjectStateRecordingLevel()Returns the value of the ObjectStateRecordingLevel property.Methods in com.filenet.api.admin with parameters of type ObjectStateRecordingLevel Modifier and Type Method and Description voidAuditDefinition. 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 Modifier and Type Field and Description static ObjectStateRecordingLevelObjectStateRecordingLevel. MODIFIED_OBJECTSpecifies that only the modified, post-event object is recorded in the audit log.static ObjectStateRecordingLevelObjectStateRecordingLevel. NONESpecifies that no source objects are recorded in the audit log.static ObjectStateRecordingLevelObjectStateRecordingLevel. ORIGINAL_AND_MODIFIED_OBJECTSSpecifies 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 Modifier and Type Method and Description static ObjectStateRecordingLevelObjectStateRecordingLevel. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-