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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic SearchConfiggetSorts()A sorted searching result have to order by fields which are appropriate to list ofSortByvoidsetFeatures(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 
SearchFeatureto 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 
SearchConfigwith allSortByandSearchFeature 
 
 -