Uses of Class
org.modeshape.graph.connector.federation.Projection

Packages that use Projection
org.modeshape.graph.connector.federation ModeShape provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. 
 

Uses of Projection in org.modeshape.graph.connector.federation
 

Methods in org.modeshape.graph.connector.federation that return Projection
protected  Projection FederatedRepositorySource.createProjection(ExecutionContext context, ProjectionParser projectionParser, Node node)
          Instantiate the Projection described by the supplied properties.
 

Methods in org.modeshape.graph.connector.federation with parameters of type Projection
 int Projection.compareTo(Projection that)
          
 

Method parameters in org.modeshape.graph.connector.federation with type arguments of type Projection
 org.modeshape.graph.connector.federation.FederatedWorkspace FederatedRepositorySource.addWorkspace(String workspaceName, Iterable<Projection> projections, boolean isDefault)
          Add a federated workspace to this source.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.