public abstract class AbstractQuery
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
bindValue(java.lang.String varName,
Value value)
Deprecated.
|
Value |
getBindValue(java.lang.String varName)
Deprecated.
|
java.lang.String[] |
getBindVariableNames()
Deprecated.
|
java.lang.String |
getLanguage()
Deprecated.
|
long |
getLimit()
Deprecated.
|
long |
getOffset()
Deprecated.
|
java.lang.String |
getStatement()
Deprecated.
|
java.lang.String |
getStoredQueryPath()
Deprecated.
|
void |
setLimit(long limit)
Deprecated.
|
void |
setOffset(long offset)
Deprecated.
|
Node |
storeAsNode(java.lang.String absPath)
Deprecated.
|
public java.lang.String getStatement()
public java.lang.String getLanguage()
public long getOffset()
public void setOffset(long offset)
public long getLimit()
public void setLimit(long limit)
public java.lang.String[] getBindVariableNames()
throws RepositoryException
RepositoryExceptionpublic Value getBindValue(java.lang.String varName)
public void bindValue(java.lang.String varName,
Value value)
throws java.lang.IllegalArgumentException,
RepositoryException
java.lang.IllegalArgumentExceptionRepositoryExceptionpublic Node storeAsNode(java.lang.String absPath)
throws ItemExistsException,
PathNotFoundException,
VersionException,
ConstraintViolationException,
LockException,
UnsupportedRepositoryOperationException,
RepositoryException
ItemExistsExceptionPathNotFoundExceptionVersionExceptionConstraintViolationExceptionLockExceptionUnsupportedRepositoryOperationExceptionRepositoryExceptionpublic java.lang.String getStoredQueryPath()
throws ItemNotFoundException,
RepositoryException
ItemNotFoundExceptionRepositoryException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"