com.filenet.api.admin
Interface CMODFixedContentDevice

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

public interface CMODFixedContentDevice
extends FixedContentDevice

Represents the description of an IBM® Content Manager OnDemand (CMOD) external fixed content storage device.

Metadata

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


Method Summary
 CMODApplicationGroupSet get_CMODApplicationGroups()
          Returns the value of the CMODApplicationGroups property.
 java.lang.String get_CMODLanguage()
          Returns the value of the CMODLanguage property.
 byte[] get_CMODPassword()
          Returns the value of the CMODPassword property.
 java.lang.Integer get_CMODPort()
          Returns the value of the CMODPort property.
 java.lang.String get_CMODServerName()
          Returns the value of the CMODServerName property.
 java.lang.Integer get_CMODTraceLevel()
          Returns the value of the CMODTraceLevel property.
 java.lang.String get_CMODUserName()
          Returns the value of the CMODUserName property.
 java.lang.String get_FederationJNDIDataSource()
          Returns the value of the FederationJNDIDataSource property.
 java.lang.String get_FederationJNDIXADataSource()
          Returns the value of the FederationJNDIXADataSource property.
 void set_CMODLanguage(java.lang.String value)
          Sets the value of the CMODLanguage property.
 void set_CMODPassword(byte[] value)
          Sets the value of the CMODPassword property.
 void set_CMODPort(java.lang.Integer value)
          Sets the value of the CMODPort property.
 void set_CMODServerName(java.lang.String value)
          Sets the value of the CMODServerName property.
 void set_CMODTraceLevel(java.lang.Integer value)
          Sets the value of the CMODTraceLevel property.
 void set_CMODUserName(java.lang.String value)
          Sets the value of the CMODUserName property.
 void set_FederationJNDIDataSource(java.lang.String value)
          Sets the value of the FederationJNDIDataSource property.
 void set_FederationJNDIXADataSource(java.lang.String value)
          Sets the value of the FederationJNDIXADataSource 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_FederationJNDIDataSource

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


set_FederationJNDIDataSource

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


get_FederationJNDIXADataSource

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


set_FederationJNDIXADataSource

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


get_CMODServerName

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


set_CMODServerName

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


get_CMODUserName

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


set_CMODUserName

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


get_CMODPassword

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


set_CMODPassword

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


get_CMODLanguage

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


set_CMODLanguage

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


get_CMODTraceLevel

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


set_CMODTraceLevel

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


get_CMODPort

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


set_CMODPort

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


get_CMODApplicationGroups

CMODApplicationGroupSet get_CMODApplicationGroups()
Returns the value of the CMODApplicationGroups property. For more information, see CMODApplicationGroups Property.



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