Uses of Interface
com.filenet.api.replication.ExternalRepository

Packages that use ExternalRepository
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.replication Provides interfaces for defining objects that can be replicated and external repositories that are capable of federating content. 
 

Uses of ExternalRepository in com.filenet.api.core
 

Methods in com.filenet.api.core that return ExternalRepository
static ExternalRepository Factory.ExternalRepository.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves an object of the ExternalRepository class based on the specified domain and ID.
static ExternalRepository Factory.ExternalRepository.getInstance(Domain domain, java.lang.String className, Id id)
          Retrieves an instance of the ExternalRepository class based on the specified domain and ID.
 

Uses of ExternalRepository in com.filenet.api.replication
 

Subinterfaces of ExternalRepository in com.filenet.api.replication
 interface CMODRepository
          Represents an IBM® Content Manager OnDemand (CMOD) external repository that is capable of federating content.
 interface ContentFederatingRepository
          Represents repositories that are external to the Content Engine server and are capable of federating content.
 interface ImageServicesRepository
          Represents an IBM® FileNet® Image Services external repository that is capable of federating content.
 

Methods in com.filenet.api.replication that return ExternalRepository
 ExternalRepository ExternalAlias.get_ExternalRepository()
          Returns the value of the ExternalRepository property.
 ExternalRepository ExternalIdentity.get_ExternalRepository()
          Returns the value of the ExternalRepository property.
 ExternalRepository ExternalParticipant.get_ExternalRepository()
          Returns the value of the ExternalRepository property.
 

Methods in com.filenet.api.replication with parameters of type ExternalRepository
 void ExternalAlias.set_ExternalRepository(ExternalRepository value)
          Sets the value of the ExternalRepository property.
 void ExternalIdentity.set_ExternalRepository(ExternalRepository value)
          Sets the value of the ExternalRepository property.
 void ExternalParticipant.set_ExternalRepository(ExternalRepository value)
          Sets the value of the ExternalRepository property.
 



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