T - the type of resource.public abstract class AbstractBulkResources<T extends ModelInfo> extends AbstractResources<T>
getByIds(java.util.Collection) method to
 query through the bulk API for improved performance.| Constructor and Description | 
|---|
AbstractBulkResources(ViPRCatalogClient parent,
                     RestClient client,
                     java.lang.Class<T> resourceClass,
                     java.lang.String baseUrl)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<T> | 
getByIds(java.util.Collection<java.lang.String> ids)
Gets a number of resources by their identifier. 
 | 
get, getByRefspublic AbstractBulkResources(ViPRCatalogClient parent, RestClient client, java.lang.Class<T> resourceClass, java.lang.String baseUrl)
public java.util.List<T> getByIds(java.util.Collection<java.lang.String> ids)
AbstractResourcesgetByIds in class AbstractResources<T extends ModelInfo>ids - identifiers.