Class MaintainLauncher

java.lang.Object
com.almis.awe.config.ServiceConfig
com.almis.awe.service.data.connector.maintain.MaintainLauncher
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class MaintainLauncher extends ServiceConfig
MaintainLauncher Class Factory class of interface IMaintain
Author:
Jorge BELLON 24-02-2017
  • Constructor Details

    • MaintainLauncher

      public MaintainLauncher()
  • Method Details

    • launchMaintain

      @CacheEvict(cacheNames="queryData", allEntries=true) public ServiceData launchMaintain(MaintainQuery maintain, DatabaseConnection connection, com.fasterxml.jackson.databind.node.ObjectNode parameters) throws AWException
      Launches maintain with a connection
      Parameters:
      maintain - Maintain query
      connection - Connection
      Returns:
      serviceData Maintain output
      Throws:
      AWException - Error launching maintain