Uses of Class
com.filenet.api.constants.DirectoryStructure

Packages that use DirectoryStructure
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 DirectoryStructure in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return DirectoryStructure
 DirectoryStructure ContentCacheArea.get_DirectoryStructure()
          Returns the value of the DirectoryStructure property.
 DirectoryStructure FileStorageArea.get_DirectoryStructure()
          Returns the value of the DirectoryStructure property.
 DirectoryStructure SnapLockFixedContentDevice.get_DirectoryStructure()
          Returns the value of the DirectoryStructure property.
 

Methods in com.filenet.api.admin with parameters of type DirectoryStructure
 void ContentCacheArea.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 SnapLockFixedContentDevice.set_DirectoryStructure(DirectoryStructure value)
          Sets the value of the DirectoryStructure property.
 

Uses of DirectoryStructure in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as DirectoryStructure
static DirectoryStructure DirectoryStructure.DIRECTORY_STRUCTURE_LARGE
          Specifies a large directory structure.
static DirectoryStructure DirectoryStructure.DIRECTORY_STRUCTURE_SMALL
          Specifies a small directory structure.
 

Methods in com.filenet.api.constants that return DirectoryStructure
static DirectoryStructure DirectoryStructure.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.