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