Uses of Class
com.filenet.api.constants.ReplicationDirection

Packages that use ReplicationDirection
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. 
 

Uses of ReplicationDirection in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as ReplicationDirection
static ReplicationDirection ReplicationDirection.BOTH
          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
          Specifies that instances of an external class can be replicated from an external repository to a Content Engine object store.
static ReplicationDirection ReplicationDirection.OUTBOUND
          Specifies that instances of an external class can be a target for objects replicated from a Content Engine object store to an external repository.
 

Methods in com.filenet.api.constants that return ReplicationDirection
static ReplicationDirection ReplicationDirection.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of ReplicationDirection in com.filenet.api.replication
 

Methods in com.filenet.api.replication that return ReplicationDirection
 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.
 

Methods in com.filenet.api.replication with parameters of type ReplicationDirection
 void ExternalAlias.set_AliasDirection(ReplicationDirection value)
          Sets the value of the AliasDirection property.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.