-
Packages that use ContentFederatingRepository Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,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 ContentFederatingRepository in com.filenet.api.core
Methods in com.filenet.api.core that return ContentFederatingRepository Modifier and Type Method and Description static ContentFederatingRepositoryFactory.ContentFederatingRepository. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves an object of theContentFederatingRepositoryclass based on the specified domain and ID.static ContentFederatingRepositoryFactory.ContentFederatingRepository. getInstance(Domain domain, java.lang.String className, Id id)Retrieves an instance of theContentFederatingRepositoryclass based on the specified domain and ID. -
Uses of ContentFederatingRepository in com.filenet.api.replication
Subinterfaces of ContentFederatingRepository in com.filenet.api.replication Modifier and Type Interface and Description interfaceCMODRepositoryRepresents an IBM® Content Manager OnDemand (CMOD) external repository that is capable of federating content.interfaceImageServicesRepositoryRepresents an IBM® FileNet® Image Services external repository that is capable of federating content.
-