Interface OaaRestService
- All Known Subinterfaces:
CosSourcingService,SourcingService
- All Known Implementing Classes:
DefaultCosSourcingService,DummySourcingService
public interface OaaRestService
Service for Oaa rest functionalities
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetBackendDown(boolean backendDown) Set the Attribute for BackendDown in the SessionvoidsetRestServiceConfiguration(RestServiceConfiguration restServiceConfiguration) Set the REST service configuration
-
Method Details
-
setRestServiceConfiguration
Set the REST service configuration- Parameters:
restServiceConfiguration- the restServiceConfiguration to set
-
setBackendDown
void setBackendDown(boolean backendDown) Set the Attribute for BackendDown in the Session- Parameters:
backendDown- the value to set in the session
-