Uses of Class
org.modeshape.graph.property.PathExpression

Packages that use PathExpression
org.modeshape.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
 

Uses of PathExpression in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that return PathExpression
static PathExpression PathExpression.all()
           
static PathExpression PathExpression.compile(String expression)
          Compile the supplied expression and return the resulting path expression instance.
 

Uses of PathExpression in org.modeshape.repository
 

Methods in org.modeshape.repository that return types with arguments of type PathExpression
 Set<PathExpression> ModeShapeConfiguration.SequencerDefinition.getPathExpressions()
          Get the path expressions from the saved configuration.
 Set<PathExpression> ModeShapeConfiguration.SequencerBuilder.getPathExpressions()
           
 

Methods in org.modeshape.repository with parameters of type PathExpression
 ModeShapeConfiguration.SequencerDefinition<ReturnType> ModeShapeConfiguration.SequencerDefinition.sequencingFrom(PathExpression inputPathExpression)
          Specify the input path expression, which determines when this sequencer will be executed.
 ModeShapeConfiguration.SequencerDefinition<ReturnType> ModeShapeConfiguration.SequencerBuilder.sequencingFrom(PathExpression expression)
           
 



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