Class FilesDataType.Data

    • Constructor Detail

    • Method Detail

      • getSearchContentAttachments

        @Deprecated
        public Collection<SearchContentAttachment> getSearchContentAttachments()
        Deprecated.
        Description copied from interface: ISearchable
        Returns the search content attachments to be used for indexing this object.

        Must never return null. May return an empty collection if no attachment is to be used for indexing this object.

        Specified by:
        getSearchContentAttachments in interface ISearchable
        Returns:
        the search content attachments.
      • getSearchContentFields

        @Deprecated
        public List<SearchContentField> getSearchContentFields()
        Deprecated.
        Description copied from interface: ISearchable
        Returns the search content fields to be used for indexing this object.

        Note that the actual search content fields used are decided by the ISourceSearchContentFiller implementation used in the source. It may or may not use the fields returned by this method. This method provides only the default recommended search fields for this data.

        Specified by:
        getSearchContentFields in interface ISearchable
        Returns:
        the search content fields. Never returns null. May return an empty collection if no field is to be used for indexing this object.