|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentAccessRecordingLevel | |
---|---|
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 as EntireNetwork , Domain , Document , Folder , and so on. |
Uses of ContentAccessRecordingLevel in com.filenet.api.constants |
---|
Fields in com.filenet.api.constants declared as ContentAccessRecordingLevel | |
---|---|
static ContentAccessRecordingLevel |
ContentAccessRecordingLevel.DAILY
Specifies that the DateContentLastAccessed property will be updated only when a day (86400 seconds) has elapsed since the last update of the DateContentLastAccessed property. |
static ContentAccessRecordingLevel |
ContentAccessRecordingLevel.HOURLY
Specifies that the DateContentLastAccessed property will be updated only when an hour (3600 seconds) has elapsed since the last update of the DateContentLastAccessed property. |
static ContentAccessRecordingLevel |
ContentAccessRecordingLevel.IMMEDIATE
Specifies that the DateContentLastAccessed property will be updated as soon as content is accessed. |
static ContentAccessRecordingLevel |
ContentAccessRecordingLevel.NONE
Specifies that updates to the DateContentLastAccessed property are disabled (which is the default behavior). |
Methods in com.filenet.api.constants that return ContentAccessRecordingLevel | |
---|---|
static ContentAccessRecordingLevel |
ContentAccessRecordingLevel.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 | |
---|---|
ContentAccessRecordingLevel |
ObjectStore.get_ContentAccessRecordingLevel()
Returns the value of the ContentAccessRecordingLevel property. |
Methods in com.filenet.api.core with parameters of type ContentAccessRecordingLevel | |
---|---|
void |
ObjectStore.set_ContentAccessRecordingLevel(ContentAccessRecordingLevel value)
Sets the value of the ContentAccessRecordingLevel property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |