Package omero.api

Interface AMD_IQuery_findAllByFullText

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IQuery_findAllByFullText
    extends Ice.AMDCallback
    Executes a full text search based on Lucene. Each term in the query can also be prefixed by the name of the field to which is should be restricted. Examples:
    • owner:root AND annotation:someTag
    • file:xml AND name:*hoechst*
    For more information, see Query Parser Syntax The return values are first filtered by the security system.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(java.util.List<IObject> __ret)
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(java.util.List<IObject> __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) A list of loaded IObject instances. Never null.