Uses of Interface
org.gcube.data.analysis.tabulardata.operation.invocation.OperationInvocation

Packages that use OperationInvocation
org.gcube.data.analysis.tabulardata.operation.factories.types   
org.gcube.data.analysis.tabulardata.operation.invocation   
org.gcube.data.analysis.tabulardata.operation.worker   
org.gcube.data.analysis.tabulardata.operation.worker.exceptions   
 

Uses of OperationInvocation in org.gcube.data.analysis.tabulardata.operation.factories.types
 

Methods in org.gcube.data.analysis.tabulardata.operation.factories.types with parameters of type OperationInvocation
protected  void BaseWorkerFactory.performBaseChecks(OperationInvocation invocation)
          Check for column id or table id presence according to the table scope and check presence and types of each required LeafParameter
 

Uses of OperationInvocation in org.gcube.data.analysis.tabulardata.operation.invocation
 

Classes in org.gcube.data.analysis.tabulardata.operation.invocation that implement OperationInvocation
 class ImmutableOperationInvocation
           
 

Methods in org.gcube.data.analysis.tabulardata.operation.invocation that return OperationInvocation
 OperationInvocation VoidScopedInvocationCreator.create()
           
 OperationInvocation TableScopedInvocationCreator.create()
           
abstract  OperationInvocation InvocationCreator.create()
           
 OperationInvocation ColumnScopedInvocationCreator.create()
           
 

Uses of OperationInvocation in org.gcube.data.analysis.tabulardata.operation.worker
 

Methods in org.gcube.data.analysis.tabulardata.operation.worker that return OperationInvocation
 OperationInvocation Worker.getSourceInvocation()
           
 

Methods in org.gcube.data.analysis.tabulardata.operation.worker with parameters of type OperationInvocation
 Worker WorkerFactory.createWorker(OperationInvocation invocation)
           
 

Constructors in org.gcube.data.analysis.tabulardata.operation.worker with parameters of type OperationInvocation
Worker(OperationInvocation sourceInvocation)
           
 

Uses of OperationInvocation in org.gcube.data.analysis.tabulardata.operation.worker.exceptions
 

Methods in org.gcube.data.analysis.tabulardata.operation.worker.exceptions that return OperationInvocation
 OperationInvocation InvalidInvocationException.getInvocation()
           
 

Constructors in org.gcube.data.analysis.tabulardata.operation.worker.exceptions with parameters of type OperationInvocation
InvalidInvocationException(OperationInvocation invocation, Exception e)
           
InvalidInvocationException(OperationInvocation invocation, String reason)
           
InvalidInvocationException(OperationInvocation invocation, String reason, Exception e)
           
InvalidParameterException(OperationInvocation invocation, String parameterId)
           
 



Copyright © 2013. All Rights Reserved.