Uses of Class
org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE
-
Packages that use VRE Package Description org.gcube.infrastructure.detachedres.detachedreslibrary.server org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re -
-
Uses of VRE in org.gcube.infrastructure.detachedres.detachedreslibrary.server
Methods in org.gcube.infrastructure.detachedres.detachedreslibrary.server that return VRE Modifier and Type Method Description VREDetachedREsClient. findDetachedVREforVREName(String vreName)Find detached VRE for VRE name. -
Uses of VRE in org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re
Methods in org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re that return types with arguments of type VRE Modifier and Type Method Description LinkedHashMap<String,VRE>VO. getVres()Methods in org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re with parameters of type VRE Modifier and Type Method Description intVRE. compareTo(VRE vre)Method parameters in org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re with type arguments of type VRE Modifier and Type Method Description voidVO. setVres(LinkedHashMap<String,VRE> vres)Constructor parameters in org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re with type arguments of type VRE Constructor Description VO(String scope, String name, String description, LinkedHashMap<String,VRE> vres)
-