com.filenet.api.admin
Interface FixedContentDevice

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
All Known Subinterfaces:
CenteraFixedContentDevice, CMODFixedContentDevice, GenericFixedContentDevice, IICEFixedContentDevice, IMFixedContentDevice, SnapLockFixedContentDevice, TivoliFixedContentDevice

public interface FixedContentDevice
extends IndependentlyPersistableObject

Represents the base, abstract class for all classes relating to fixed content devices. A fixed content device has the following characteristics:

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject


Method Summary
 java.lang.String get_Creator()
          Returns the value of the Creator property.
 java.util.Date get_DateCreated()
          Returns the value of the DateCreated property.
 java.util.Date get_DateLastModified()
          Returns the value of the DateLastModified property.
 java.lang.String get_DescriptiveText()
          Returns the value of the DescriptiveText property.
 java.lang.String get_DisplayName()
          Returns the value of the DisplayName property.
 java.lang.Integer get_FcpPoolIdleTimeoutSeconds()
          Returns the value of the FcpPoolIdleTimeoutSeconds property.
 java.lang.Integer get_FcpPoolMaxInUse()
          Returns the value of the FcpPoolMaxInUse property.
 java.lang.Integer get_FcpPoolMaxWaitSeconds()
          Returns the value of the FcpPoolMaxWaitSeconds property.
 java.lang.Integer get_FcpPoolPreferredSize()
          Returns the value of the FcpPoolPreferredSize property.
 Id get_Id()
          Returns the value of the Id property.
 java.lang.String get_ImplementationClass()
          Returns the value of the ImplementationClass property.
 java.lang.String get_LastModifier()
          Returns the value of the LastModifier property.
 SiteSettingsList get_SiteSettings()
          Returns the value of the SiteSettings property.
 java.lang.String get_VendorName()
          Returns the value of the VendorName property.
 void set_Creator(java.lang.String value)
          Sets the value of the Creator property.
 void set_DateCreated(java.util.Date value)
          Sets the value of the DateCreated property.
 void set_DateLastModified(java.util.Date value)
          Sets the value of the DateLastModified property.
 void set_DescriptiveText(java.lang.String value)
          Sets the value of the DescriptiveText property.
 void set_DisplayName(java.lang.String value)
          Sets the value of the DisplayName property.
 void set_FcpPoolIdleTimeoutSeconds(java.lang.Integer value)
          Sets the value of the FcpPoolIdleTimeoutSeconds property.
 void set_FcpPoolMaxInUse(java.lang.Integer value)
          Sets the value of the FcpPoolMaxInUse property.
 void set_FcpPoolMaxWaitSeconds(java.lang.Integer value)
          Sets the value of the FcpPoolMaxWaitSeconds property.
 void set_FcpPoolPreferredSize(java.lang.Integer value)
          Sets the value of the FcpPoolPreferredSize property.
 void set_ImplementationClass(java.lang.String value)
          Sets the value of the ImplementationClass property.
 void set_LastModifier(java.lang.String value)
          Sets the value of the LastModifier property.
 void set_SiteSettings(SiteSettingsList value)
          Sets the value of the SiteSettings property.
 void set_VendorName(java.lang.String value)
          Sets the value of the VendorName property.
 
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_Creator

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


set_Creator

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


get_DateCreated

java.util.Date get_DateCreated()
Returns the value of the DateCreated property. For more information, see DateCreated Property.


set_DateCreated

void set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. For more information, see DateCreated Property.


get_LastModifier

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


set_LastModifier

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


get_DateLastModified

java.util.Date get_DateLastModified()
Returns the value of the DateLastModified property. For more information, see DateLastModified Property.


set_DateLastModified

void set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property. For more information, see DateLastModified Property.


get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_FcpPoolIdleTimeoutSeconds

java.lang.Integer get_FcpPoolIdleTimeoutSeconds()
Returns the value of the FcpPoolIdleTimeoutSeconds property. For more information, see FcpPoolIdleTimeoutSeconds Property.


set_FcpPoolIdleTimeoutSeconds

void set_FcpPoolIdleTimeoutSeconds(java.lang.Integer value)
Sets the value of the FcpPoolIdleTimeoutSeconds property. For more information, see FcpPoolIdleTimeoutSeconds Property.


get_FcpPoolPreferredSize

java.lang.Integer get_FcpPoolPreferredSize()
Returns the value of the FcpPoolPreferredSize property. For more information, see FcpPoolPreferredSize Property.


set_FcpPoolPreferredSize

void set_FcpPoolPreferredSize(java.lang.Integer value)
Sets the value of the FcpPoolPreferredSize property. For more information, see FcpPoolPreferredSize Property.


get_FcpPoolMaxWaitSeconds

java.lang.Integer get_FcpPoolMaxWaitSeconds()
Returns the value of the FcpPoolMaxWaitSeconds property. For more information, see FcpPoolMaxWaitSeconds Property.


set_FcpPoolMaxWaitSeconds

void set_FcpPoolMaxWaitSeconds(java.lang.Integer value)
Sets the value of the FcpPoolMaxWaitSeconds property. For more information, see FcpPoolMaxWaitSeconds Property.


get_FcpPoolMaxInUse

java.lang.Integer get_FcpPoolMaxInUse()
Returns the value of the FcpPoolMaxInUse property. For more information, see FcpPoolMaxInUse Property.


set_FcpPoolMaxInUse

void set_FcpPoolMaxInUse(java.lang.Integer value)
Sets the value of the FcpPoolMaxInUse property. For more information, see FcpPoolMaxInUse Property.


get_VendorName

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


set_VendorName

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


get_DisplayName

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


set_DisplayName

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


get_DescriptiveText

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


set_DescriptiveText

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


get_ImplementationClass

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


set_ImplementationClass

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


get_SiteSettings

SiteSettingsList get_SiteSettings()
Returns the value of the SiteSettings property. For more information, see SiteSettings Property.


set_SiteSettings

void set_SiteSettings(SiteSettingsList value)
Sets the value of the SiteSettings property. For more information, see SiteSettings Property.



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