Uses of Class
org.gcube.resourcemanagement.support.server.gcube.queries.QueryLocation
-
Packages that use QueryLocation Package Description org.gcube.resourcemanagement.support.server.gcube.queries org.gcube.resourcemanagement.support.server.sweeper -
-
Uses of QueryLocation in org.gcube.resourcemanagement.support.server.gcube.queries
Methods in org.gcube.resourcemanagement.support.server.gcube.queries that return QueryLocation Modifier and Type Method Description static QueryLocationQueryLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryLocation[]QueryLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.resourcemanagement.support.server.gcube.queries with parameters of type QueryLocation Modifier and Type Method Description static StringQueryLoader. getQuery(QueryLocation query) -
Uses of QueryLocation in org.gcube.resourcemanagement.support.server.sweeper
Methods in org.gcube.resourcemanagement.support.server.sweeper with parameters of type QueryLocation Modifier and Type Method Description protected ArrayList<String>Sweeper. applyQuery(org.gcube.common.scope.impl.ScopeBean queryScope, QueryLocation queryPath, QueryLocation returnPath, QueryParameter... params)
-