Uses of Class
org.gcube.vremanagement.resourcebroker.utils.serialization.types.PackageGroup

Packages that use PackageGroup
org.gcube.vremanagement.resourcebroker.utils.serialization.types   
org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback   
 

Uses of PackageGroup in org.gcube.vremanagement.resourcebroker.utils.serialization.types
 

Methods in org.gcube.vremanagement.resourcebroker.utils.serialization.types that return PackageGroup
 PackageGroup PackageGroup.clone()
           
 PackageGroup PlanResponse.createPackageGroup(java.lang.String serviceName)
          Instantiate a new PackageGroup inside the PlanResponse.
 PackageGroup PlanRequest.createPackageGroup(java.lang.String serviceName)
           
 PackageGroup ResponseStatus.getPosition()
           
 

Methods in org.gcube.vremanagement.resourcebroker.utils.serialization.types that return types with arguments of type PackageGroup
 java.util.List<PackageGroup> PlanResponse.getPackageGroups()
           
 java.util.List<PackageGroup> PlanRequest.getPackageGroups()
           
 

Methods in org.gcube.vremanagement.resourcebroker.utils.serialization.types with parameters of type PackageGroup
 void ResponseStatus.setPosition(PackageGroup position)
           
 

Constructors in org.gcube.vremanagement.resourcebroker.utils.serialization.types with parameters of type PackageGroup
ResponseStatus(java.lang.String status, java.lang.String message, PackageGroup position)
           
 

Uses of PackageGroup in org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback
 

Methods in org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback that return PackageGroup
 PackageGroup DeployNode.getPackageGroup()
           
 

Methods in org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback with parameters of type PackageGroup
 void DeployNode.setPackageGroup(PackageGroup pg)
           
 

Constructors in org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback with parameters of type PackageGroup
DeployNode(PackageGroup pg)