com.filenet.api.admin
Interface FileStorageArea

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable, StorageArea, Subscribable

public interface FileStorageArea
extends RepositoryObject, StorageArea

Represents a storage area for content elements stored in the file system.

Metadata

Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: StorageArea


Method Summary
 AreaDeleteMethod get_DeleteMethod()
          Returns the value of the DeleteMethod property.
 DirectoryStructure get_DirectoryStructure()
          Returns the value of the DirectoryStructure property.
 java.lang.String get_RootDirectoryPath()
          Returns the value of the RootDirectoryPath property.
 void set_DeleteMethod(AreaDeleteMethod value)
          Sets the value of the DeleteMethod property.
 void set_DirectoryStructure(DirectoryStructure value)
          Sets the value of the DirectoryStructure property.
 void set_RootDirectoryPath(java.lang.String value)
          Sets the value of the RootDirectoryPath property.
 
Methods inherited from interface com.filenet.api.admin.StorageArea
get_AllowsContentToBeCached, get_AllowsDelete, get_AuditedEvents, get_ClosureDate, get_ContentElementCount, get_ContentElementKBytes, get_ContentElementsCreated, get_ContentElementsDeleted, get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_Id, get_LastModifier, get_MaximumContentElements, get_MaximumSizeKBytes, get_Permissions, get_ResourceStatus, get_RetentionPeriod, get_Site, set_AllowsContentToBeCached, set_AllowsDelete, set_ClosureDate, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_LastModifier, set_MaximumContentElements, set_MaximumSizeKBytes, set_Permissions, set_ResourceStatus, set_RetentionPeriod, set_Site, validateContent, validateContent
 
Methods inherited from interface com.filenet.api.core.Subscribable
raiseEvent
 
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
 
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_DirectoryStructure

DirectoryStructure get_DirectoryStructure()
Returns the value of the DirectoryStructure property. For more information, see DirectoryStructure Property.


set_DirectoryStructure

void set_DirectoryStructure(DirectoryStructure value)
Sets the value of the DirectoryStructure property. For more information, see DirectoryStructure Property.


get_DeleteMethod

AreaDeleteMethod get_DeleteMethod()
Returns the value of the DeleteMethod property. For more information, see DeleteMethod Property.


set_DeleteMethod

void set_DeleteMethod(AreaDeleteMethod value)
Sets the value of the DeleteMethod property. For more information, see DeleteMethod Property.


get_RootDirectoryPath

java.lang.String get_RootDirectoryPath()
Returns the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.


set_RootDirectoryPath

void set_RootDirectoryPath(java.lang.String value)
Sets the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.



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