public abstract class AbstractQuery extends Object
Modifier and Type | Method and Description |
---|---|
void |
bindValue(String varName,
Value value) |
Value |
getBindValue(String varName) |
String[] |
getBindVariableNames() |
String |
getLanguage() |
long |
getLimit() |
long |
getOffset() |
String |
getStatement() |
String |
getStoredQueryPath() |
void |
setLimit(long limit) |
void |
setOffset(long offset) |
Node |
storeAsNode(String absPath) |
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
RepositoryException
public Value getBindValue(String varName)
public void bindValue(String varName, Value value) throws IllegalArgumentException, RepositoryException
IllegalArgumentException
RepositoryException
public Node storeAsNode(String absPath) throws ItemExistsException, PathNotFoundException, VersionException, ConstraintViolationException, LockException, UnsupportedRepositoryOperationException, RepositoryException
ItemExistsException
PathNotFoundException
VersionException
ConstraintViolationException
LockException
UnsupportedRepositoryOperationException
RepositoryException
public String getStoredQueryPath() throws ItemNotFoundException, RepositoryException
ItemNotFoundException
RepositoryException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"