org.gcube.data.analysis.tabulardata.operation.table
Class ChangeTableTypeFactory

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

@Singleton
public class ChangeTableTypeFactory
extends org.gcube.data.analysis.tabulardata.operation.factories.types.TableTransformationWorkerFactory


Constructor Summary
ChangeTableTypeFactory()
           
 
Method Summary
 org.gcube.data.analysis.tabulardata.operation.worker.Worker createWorker(org.gcube.data.analysis.tabulardata.operation.worker.OperationInvocation invocation)
           
 List<String> getAdmittedValues(org.gcube.data.analysis.tabulardata.model.table.TableType tableType)
           
 org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation getEligibleOperation(org.gcube.data.analysis.tabulardata.model.table.Table table)
           
 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()
           
 org.gcube.data.analysis.tabulardata.model.table.TableType getTableType(String targetTableTypeName)
           
 
Methods inherited from class org.gcube.data.analysis.tabulardata.operation.factories.types.TableTransformationWorkerFactory
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

ChangeTableTypeFactory

public ChangeTableTypeFactory()
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

getEligibleOperation

public org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation getEligibleOperation(org.gcube.data.analysis.tabulardata.model.table.Table table)

getAdmittedValues

public List<String> getAdmittedValues(org.gcube.data.analysis.tabulardata.model.table.TableType tableType)

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

getTableType

public org.gcube.data.analysis.tabulardata.model.table.TableType getTableType(String targetTableTypeName)

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.