|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.resourcemanagement.support.server.gcube.ISClientRequester
public class ISClientRequester
All the requests to the IS are implemented here.
Constructor Summary | |
---|---|
ISClientRequester()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ISClientRequester()
Method Detail |
---|
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
public static String XML2HTML(String xml, String xslt) throws Exception
xml
- xslt
-
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |