public interface IICEFixedContentDevice extends FixedContentDevice
CFSImportAgentConfiguration
interface.)
As a content device description, this interface ties together these main entities:
As a means for configuring the behavior of CFS with respect to the external device, this interface can affect FileNet P8 document updates. CFS periodically pulls metadata and content from the external repository to keep FileNet P8 documents in sync with any changes made to the corresponding external documents. To control how CFS performs these periodic updates, set the FederationUpdateHasPriority property.
For information about the properties on this class, see IICEFixedContentDevice Properties.
Modifier and Type | Method and Description |
---|---|
byte[] |
get_CFSPassword()
Returns the value of the CFSPassword property.
|
java.lang.String |
get_CFSUserName()
Returns the value of the CFSUserName 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.
|
java.lang.Boolean |
get_FederationUpdateHasPriority()
Returns the value of the FederationUpdateHasPriority property.
|
java.lang.String |
get_IICEConfigurationServerURL()
Returns the value of the IICEConfigurationServerURL property.
|
java.lang.String |
get_SourceRepositoryName()
Returns the value of the SourceRepositoryName property.
|
void |
set_CFSPassword(byte[] value)
Sets the value of the CFSPassword property.
|
void |
set_CFSUserName(java.lang.String value)
Sets the value of the CFSUserName 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.
|
void |
set_FederationUpdateHasPriority(java.lang.Boolean value)
Sets the value of the FederationUpdateHasPriority property.
|
void |
set_IICEConfigurationServerURL(java.lang.String value)
Sets the value of the IICEConfigurationServerURL property.
|
void |
set_SourceRepositoryName(java.lang.String value)
Sets the value of the SourceRepositoryName property.
|
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
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_SourceRepositoryName()
void set_SourceRepositoryName(java.lang.String value)
java.lang.String get_CFSUserName()
void set_CFSUserName(java.lang.String value)
byte[] get_CFSPassword()
void set_CFSPassword(byte[] value)
java.lang.String get_FederationJNDIDataSource()
void set_FederationJNDIDataSource(java.lang.String value)
java.lang.String get_FederationJNDIXADataSource()
void set_FederationJNDIXADataSource(java.lang.String value)
java.lang.Boolean get_FederationUpdateHasPriority()
void set_FederationUpdateHasPriority(java.lang.Boolean value)
java.lang.String get_IICEConfigurationServerURL()
void set_IICEConfigurationServerURL(java.lang.String value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.