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.
|
Modifier and Type | Method and Description |
---|---|
DirectoryStructure |
SnapLockFixedContentDevice.get_DirectoryStructure()
Returns the value of the DirectoryStructure property.
|
DirectoryStructure |
FileStorageArea.get_DirectoryStructure()
Returns the value of the DirectoryStructure property.
|
DirectoryStructure |
ContentCacheArea.get_DirectoryStructure()
Returns the value of the DirectoryStructure property.
|
DirectoryStructure |
CmIsilonFixedContentDevice.get_DirectoryStructure()
Returns the value of the DirectoryStructure property.
|
DirectoryStructure |
CmHitachiFixedContentDevice.get_DirectoryStructure()
Returns the value of the DirectoryStructure property.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapLockFixedContentDevice.set_DirectoryStructure(DirectoryStructure value)
Sets the value of the DirectoryStructure property.
|
void |
FileStorageArea.set_DirectoryStructure(DirectoryStructure value)
Sets the value of the DirectoryStructure property.
|
void |
ContentCacheArea.set_DirectoryStructure(DirectoryStructure value)
Sets the value of the DirectoryStructure property.
|
void |
CmIsilonFixedContentDevice.set_DirectoryStructure(DirectoryStructure value)
Sets the value of the DirectoryStructure property.
|
void |
CmHitachiFixedContentDevice.set_DirectoryStructure(DirectoryStructure value)
Sets the value of the DirectoryStructure property.
|
Modifier and Type | Field and Description |
---|---|
static DirectoryStructure |
DirectoryStructure.DIRECTORY_STRUCTURE_LARGE
Specifies a large directory structure.
|
static DirectoryStructure |
DirectoryStructure.DIRECTORY_STRUCTURE_SMALL
Specifies a small directory structure.
|
Modifier and Type | Method and Description |
---|---|
static DirectoryStructure |
DirectoryStructure.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.