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 as
EntireNetwork , Domain , Document , Folder , and so on. |
Modifier and Type | Field and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
static ContentAccessRecordingLevel |
ContentAccessRecordingLevel.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ContentAccessRecordingLevel |
ObjectStore.get_ContentAccessRecordingLevel()
Returns the value of the ContentAccessRecordingLevel property.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectStore.set_ContentAccessRecordingLevel(ContentAccessRecordingLevel value)
Sets the value of the ContentAccessRecordingLevel property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.