Uses of Class
org.gcube.vremanagement.contextmanager.model.types.Context.Type
-
-
Uses of Context.Type in org.gcube.vremanagement.contextmanager.model.operators.context
Methods in org.gcube.vremanagement.contextmanager.model.operators.context that return types with arguments of type Context.Type Modifier and Type Method Description Set<Context.Type>ContextOperator. getAllowedContextType() -
Uses of Context.Type in org.gcube.vremanagement.contextmanager.model.report
Methods in org.gcube.vremanagement.contextmanager.model.report that return Context.Type Modifier and Type Method Description Context.TypeReport. getContextType()Constructors in org.gcube.vremanagement.contextmanager.model.report with parameters of type Context.Type Constructor Description Report(String contextId, String contextName, Context.Type contextType, String operationName, String user) -
Uses of Context.Type in org.gcube.vremanagement.contextmanager.model.types
Methods in org.gcube.vremanagement.contextmanager.model.types that return Context.Type Modifier and Type Method Description Context.TypeContext.Type. getPossibleParent()Context.TypeContext. getType()static Context.TypeContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Context.Type[]Context.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.vremanagement.contextmanager.model.types with parameters of type Context.Type Constructor Description Context(Context parent, String id, String name, Context.Type type)
-