-
Packages that use DirectoryStructure 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. -
-
Uses of DirectoryStructure in com.filenet.api.admin
Methods in com.filenet.api.admin that return DirectoryStructure Modifier and Type Method and Description DirectoryStructureSnapLockFixedContentDevice. get_DirectoryStructure()Returns the value of the DirectoryStructure property.DirectoryStructureFileStorageArea. get_DirectoryStructure()Returns the value of the DirectoryStructure property.DirectoryStructureContentCacheArea. get_DirectoryStructure()Returns the value of the DirectoryStructure property.DirectoryStructureCmIsilonFixedContentDevice. get_DirectoryStructure()Returns the value of the DirectoryStructure property.DirectoryStructureCmHitachiFixedContentDevice. get_DirectoryStructure()Returns the value of the DirectoryStructure property.Methods in com.filenet.api.admin with parameters of type DirectoryStructure Modifier and Type Method and Description voidSnapLockFixedContentDevice. set_DirectoryStructure(DirectoryStructure value)Sets the value of the DirectoryStructure property.voidFileStorageArea. set_DirectoryStructure(DirectoryStructure value)Sets the value of the DirectoryStructure property.voidContentCacheArea. set_DirectoryStructure(DirectoryStructure value)Sets the value of the DirectoryStructure property.voidCmIsilonFixedContentDevice. set_DirectoryStructure(DirectoryStructure value)Sets the value of the DirectoryStructure property.voidCmHitachiFixedContentDevice. 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 Modifier and Type Field and Description static DirectoryStructureDirectoryStructure. DIRECTORY_STRUCTURE_LARGESpecifies a large directory structure.static DirectoryStructureDirectoryStructure. DIRECTORY_STRUCTURE_SMALLSpecifies a small directory structure.Methods in com.filenet.api.constants that return DirectoryStructure Modifier and Type Method and Description static DirectoryStructureDirectoryStructure. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value.
-