com.filenet.api.admin
Interface FixedStorageArea

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

public interface FixedStorageArea
extends RepositoryObject, StorageArea

Represents a storage area for content elements stored in a fixed content device.

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.
 FixedContentDevice get_FixedContentDevice()
          Returns the value of the FixedContentDevice property.
 java.lang.String get_ResourceString()
          Returns the value of the ResourceString property.
 java.lang.String get_StagingAreaPath()
          Returns the value of the StagingAreaPath property.
 void set_DeleteMethod(AreaDeleteMethod value)
          Sets the value of the DeleteMethod property.
 void set_FixedContentDevice(FixedContentDevice value)
          Sets the value of the FixedContentDevice property.
 void set_ResourceString(java.lang.String value)
          Sets the value of the ResourceString property.
 void set_StagingAreaPath(java.lang.String value)
          Sets the value of the StagingAreaPath 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_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_FixedContentDevice

FixedContentDevice get_FixedContentDevice()
Returns the value of the FixedContentDevice property. For more information, see FixedContentDevice Property.


set_FixedContentDevice

void set_FixedContentDevice(FixedContentDevice value)
Sets the value of the FixedContentDevice property. For more information, see FixedContentDevice Property.


get_StagingAreaPath

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


set_StagingAreaPath

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


get_ResourceString

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


set_ResourceString

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



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