Uses of Class
org.gcube.vremanagement.contextmanager.model.types.Context
-
-
Uses of Context in org.gcube.vremanagement.contextmanager.model.collectors
Methods in org.gcube.vremanagement.contextmanager.model.collectors with parameters of type Context Modifier and Type Method Description booleanCollectorsBackend. addResourceToContext(Context context, org.gcube.common.resources.gcore.Resource resource)voidCollectorsBackend. createContext(Context context, String parentContextId, List<String> resourceIds)booleanCollectorsBackend. removeContext(Context context)booleanCollectorsBackend. removeResourceFromContext(Context context, org.gcube.common.resources.gcore.Resource resource) -
Uses of Context in org.gcube.vremanagement.contextmanager.model.operators.context
Methods in org.gcube.vremanagement.contextmanager.model.operators.context with parameters of type Context Modifier and Type Method Description protected abstract PCustomContextOperator. checkAndTrasformParameters(Context context, OperatorParameters params)protected abstract TCustomContextOperator. execute(Context context, P params)OperationResultMandatoryContextOperator. onCreate(Context context)OperationResultMandatoryContextOperator. onDispose(Context context)ReportEntry<T>CustomContextOperator. run(Context context, P params)abstract TCustomContextOperator. undo(Context context, OperatorParameters params) -
Uses of Context in org.gcube.vremanagement.contextmanager.model.types
Methods in org.gcube.vremanagement.contextmanager.model.types that return Context Modifier and Type Method Description ContextContextRetriever. getContextById(String id)ContextContext. getParent()Constructors in org.gcube.vremanagement.contextmanager.model.types with parameters of type Context Constructor Description Context(Context parent, String id, String name, Context.Type type)
-