|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IICEFixedContentDevice
Represents an external fixed content device accessible via an instance of IBM Content Integrator
(formerly known as Information Integrator Content Edition or IICE). This representation serves a two-fold
purpose: to identify and describe the external device, and to configure the behavior of the
Content Federation Service (CFS) with respect to that device. CFS uses
metadata from the external device to create and update FileNet P8 federated documents. (For
information on content federation, and on the CFS import process in particular, see the
interface.)
CFSImportAgentConfiguration
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.
Metadata
Auditable: false
Method Summary | |
---|---|
java.lang.String |
get_CFSNamingFactoryInitial()
Deprecated. |
java.lang.String |
get_CFSNamingProviderURL()
Deprecated. |
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. |
StringList |
get_LockDownExceptionList()
Deprecated. |
java.lang.String |
get_LockDownPrincipal()
Deprecated. |
java.lang.Integer |
get_LockDownPrincipalType()
Deprecated. |
java.lang.String |
get_SourceRepositoryName()
Returns the value of the SourceRepositoryName property. |
void |
set_CFSNamingFactoryInitial(java.lang.String value)
Deprecated. |
void |
set_CFSNamingProviderURL(java.lang.String value)
Deprecated. |
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_LockDownExceptionList(StringList value)
Deprecated. |
void |
set_LockDownPrincipal(java.lang.String value)
Deprecated. |
void |
set_LockDownPrincipalType(java.lang.Integer value)
Deprecated. |
void |
set_SourceRepositoryName(java.lang.String value)
Sets the value of the SourceRepositoryName property. |
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 |
---|
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)
java.lang.String get_LockDownPrincipal()
void set_LockDownPrincipal(java.lang.String value)
java.lang.Integer get_LockDownPrincipalType()
void set_LockDownPrincipalType(java.lang.Integer value)
StringList get_LockDownExceptionList()
void set_LockDownExceptionList(StringList value)
java.lang.String get_CFSNamingFactoryInitial()
void set_CFSNamingFactoryInitial(java.lang.String value)
java.lang.String get_CFSNamingProviderURL()
void set_CFSNamingProviderURL(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |