Package de.dlr.proseo.archivemgr
Klasse 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
- Autor:
- Dr. Thomas Bassler
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe maximum number of results to be retrieved by REST requests -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
maxResults
The maximum number of results to be retrieved by REST requests
-
-
Konstruktordetails
-
ProductArchiveManagerConfiguration
public ProductArchiveManagerConfiguration()
-
-
Methodendetails
-
getMaxResults
- Gibt zurück:
- the maximum number of results to be retrieved by REST requests
-
setMaxResults
- Parameter:
maxResults
- the maximum number of results to be retrieved by REST requests
-