com.filenet.api.admin
Interface DatabaseStorageArea

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

public interface DatabaseStorageArea
extends RepositoryObject, StorageArea

Represents a storage area for content elements stored in the database.

Metadata

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


Method Summary
 DatabaseType get_DatabaseType()
          Returns the value of the DatabaseType property.
 java.lang.String get_JNDIDataSource()
          Returns the value of the JNDIDataSource property.
 java.lang.String get_JNDIXADataSource()
          Returns the value of the JNDIXADataSource 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_DatabaseType

DatabaseType get_DatabaseType()
Returns the value of the DatabaseType property. For more information, see DatabaseType Property.


get_JNDIDataSource

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


get_JNDIXADataSource

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



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