> @@ -42,4 +42,11 @@ > */ > Set<ProductPackage> getActivePackages(); > > + > + /** > + * > + * @return Gets all the active packages in a reduced version: only id and > name (payload reduced via Object mask). > + */ > + Set<ProductPackage> getActivePackagesReduced();
Also, perhaps "getReducedActivePackages" or some other name that indicates that "ActivePackages" are the still the main object being returned here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/77/files#r6902201
