Interface MandatoryContextOperator
-
- All Superinterfaces:
ContextOperator
public interface MandatoryContextOperator extends ContextOperator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationResultonCreate(Context context)OperationResultonDispose(Context context)-
Methods inherited from interface org.gcube.vremanagement.contextmanager.model.operators.context.ContextOperator
getAllowedContextType, getDescription, getOperationId
-
-
-
-
Method Detail
-
onCreate
OperationResult onCreate(Context context)
-
onDispose
OperationResult onDispose(Context context)
-
-