Uses of Interface
lumis.doui.search.common.ISearchable
-
Packages that use ISearchable Package Description lumis.doui.source.field.type lumis.service.document.field lumis.service.image.field lumis.service.media.field -
-
Uses of ISearchable in lumis.doui.source.field.type
Classes in lumis.doui.source.field.type that implement ISearchable Modifier and Type Class Description static class
FileDataType.Data
Data object for a field with derived file.static class
FilesDataType.Data
Data object for a field with data type files.static class
HtmlDataType.Data
Data object for a html. -
Uses of ISearchable in lumis.service.document.field
Classes in lumis.service.document.field that implement ISearchable Modifier and Type Class Description static class
DocumentDataType.Data
Data object for a field with data type document. -
Uses of ISearchable in lumis.service.image.field
Classes in lumis.service.image.field that implement ISearchable Modifier and Type Class Description static class
ImageDataType.Data
Deprecated.Since 7.0.0ImageDataType
was replaced byMediaDataType
. -
Uses of ISearchable in lumis.service.media.field
Classes in lumis.service.media.field that implement ISearchable Modifier and Type Class Description static class
MediaDataType.Data
Data object for a field with data type media.
-