Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.replication |
Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content.
|
Modifier and Type | Field and Description |
---|---|
static ReplicationDirection |
ReplicationDirection.BOTH
For
ExternalClassAlias objects, this constant specifies that instances of an external class can be
replicated from an external repository to a Content Engine object store and can also be a target for objects
replicated from a Content Engine object store to an external repository. |
static ReplicationDirection |
ReplicationDirection.INBOUND
For
ExternalClassAlias objects, this constant specifies that instances of an external class
can be replicated from an external repository to a Content Engine object store, which results
in the creation of instances of the mapped Content Engine class. |
static ReplicationDirection |
ReplicationDirection.OUTBOUND
For
ExternalClassAlias objects, this constant specifies that instances of the mapped Content Engine
class can be replicated to an external repository, which results in the creation of instances of the specified external class. |
Modifier and Type | Method and Description |
---|---|
static ReplicationDirection |
ReplicationDirection.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ReplicationDirection |
ExternalAlias.get_AliasDirection()
Returns the value of the AliasDirection property.
|
ReplicationDirection |
ExternalPropertyDescription.get_MappableDirection()
Returns the value of the MappableDirection property.
|
ReplicationDirection |
ExternalClassDescription.get_ReplicableDirection()
Returns the value of the ReplicableDirection property.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalAlias.set_AliasDirection(ReplicationDirection value)
Sets the value of the AliasDirection property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.