-
Packages that use ContentAccessRecordingLevel 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of ContentAccessRecordingLevel in com.filenet.api.constants
Fields in com.filenet.api.constants declared as ContentAccessRecordingLevel Modifier and Type Field and Description static ContentAccessRecordingLevelContentAccessRecordingLevel. DAILYSpecifies that the DateContentLastAccessed property will be updated only when a day (86400 seconds) has elapsed since the last update of the DateContentLastAccessed property.static ContentAccessRecordingLevelContentAccessRecordingLevel. HOURLYSpecifies that the DateContentLastAccessed property will be updated only when an hour (3600 seconds) has elapsed since the last update of the DateContentLastAccessed property.static ContentAccessRecordingLevelContentAccessRecordingLevel. IMMEDIATESpecifies that the DateContentLastAccessed property will be updated as soon as content is accessed.static ContentAccessRecordingLevelContentAccessRecordingLevel. NONESpecifies that updates to the DateContentLastAccessed property are disabled (which is the default behavior).Methods in com.filenet.api.constants that return ContentAccessRecordingLevel Modifier and Type Method and Description static ContentAccessRecordingLevelContentAccessRecordingLevel. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of ContentAccessRecordingLevel in com.filenet.api.core
Methods in com.filenet.api.core that return ContentAccessRecordingLevel Modifier and Type Method and Description ContentAccessRecordingLevelObjectStore. get_ContentAccessRecordingLevel()Returns the value of the ContentAccessRecordingLevel property.Methods in com.filenet.api.core with parameters of type ContentAccessRecordingLevel Modifier and Type Method and Description voidObjectStore. set_ContentAccessRecordingLevel(ContentAccessRecordingLevel value)Sets the value of the ContentAccessRecordingLevel property.
-