Class DocumentTypeQuery

    • Field Detail

      • _positive

        private boolean _positive
        false to negate the query.
    • Constructor Detail

      • DocumentTypeQuery

        public DocumentTypeQuery​(String type)
        Build a document type query.
        Parameters:
        type - The document type to test.
      • DocumentTypeQuery

        public DocumentTypeQuery​(String type,
                                 boolean positiveQuery)
        Build a document type query.
        Parameters:
        type - The document type to test.
        positiveQuery - false to negate the query.