Class SharedQuery

    • Constructor Detail

      • SharedQuery

        public SharedQuery()
        Create a SharedQuery.
      • SharedQuery

        public SharedQuery​(boolean shared)
        Create a SharedQuery.
        Parameters:
        shared - true to get only shared contents, false to get only non-shared contents.
      • SharedQuery

        public SharedQuery​(boolean shared,
                           Query.Operator operator)
        Create a SharedQuery.
        Parameters:
        shared - true to get only shared contents, false to get only non-shared contents.
        operator - the operator.