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