org.gcube.data.analysis.tabulardata.api.workflow
Interface Action<O>
- All Known Subinterfaces:
- RemoteExporter, RemoteImporter
public interface Action<O>
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.