Uses of Class
org.dasein.cloud.services.storage.CloudStoreObject

Packages that use CloudStoreObject
org.dasein.cloud.services.image The Image Services handle operations on virtual machine images/templates. 
org.dasein.cloud.services.storage   
 

Uses of CloudStoreObject in org.dasein.cloud.services.image
 

Methods in org.dasein.cloud.services.image that return CloudStoreObject
 CloudStoreObject ImageServices.getManifest(String imageId)
           
 

Uses of CloudStoreObject in org.dasein.cloud.services.storage
 

Methods in org.dasein.cloud.services.storage that return types with arguments of type CloudStoreObject
 Iterable<CloudStoreObject> StorageCache.list()
           
 Iterable<CloudStoreObject> StorageCache.list(CloudStoreObject directory)
           
 Iterable<CloudStoreObject> StorageServices.listFiles(String parentDirectory)
           
 

Methods in org.dasein.cloud.services.storage with parameters of type CloudStoreObject
 int CloudStoreObject.compareTo(CloudStoreObject other)
           
 FileTransfer StorageServices.download(CloudStoreObject sourceFile, File toFile)
           
 Iterable<CloudStoreObject> StorageCache.list(CloudStoreObject directory)