|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Query
A specialization of the standard JCR Query
interface that adds the ModeShape-specific constant for the
full-text search
query language.
Field Summary | |
---|---|
static String |
FULL_TEXT_SEARCH
A string constant representing the ModeShape full-text search query language. |
Fields inherited from interface javax.jcr.query.Query |
---|
JCR_JQOM, JCR_SQL2, SQL, XPATH |
Method Summary | |
---|---|
boolean |
cancel()
Signal that the query, if currently executing , should be cancelled and stopped (with an exception). |
Methods inherited from interface javax.jcr.query.Query |
---|
bindValue, execute, getBindVariableNames, getLanguage, getStatement, getStoredQueryPath, setLimit, setOffset, storeAsNode |
Field Detail |
---|
static final String FULL_TEXT_SEARCH
Method Detail |
---|
boolean cancel()
executing
, should be cancelled and stopped (with an exception).
This method does not block until the query is actually stopped.
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |