public class ISClientRequester extends Object
Constructor and Description |
---|
ISClientRequester() |
Modifier and Type | Method and Description |
---|---|
static void |
emptyCache() |
static Map<String,GenericResourcePlugin> |
getGenericResourcePlugins(org.gcube.common.scope.impl.ScopeBean scope) |
static HashMap<String,ArrayList<TMPluginFormField>> |
getGenericResourceTreeManagerPlugins(org.gcube.common.scope.impl.ScopeBean scope)
get the plugins for tree manager
|
static List<String> |
getRelatedResources(CacheManager status,
String type,
String id,
org.gcube.common.scope.impl.ScopeBean queryScope) |
static CompleteResourceProfile |
getResourceByID(String xmlFilePath,
org.gcube.common.scope.impl.ScopeBean queryScope,
String resType,
String resID) |
static List<ResourceDescriptor> |
getResourceModels(org.gcube.common.scope.impl.ScopeBean queryScope,
String type,
String subType,
List<Tuple<String>> additionalMaps) |
static List<String> |
getResourcesByType(CacheManager status,
org.gcube.common.scope.impl.ScopeBean queryScope,
String type,
String subType) |
static HashMap<String,ArrayList<String>> |
getResourcesTree(CacheManager status,
org.gcube.common.scope.impl.ScopeBean queryScope)
For all the resource in the scope retrieves their
(type, subtype) values.
|
static List<String> |
getWSResources(org.gcube.common.scope.impl.ScopeBean queryScope) |
static String |
XML2HTML(String xml,
String xslt)
transform an xml in a readable xml by using HTML
|
public static void emptyCache()
public static final HashMap<String,ArrayList<String>> getResourcesTree(CacheManager status, org.gcube.common.scope.impl.ScopeBean queryScope) throws Exception
Exception
public static final List<String> getRelatedResources(CacheManager status, String type, String id, org.gcube.common.scope.impl.ScopeBean queryScope) throws Exception
Exception
public static final List<String> getResourcesByType(CacheManager status, org.gcube.common.scope.impl.ScopeBean queryScope, String type, String subType) throws Exception
status
- queryScope
- type
- subType
- Exception
public static final List<ResourceDescriptor> getResourceModels(org.gcube.common.scope.impl.ScopeBean queryScope, String type, String subType, List<Tuple<String>> additionalMaps) throws Exception
queryScope
- type
- subType
- additionalMaps
- Exception
public static final List<String> getWSResources(org.gcube.common.scope.impl.ScopeBean queryScope) throws Exception
queryScope
- Exception
public static final CompleteResourceProfile getResourceByID(String xmlFilePath, org.gcube.common.scope.impl.ScopeBean queryScope, String resType, String resID) throws Exception
xmlFilePath
- queryScope
- resType
- resID
- Exception
public static Map<String,GenericResourcePlugin> getGenericResourcePlugins(org.gcube.common.scope.impl.ScopeBean scope) throws Exception
Exception
public static HashMap<String,ArrayList<TMPluginFormField>> getGenericResourceTreeManagerPlugins(org.gcube.common.scope.impl.ScopeBean scope) throws Exception
scope
- Exception
Copyright © 2016. All Rights Reserved.