|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Projection.Rule | |
|---|---|
| org.jboss.dna.graph.connector.federation | JBoss DNA 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.jboss.dna.graph.connector.federation |
|---|
| Subclasses of Projection.Rule in org.jboss.dna.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.jboss.dna.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.jboss.dna.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.jboss.dna.graph.connector.federation with parameters of type Projection.Rule | |
|---|---|
int |
Projection.PathRule.compareTo(Projection.Rule other)
|
| Constructors in org.jboss.dna.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||