com.filenet.api.admin
Interface CmAWSFixedContentDevice
-
- All Superinterfaces:
- EngineObject, FixedContentDevice, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
public interface CmAWSFixedContentDevice extends FixedContentDevice
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_AWSAccessKey()The access key for connecting to the Amazon Web Service.byte[]get_AWSSecret()The security secret for connecting to the Amazon Web Service.CmCredentialsManagerget_CredentialsManager()The dynamic Credentials Manager to use to obtain credentials for access.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.Integerget_MaximumRetentionDays()The maximum retention period in days.java.lang.Integerget_MinimumRetentionDays()The minimum retention period in days.java.lang.Stringget_S3BucketName()Specifies the name of the bucket into which content should be stored in the S3 device.java.lang.Stringget_S3RegionName()The name of the region for the S3 device.voidset_AWSAccessKey(java.lang.String value)The access key for connecting to the Amazon Web Service.voidset_AWSSecret(byte[] value)The security secret for connecting to the Amazon Web Service.voidset_CredentialsManager(CmCredentialsManager value)The dynamic Credentials Manager to use to obtain credentials for access.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_MaximumRetentionDays(java.lang.Integer value)The maximum retention period in days.voidset_MinimumRetentionDays(java.lang.Integer value)The minimum retention period in days.voidset_S3BucketName(java.lang.String value)Specifies the name of the bucket into which content should be stored in the S3 device.voidset_S3RegionName(java.lang.String value)The name of the region for the S3 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_AWSAccessKey
java.lang.String get_AWSAccessKey()
The access key for connecting to the Amazon Web Service.
-
set_AWSAccessKey
void set_AWSAccessKey(java.lang.String value)
The access key for connecting to the Amazon Web Service. Settability Restrictions: None.
-
get_AWSSecret
byte[] get_AWSSecret()
The security secret for connecting to the Amazon Web Service.
-
set_AWSSecret
void set_AWSSecret(byte[] value)
The security secret for connecting to the Amazon Web Service. Settability Restrictions: None.
-
get_S3BucketName
java.lang.String get_S3BucketName()
Specifies the name of the bucket into which content should be stored in the S3 device.
-
set_S3BucketName
void set_S3BucketName(java.lang.String value)
Specifies the name of the bucket into which content should be stored in the S3 device. Settability Restrictions: None.
-
get_S3RegionName
java.lang.String get_S3RegionName()
The name of the region for the S3 device.
-
set_S3RegionName
void set_S3RegionName(java.lang.String value)
The name of the region for the S3 device. Settability Restrictions: None.
-
get_MaximumRetentionDays
java.lang.Integer get_MaximumRetentionDays()
The maximum retention period in days.
-
set_MaximumRetentionDays
void set_MaximumRetentionDays(java.lang.Integer value)
The maximum retention period in days. Settability Restrictions: None.
-
get_MinimumRetentionDays
java.lang.Integer get_MinimumRetentionDays()
The minimum retention period in days.
-
set_MinimumRetentionDays
void set_MinimumRetentionDays(java.lang.Integer value)
The minimum retention period in days. Settability Restrictions: None.
-
get_CredentialsManager
CmCredentialsManager get_CredentialsManager()
The dynamic Credentials Manager to use to obtain credentials for access.
-
set_CredentialsManager
void set_CredentialsManager(CmCredentialsManager value)
The dynamic Credentials Manager to use to obtain credentials for access. Settability Restrictions: None.
-
-