com.filenet.api.admin
Interface CmICOSFixedContentDevice
-
- All Superinterfaces:
- EngineObject, FixedContentDevice, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
public interface CmICOSFixedContentDevice extends FixedContentDevice
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_DeviceConnectionURL()The URL used to make a connection to a storage or fixed content device.java.lang.Booleanget_HttpsCertValidationEnabled()Enable hostname and certificate validation over an https connection to a FCD.java.lang.Stringget_ICOSAccessKey()The access key for connecting to the IBM Cloud Object Storage device.java.lang.Stringget_ICOSRegionName()The name of the reguion for the IBM Cloud Object Storage device.byte[]get_ICOSSecret()The security secret for connecting to the IBM Cloud Object Storage device.java.lang.Stringget_ICOSVaultName()The name of the vault to be used in the IBM Cloud Object Storage device.voidset_DeviceConnectionURL(java.lang.String value)The URL used to make a connection to a storage or fixed content device.voidset_HttpsCertValidationEnabled(java.lang.Boolean value)Enable hostname and certificate validation over an https connection to a FCD.voidset_ICOSAccessKey(java.lang.String value)The access key for connecting to the IBM Cloud Object Storage device.voidset_ICOSRegionName(java.lang.String value)The name of the reguion for the IBM Cloud Object Storage device.voidset_ICOSSecret(byte[] value)The security secret for connecting to the IBM Cloud Object Storage device.voidset_ICOSVaultName(java.lang.String value)The name of the vault to be used in the IBM Cloud Object Storage device.-
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_DeviceConnectionURL
java.lang.String get_DeviceConnectionURL()
The URL used to make a connection to a storage or fixed content device.
-
set_DeviceConnectionURL
void set_DeviceConnectionURL(java.lang.String value)
The URL used to make a connection to a storage or fixed content device. Settability Restrictions: None.
-
get_HttpsCertValidationEnabled
java.lang.Boolean get_HttpsCertValidationEnabled()
Enable hostname and certificate validation over an https connection to a FCD. Certificate validation may be disabled when the http device being connected to is within the same corporate firewall and using a self-signed certificate.
-
set_HttpsCertValidationEnabled
void set_HttpsCertValidationEnabled(java.lang.Boolean value)
Enable hostname and certificate validation over an https connection to a FCD. Certificate validation may be disabled when the http device being connected to is within the same corporate firewall and using a self-signed certificate. Settability Restrictions: None.
-
get_ICOSAccessKey
java.lang.String get_ICOSAccessKey()
The access key for connecting to the IBM Cloud Object Storage device.
-
set_ICOSAccessKey
void set_ICOSAccessKey(java.lang.String value)
The access key for connecting to the IBM Cloud Object Storage device. Settability Restrictions: None.
-
get_ICOSSecret
byte[] get_ICOSSecret()
The security secret for connecting to the IBM Cloud Object Storage device.
-
set_ICOSSecret
void set_ICOSSecret(byte[] value)
The security secret for connecting to the IBM Cloud Object Storage device. Settability Restrictions: None.
-
get_ICOSVaultName
java.lang.String get_ICOSVaultName()
The name of the vault to be used in the IBM Cloud Object Storage device.
-
set_ICOSVaultName
void set_ICOSVaultName(java.lang.String value)
The name of the vault to be used in the IBM Cloud Object Storage device. Settability Restrictions: None.
-
get_ICOSRegionName
java.lang.String get_ICOSRegionName()
The name of the reguion for the IBM Cloud Object Storage device.
-
set_ICOSRegionName
void set_ICOSRegionName(java.lang.String value)
The name of the reguion for the IBM Cloud Object Storage device. Settability Restrictions: None.
-
-