Package de.dlr.proseo.archivemgr
Class ProductArchiveManagerConfiguration
java.lang.Object
de.dlr.proseo.archivemgr.ProductArchiveManagerConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo")
@EntityScan(basePackages="de.dlr.proseo.model")
public class ProductArchiveManagerConfiguration
extends Object
Configuration class for the prosEO Product Archive Manager component
- Author:
- Dr. Thomas Bassler
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe maximum number of results to be retrieved by REST requests -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
maxResults
The maximum number of results to be retrieved by REST requests
-
-
Constructor Details
-
ProductArchiveManagerConfiguration
public ProductArchiveManagerConfiguration()
-
-
Method Details
-
getMaxResults
- Returns:
- the maximum number of results to be retrieved by REST requests
-
setMaxResults
- Parameters:
maxResults- the maximum number of results to be retrieved by REST requests
-