|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchContentAttachment | |
---|---|
lumis.doui.search | |
lumis.doui.search.common | |
lumis.doui.source.field.type | |
lumis.search | Provides classes for implementing search services integrated to Lumis Portal. |
lumis.service.document.field | |
lumis.service.image.field |
Uses of SearchContentAttachment in lumis.doui.search |
---|
Method parameters in lumis.doui.search with type arguments of type SearchContentAttachment | |
---|---|
protected void |
DouiTabularSourceSearchContentFiller.addAttachmentGroup(Collection<SearchContentAttachment> attachments)
Add attachments in searchContents . |
Uses of SearchContentAttachment in lumis.doui.search.common |
---|
Methods in lumis.doui.search.common that return types with arguments of type SearchContentAttachment | |
---|---|
Collection<SearchContentAttachment> |
ISearchable.getSearchContentAttachments()
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 | |
---|---|
Collection<SearchContentAttachment> |
HtmlDataType.Data.getSearchContentAttachments()
|
Collection<SearchContentAttachment> |
FilesDataType.Data.getSearchContentAttachments()
|
Collection<SearchContentAttachment> |
FileDataType.Data.getSearchContentAttachments()
|
Uses of SearchContentAttachment in lumis.search |
---|
Methods in lumis.search that return SearchContentAttachment | |
---|---|
SearchContentAttachment |
SearchContentAttachment.clone()
Clones this SearchContentAttachment instance. |
Methods in lumis.search that return types with arguments of type SearchContentAttachment | |
---|---|
Collection<SearchContentAttachment> |
SearchContent.getAttachments()
Returns the attachments in this search content. |
Methods in lumis.search with parameters of type SearchContentAttachment | |
---|---|
void |
SearchContent.addAttachment(SearchContentAttachment attachment)
Adds an attachment to this search content. |
void |
SearchContent.removeAttachment(SearchContentAttachment attachment)
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 | |
---|---|
Collection<SearchContentAttachment> |
DocumentDataType.Data.getSearchContentAttachments()
|
Uses of SearchContentAttachment in lumis.service.image.field |
---|
Methods in lumis.service.image.field that return types with arguments of type SearchContentAttachment | |
---|---|
Collection<SearchContentAttachment> |
ImageDataType.Data.getSearchContentAttachments()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |