org.gcube.data.analysis.tabulardata.api.workflow
Interface Action<O>

All Known Subinterfaces:
RemoteExporter, RemoteImporter

public interface Action<O>


Method Summary
 String description()
           
 O execute(org.gcube.data.analysis.tabulardata.operation.parameters.ReadOnlyGroup group, long... id)
           
 org.gcube.data.analysis.tabulardata.operation.parameters.ReadOnlyGroup getDescriptiveInput(long... id)
           
 OperationMonitor getMonitor()
           
 String name()
           
 

Method Detail

name

String name()

description

String description()

getDescriptiveInput

org.gcube.data.analysis.tabulardata.operation.parameters.ReadOnlyGroup getDescriptiveInput(long... id)

execute

O execute(org.gcube.data.analysis.tabulardata.operation.parameters.ReadOnlyGroup group,
          long... id)

getMonitor

OperationMonitor getMonitor()


Copyright © 2013. All Rights Reserved.