Class CMISQueryOptions


  • public class CMISQueryOptions
    extends QueryOptions
    The options for a CMIS query
    Author:
    andyh
    • Constructor Detail

      • CMISQueryOptions

        public CMISQueryOptions​(java.lang.String query,
                                StoreRef storeRef)
        Create a CMISQueryOptions instance with the default options other than the query and store ref. The query will be run using the locale returned by I18NUtil.getLocale()
        Parameters:
        query - - the query to run
        storeRef - - the store against which to run the query
      • CMISQueryOptions

        public CMISQueryOptions​(java.lang.String query,
                                StoreRef storeRef,
                                java.util.Locale locale)
        Create a CMISQueryOptions instance with the default options other than the query, store ref and locale.
        Parameters:
        query - - the query to run
        storeRef - - the store against which to run the query