| Modifier and Type | Method and Description |
|---|---|
OperationScope |
OperationDescriptor.getScope() |
OperationScope |
ImmutableOperationDescriptor.getScope() |
static OperationScope |
OperationScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationScope[] |
OperationScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ImmutableOperationDescriptor(OperationId operationId,
String name,
String description,
OperationScope scope,
OperationType type,
List<org.gcube.data.analysis.tabulardata.operation.parameters.Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected OperationScope |
TableScopedWorkerFactory.getOperationScope() |
OperationScope |
ColumnScopedWorkerFactory.getOperationScope() |
protected OperationScope |
VoidScopedWorkerFactory.getOperationScope() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OperationScope |
BaseWorkerFactory.getOperationScope() |
Copyright © 2014. All Rights Reserved.