Package sonia.scm.search
Interface SearchableType
@Beta
public interface SearchableType
A type which can be searched with the
SearchEngine
.- Since:
- 2.21.0
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends SearchableField>
Returns collection of searchable fields.getName()
Return name of the type.Class<?>
getType()
Return type in form of class.default boolean
default boolean
-
Method Details
-
getName
String getName()Return name of the type. -
getType
Class<?> getType()Return type in form of class. -
getFields
Collection<? extends SearchableField> getFields()Returns collection of searchable fields.- Since:
- 2.23.0
-
limitableToRepository
default boolean limitableToRepository() -
limitableToNamespace
default boolean limitableToNamespace()
-