org.gcube.data.analysis.tabulardata.operation.sdmx
Class SDMXCodelistExporterFactory

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.operation.factories.types.BaseWorkerFactory
      extended by org.gcube.data.analysis.tabulardata.operation.factories.types.ExportWorkerFactory
          extended by org.gcube.data.analysis.tabulardata.operation.sdmx.SDMXCodelistExporterFactory
All Implemented Interfaces:
org.gcube.data.analysis.tabulardata.operation.factories.scopes.TableScopedWorkerFactory, org.gcube.data.analysis.tabulardata.operation.worker.WorkerFactory

@Singleton
public class SDMXCodelistExporterFactory
extends org.gcube.data.analysis.tabulardata.operation.factories.types.ExportWorkerFactory


Constructor Summary
SDMXCodelistExporterFactory(org.gcube.data.analysis.tabulardata.cube.CubeManager cubeManager, org.gcube.data.analysis.tabulardata.cube.data.connection.DatabaseConnectionProvider connectionProvider)
           
 
Method Summary
 org.gcube.data.analysis.tabulardata.operation.worker.Worker createWorker(org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation invocation)
           
 org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation getEligibleOperation(org.gcube.data.analysis.tabulardata.model.table.TableId tableId)
           
protected  String getOperationDescription()
           
protected  org.gcube.data.analysis.tabulardata.operation.worker.OperationDescriptor.OperationId getOperationId()
           
protected  String getOperationName()
           
 
Methods inherited from class org.gcube.data.analysis.tabulardata.operation.factories.types.ExportWorkerFactory
getOperationScope, getOperationType
 
Methods inherited from class org.gcube.data.analysis.tabulardata.operation.factories.types.BaseWorkerFactory
checkColumnIdPresence, checkParameterValue, checkTableIdPresence, getOperationDescriptor, getParameterValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gcube.data.analysis.tabulardata.operation.worker.WorkerFactory
getOperationDescriptor
 

Constructor Detail

SDMXCodelistExporterFactory

@Inject
public SDMXCodelistExporterFactory(org.gcube.data.analysis.tabulardata.cube.CubeManager cubeManager,
                                          org.gcube.data.analysis.tabulardata.cube.data.connection.DatabaseConnectionProvider connectionProvider)
Method Detail

getEligibleOperation

public org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation getEligibleOperation(org.gcube.data.analysis.tabulardata.model.table.TableId tableId)
                                                                                            throws org.gcube.data.analysis.tabulardata.operation.worker.exceptions.OperationNotEligibleException
Throws:
org.gcube.data.analysis.tabulardata.operation.worker.exceptions.OperationNotEligibleException

createWorker

public org.gcube.data.analysis.tabulardata.operation.worker.Worker createWorker(org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation invocation)
                                                                         throws org.gcube.data.analysis.tabulardata.operation.worker.exceptions.InvalidInvocationException
Throws:
org.gcube.data.analysis.tabulardata.operation.worker.exceptions.InvalidInvocationException

getOperationName

protected String getOperationName()
Specified by:
getOperationName in class org.gcube.data.analysis.tabulardata.operation.factories.types.BaseWorkerFactory

getOperationDescription

protected String getOperationDescription()
Specified by:
getOperationDescription in class org.gcube.data.analysis.tabulardata.operation.factories.types.BaseWorkerFactory

getOperationId

protected org.gcube.data.analysis.tabulardata.operation.worker.OperationDescriptor.OperationId getOperationId()
Overrides:
getOperationId in class org.gcube.data.analysis.tabulardata.operation.factories.types.BaseWorkerFactory


Copyright © 2013. All Rights Reserved.