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

Packages that use Projection.Rule
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.Rule in org.modeshape.graph.connector.federation
 

Subclasses of Projection.Rule in org.modeshape.graph.connector.federation
static class Projection.PathRule
          A rule that is defined with a single path in source and a single path in repository, and which has a set of path exceptions (relative paths below the path in source).
 

Methods in org.modeshape.graph.connector.federation that return Projection.Rule
static Projection.Rule Projection.fromString(String definition, ExecutionContext context)
          Parse the string form of a rule definition and return the rule
 Projection.Rule ProjectionParser.ruleFromString(String definition, ExecutionContext context)
          Parse the string form of a rule definition and return the rule
 Projection.Rule[] ProjectionParser.rulesFromString(ExecutionContext context, String definitions)
          Parse a single string containing one or more string forms of rule definitions, and return the rules.
 Projection.Rule[] ProjectionParser.rulesFromStrings(ExecutionContext context, String... definitions)
          Parse string forms of an arry of rule definitions and return the rules
 

Methods in org.modeshape.graph.connector.federation that return types with arguments of type Projection.Rule
 List<Projection.Rule> Projection.getRules()
          Get the rules that define this projection.
 

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

Method parameters in org.modeshape.graph.connector.federation with type arguments of type Projection.Rule
protected  boolean Projection.computeSimpleProjection(List<Projection.Rule> rules)
           
 

Constructors in org.modeshape.graph.connector.federation with parameters of type Projection.Rule
Projection(String sourceName, String workspaceName, boolean readOnly, Projection.Rule... rules)
          Create a new federated projection for the supplied source, using the supplied rules.
 



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