Package de.dlr.proseo.ordergen
Class OrderGenConfiguration
java.lang.Object
de.dlr.proseo.ordergen.OrderGenConfiguration
@Configuration
@ConfigurationProperties(prefix="proseo")
@EntityScan(basePackages="de.dlr.proseo.model")
public class OrderGenConfiguration
extends Object
Configuration class for the prosEO OrderGenerator component
- Author:
- Ernst Melchinger
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe maximum number of results to be retrieved by REST requests -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the timeout for HTTP connectionsGets the order manager URLGets the production planner URLgetUser()
-
Field Details
-
maxResults
The maximum number of results to be retrieved by REST requests
-
-
Constructor Details
-
OrderGenConfiguration
public OrderGenConfiguration()
-
-
Method Details
-
getProductionPlannerUrl
Gets the production planner URL- Returns:
- the productionPlannerUrl
-
getOrderManagerUrl
Gets the order manager URL- Returns:
- the orderManagerUrl
-
getHttpTimeout
Gets the timeout for HTTP connections- Returns:
- the httpTimeout
-
getMaxResults
- Returns:
- the maximum number of results to be retrieved by REST requests
-
getUser
- Returns:
- the user
-
getPassword
- Returns:
- the password
-
getFacility
- Returns:
- the facility
-