Uses of Class
lumis.search.SearchContentAttachment
-
Packages that use SearchContentAttachment Package Description lumis.doui.search lumis.doui.search.common lumis.doui.source.field.type lumis.search lumis.service.document.field lumis.service.media.field -
-
Uses of SearchContentAttachment in lumis.doui.search
Method parameters in lumis.doui.search with type arguments of type SearchContentAttachment Modifier and Type Method Description protected void
DouiTabularSourceSearchContentFiller. addAttachmentGroup(Collection<SearchContentAttachment> attachments)
Deprecated.Add attachments insearchContents
. -
Uses of SearchContentAttachment in lumis.doui.search.common
Methods in lumis.doui.search.common that return types with arguments of type SearchContentAttachment Modifier and Type Method Description Collection<SearchContentAttachment>
ISearchable. getSearchContentAttachments()
Deprecated.Returns the search content attachments to be used for indexing this object. -
Uses of SearchContentAttachment in lumis.doui.source.field.type
Methods in lumis.doui.source.field.type that return types with arguments of type SearchContentAttachment Modifier and Type Method Description Collection<SearchContentAttachment>
FileDataType.Data. getSearchContentAttachments()
Deprecated.Collection<SearchContentAttachment>
FilesDataType.Data. getSearchContentAttachments()
Deprecated.Collection<SearchContentAttachment>
HtmlDataType.Data. getSearchContentAttachments()
-
Uses of SearchContentAttachment in lumis.search
Methods in lumis.search that return SearchContentAttachment Modifier and Type Method Description SearchContentAttachment
SearchContentAttachment. clone()
Deprecated.Clones thisSearchContentAttachment
instance.Methods in lumis.search that return types with arguments of type SearchContentAttachment Modifier and Type Method Description Collection<SearchContentAttachment>
SearchContent. getAttachments()
Deprecated.Returns the attachments in this search content.Methods in lumis.search with parameters of type SearchContentAttachment Modifier and Type Method Description void
SearchContent. addAttachment(SearchContentAttachment attachment)
Deprecated.Adds an attachment to this search content.void
SearchContent. removeAttachment(SearchContentAttachment attachment)
Deprecated.Removes an attachment from this search content. -
Uses of SearchContentAttachment in lumis.service.document.field
Methods in lumis.service.document.field that return types with arguments of type SearchContentAttachment Modifier and Type Method Description Collection<SearchContentAttachment>
DocumentDataType.Data. getSearchContentAttachments()
-
Uses of SearchContentAttachment in lumis.service.media.field
Methods in lumis.service.media.field that return types with arguments of type SearchContentAttachment Modifier and Type Method Description Collection<SearchContentAttachment>
MediaDataType.Data. getSearchContentAttachments()
-