com.filenet.api.admin
Interface IMFixedContentDevice

All Superinterfaces:
EngineObject, FixedContentDevice, IndependentlyPersistableObject, IndependentObject, java.io.Serializable

public interface IMFixedContentDevice
extends FixedContentDevice

Represents the description of a FileNet Image Services fixed content device.

Metadata

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


Method Summary
 java.lang.String get_CSMCache()
          Returns the value of the CSMCache property.
 java.lang.String get_DefaultISDocumentClass()
          Returns the value of the DefaultISDocumentClass property.
 ImageServicesClassDescriptionList get_ImageServicesClassDescriptions()
          Returns the value of the ImageServicesClassDescriptions property.
 java.lang.String get_ISDomainName()
          Returns the value of the ISDomainName property.
 java.lang.String get_ISOrganization()
          Returns the value of the ISOrganization property.
 byte[] get_ISPassword()
          Returns the value of the ISPassword property.
 java.lang.String get_ISUserName()
          Returns the value of the ISUserName property.
 java.lang.Integer get_TimeOutSeconds()
          Returns the value of the TimeOutSeconds property.
 void set_CSMCache(java.lang.String value)
          Sets the value of the CSMCache property.
 void set_DefaultISDocumentClass(java.lang.String value)
          Sets the value of the DefaultISDocumentClass property.
 void set_ISDomainName(java.lang.String value)
          Sets the value of the ISDomainName property.
 void set_ISOrganization(java.lang.String value)
          Sets the value of the ISOrganization property.
 void set_ISPassword(byte[] value)
          Sets the value of the ISPassword property.
 void set_ISUserName(java.lang.String value)
          Sets the value of the ISUserName property.
 void set_TimeOutSeconds(java.lang.Integer value)
          Sets the value of the TimeOutSeconds property.
 
Methods inherited from interface com.filenet.api.admin.FixedContentDevice
get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_FcpPoolIdleTimeoutSeconds, get_FcpPoolMaxInUse, get_FcpPoolMaxWaitSeconds, get_FcpPoolPreferredSize, get_Id, get_ImplementationClass, get_LastModifier, get_SiteSettings, get_VendorName, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_FcpPoolIdleTimeoutSeconds, set_FcpPoolMaxInUse, set_FcpPoolMaxWaitSeconds, set_FcpPoolPreferredSize, set_ImplementationClass, set_LastModifier, set_SiteSettings, set_VendorName
 
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_ImageServicesClassDescriptions

ImageServicesClassDescriptionList get_ImageServicesClassDescriptions()
Returns the value of the ImageServicesClassDescriptions property. For more information, see ImageServicesClassDescriptions Property.


get_ISUserName

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


set_ISUserName

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


get_ISPassword

byte[] get_ISPassword()
Returns the value of the ISPassword property. For more information, see ISPassword Property.


set_ISPassword

void set_ISPassword(byte[] value)
Sets the value of the ISPassword property. For more information, see ISPassword Property.


get_ISDomainName

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


set_ISDomainName

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


get_ISOrganization

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


set_ISOrganization

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


get_TimeOutSeconds

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


set_TimeOutSeconds

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


get_DefaultISDocumentClass

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


set_DefaultISDocumentClass

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


get_CSMCache

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


set_CSMCache

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



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