Class ServiceMaintainConnector
java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.data.connector.maintain.ServiceMaintainConnector
- All Implemented Interfaces:
MaintainConnector
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
Maintain connector for services
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends MaintainQuery>
ServiceDatalaunch
(T query, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) Launches a maintainMethods inherited from class com.almis.awe.config.ServiceConfig
containsBean, getApplicationContext, getBean, getBean, getElements, getLocale, getLocale, getProperty, getProperty, getRequest, getSession, setApplicationContext
-
Constructor Details
-
ServiceMaintainConnector
public ServiceMaintainConnector()
-
-
Method Details
-
launch
public <T extends MaintainQuery> ServiceData launch(T query, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) throws AWException Description copied from interface:MaintainConnector
Launches a maintain- Specified by:
launch
in interfaceMaintainConnector
- Parameters:
query
- Query to launchconnection
- Connection- Returns:
- Service data with execution info
- Throws:
AWException
- Error launching maintain
-