| Modifier and Type | Method and Description |
|---|---|
boolean |
CollectorsBackend.addResourceToContext(Context context,
org.gcube.common.resources.gcore.Resource resource) |
void |
CollectorsBackend.createContext(Context context,
String parentContextId,
List<String> resourceIds) |
boolean |
CollectorsBackend.removeContext(Context context) |
boolean |
CollectorsBackend.removeResourceFromContext(Context context,
org.gcube.common.resources.gcore.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract P |
CustomContextOperator.checkAndTrasformParameters(Context context,
OperatorParameters params) |
protected abstract T |
CustomContextOperator.execute(Context context,
P params) |
OperationResult |
MandatoryContextOperator.onCreate(Context context) |
OperationResult |
MandatoryContextOperator.onDispose(Context context) |
ReportEntry<T> |
CustomContextOperator.run(Context context,
P params) |
abstract T |
CustomContextOperator.undo(Context context,
OperatorParameters params) |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextRetriever.getContextById(String id) |
Context |
Context.getParent() |
| Constructor and Description |
|---|
Context(Context parent,
String id,
String name,
Context.Type type) |
Copyright © 2020. All Rights Reserved.