Class SearchConfig
java.lang.Object
com.orchestranetworks.addon.dama.externalmanagement.search.SearchConfig
Defines the options to search for a digital asset
- Since:
- 2.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SearchConfig
getSorts()
A sorted searching result have to order by fields which are appropriate to list ofSortBy
void
setFeatures
(List<SearchFeature> features) KEYWORD is mandatory search feature and no need to configuredvoid
-
Constructor Details
-
SearchConfig
public SearchConfig()
-
-
Method Details
-
getSorts
A sorted searching result have to order by fields which are appropriate to list ofSortBy
- Returns:
- a list of available
SortBy
-
getFeatures
- Returns:
- list of available
SearchFeature
to filter
-
setFeatures
KEYWORD is mandatory search feature and no need to configured- Parameters:
features
- - searching futures. In case of no feature, there should be an empty list instead of null
-
setSorts
- Parameters:
sorts
- In case of no sorts, there should be an empty list instead of null
-
getDefault
- Returns:
- Default
SearchConfig
with allSortBy
andSearchFeature
-