public abstract class AbstractQueryObjectModelFactory extends Object
Constructor and Description |
---|
AbstractQueryObjectModelFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
And |
and(Constraint constraint1,
Constraint constraint2)
Deprecated.
|
Ordering |
ascending(DynamicOperand operand)
Deprecated.
|
BindVariableValue |
bindVariable(String bindVariableName)
Deprecated.
|
ChildNode |
childNode(String selectorName,
String path)
Deprecated.
|
ChildNodeJoinCondition |
childNodeJoinCondition(String childSelectorName,
String parentSelectorName)
Deprecated.
|
Column |
column(String selectorName,
String propertyName,
String columnName)
Deprecated.
|
Comparison |
comparison(DynamicOperand operand1,
String operator,
StaticOperand operand2)
Deprecated.
|
DescendantNode |
descendantNode(String selectorName,
String path)
Deprecated.
|
DescendantNodeJoinCondition |
descendantNodeJoinCondition(String descendantSelectorName,
String ancestorSelectorName)
Deprecated.
|
Ordering |
descending(DynamicOperand operand)
Deprecated.
|
EquiJoinCondition |
equiJoinCondition(String selector1Name,
String property1Name,
String selector2Name,
String property2Name)
Deprecated.
|
FullTextSearch |
fullTextSearch(String selectorName,
String propertyName,
StaticOperand fullTextSearchExpression)
Deprecated.
|
FullTextSearchScore |
fullTextSearchScore(String selectorName)
Deprecated.
|
Join |
join(Source left,
Source right,
String joinType,
JoinCondition joinCondition)
Deprecated.
|
Length |
length(PropertyValue propertyValue)
Deprecated.
|
Literal |
literal(Value literalValue)
Deprecated.
|
LowerCase |
lowerCase(DynamicOperand operand)
Deprecated.
|
NodeLocalName |
nodeLocalName(String selectorName)
Deprecated.
|
NodeName |
nodeName(String selectorName)
Deprecated.
|
Not |
not(Constraint constraint)
Deprecated.
|
Or |
or(Constraint constraint1,
Constraint constraint2)
Deprecated.
|
PropertyExistence |
propertyExistence(String selectorName,
String propertyName)
Deprecated.
|
PropertyValue |
propertyValue(String selectorName,
String propertyName)
Deprecated.
|
SameNode |
sameNode(String selectorName,
String path)
Deprecated.
|
SameNodeJoinCondition |
sameNodeJoinCondition(String selector1Name,
String selector2Name,
String selector2Path)
Deprecated.
|
Selector |
selector(String nodeTypeName,
String selectorName)
Deprecated.
|
UpperCase |
upperCase(DynamicOperand operand)
Deprecated.
|
public AbstractQueryObjectModelFactory()
public Selector selector(String nodeTypeName, String selectorName) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public Join join(Source left, Source right, String joinType, JoinCondition joinCondition) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public EquiJoinCondition equiJoinCondition(String selector1Name, String property1Name, String selector2Name, String property2Name) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public SameNodeJoinCondition sameNodeJoinCondition(String selector1Name, String selector2Name, String selector2Path) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public ChildNodeJoinCondition childNodeJoinCondition(String childSelectorName, String parentSelectorName) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public DescendantNodeJoinCondition descendantNodeJoinCondition(String descendantSelectorName, String ancestorSelectorName) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public And and(Constraint constraint1, Constraint constraint2) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public Or or(Constraint constraint1, Constraint constraint2) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public Not not(Constraint constraint) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public Comparison comparison(DynamicOperand operand1, String operator, StaticOperand operand2) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public PropertyExistence propertyExistence(String selectorName, String propertyName) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public FullTextSearch fullTextSearch(String selectorName, String propertyName, StaticOperand fullTextSearchExpression) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public SameNode sameNode(String selectorName, String path) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public ChildNode childNode(String selectorName, String path) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public DescendantNode descendantNode(String selectorName, String path) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public PropertyValue propertyValue(String selectorName, String propertyName) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public Length length(PropertyValue propertyValue) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public NodeName nodeName(String selectorName) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public NodeLocalName nodeLocalName(String selectorName) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public FullTextSearchScore fullTextSearchScore(String selectorName) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public LowerCase lowerCase(DynamicOperand operand) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public UpperCase upperCase(DynamicOperand operand) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public BindVariableValue bindVariable(String bindVariableName) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public Literal literal(Value literalValue) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public Ordering ascending(DynamicOperand operand) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
public Ordering descending(DynamicOperand operand) throws InvalidQueryException, RepositoryException
InvalidQueryException
RepositoryException
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"