|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GCubePackage | |
|---|---|
| org.gcube.vremanagement.softwaregateway.impl.is | |
| org.gcube.vremanagement.softwaregateway.impl.packages | |
| Uses of GCubePackage in org.gcube.vremanagement.softwaregateway.impl.is |
|---|
| Methods in org.gcube.vremanagement.softwaregateway.impl.is that return types with arguments of type GCubePackage | |
|---|---|
List<GCubePackage> |
ISProxy.getGCubePackagesCoordinates(Coordinates coordinates)
Return a list of gcube packages that are related to coordinates in input |
List<GCubePackage> |
ISCache.getGCubePackagesCoordinates(Coordinates coordinates)
check if the gcubeC parameter is present in the cache |
List<GCubePackage> |
ISProxy.getPluginCoordinates(Coordinates coordinates)
Retrieve A list of coordinates that are plugin of the coordinates in input |
List<GCubePackage> |
ISCache.getPluginCoordinates(Coordinates gcubeC)
check if the gcubeC parameter is present in the cache |
abstract List<GCubePackage> |
ISManager.getPluginCoordinates(Coordinates gcubeC)
If not found a Element in cache, query the IS in order to harvest the profile matching such gCube coordinates |
protected List<GCubePackage> |
ISManager.queryGCubePackagesCoordinates(String serviceName,
String serviceClass,
String serviceVersion,
String packageName,
String packageVersion)
build a query to the IS for retrieving a List of gCube Coordinates |
protected List<GCubePackage> |
ISManager.queryPluginCoordinates(String serviceName,
String serviceClass,
String serviceVersion,
String packageName,
String packageVersion)
build a query to the IS for retrieving a List of gCube Coordinates |
List<GCubePackage> |
ISManager.updatePackageResource(String serviceName,
String serviceClass,
String serviceVersion,
String packageName,
String packageVersion)
Remove package that matches with input coordinates from a profile. |
| Uses of GCubePackage in org.gcube.vremanagement.softwaregateway.impl.packages |
|---|
| Methods in org.gcube.vremanagement.softwaregateway.impl.packages that return types with arguments of type GCubePackage | |
|---|---|
List<GCubePackage> |
GCubePackage.getPackages()
This method retrieves all packages that matches with the coordinates |
List<GCubePackage> |
MavenPackage.getPackages()
|
abstract List<GCubePackage> |
Package.getPackages()
|
List<GCubePackage> |
GCubePackage.getPlugins()
this method retrieves all plugin coordinates matches with the coordinates |
List<GCubePackage> |
MavenPackage.getPlugins()
|
abstract List<GCubePackage> |
Package.getPlugins()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||