ModeShape Distribution 3.0.0.Alpha5

org.modeshape.jcr.api.query
Interface Query

All Superinterfaces:
Query

public interface Query
extends 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
 
Methods inherited from interface javax.jcr.query.Query
bindValue, execute, getBindVariableNames, getLanguage, getStatement, getStoredQueryPath, setLimit, setOffset, storeAsNode
 

Field Detail

FULL_TEXT_SEARCH

static final String FULL_TEXT_SEARCH
A string constant representing the ModeShape full-text search query language.

See Also:
Constant Field Values

ModeShape Distribution 3.0.0.Alpha5

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.