Uses of Interface
org.jclouds.atmos.domain.AtmosObject

Packages that use AtmosObject
org.jclouds.atmos   
org.jclouds.atmos.blobstore.functions   
org.jclouds.atmos.domain   
org.jclouds.atmos.domain.internal   
org.jclouds.atmos.functions   
 

Uses of AtmosObject in org.jclouds.atmos
 

Methods in org.jclouds.atmos that return AtmosObject
 AtmosObject AtmosClient.headFile(String path)
           
 AtmosObject AtmosAsyncClient.newObject()
          Creates a default implementation of AtmosObject
 AtmosObject AtmosClient.newObject()
          Creates a default implementation of AtmosObject
 AtmosObject AtmosClient.readFile(String path, GetOptions... options)
           
 

Methods in org.jclouds.atmos that return types with arguments of type AtmosObject
 com.google.common.util.concurrent.ListenableFuture<AtmosObject> AtmosAsyncClient.headFile(String path)
           
 com.google.common.util.concurrent.ListenableFuture<AtmosObject> AtmosAsyncClient.readFile(String path, GetOptions... options)
           
 

Methods in org.jclouds.atmos with parameters of type AtmosObject
 com.google.common.util.concurrent.ListenableFuture<URI> AtmosAsyncClient.createFile(String parent, AtmosObject object, PutOptions... options)
           
 URI AtmosClient.createFile(String parent, AtmosObject object, PutOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Void> AtmosAsyncClient.updateFile(String parent, AtmosObject object, PutOptions... options)
           
 void AtmosClient.updateFile(String parent, AtmosObject object, PutOptions... options)
           
 

Uses of AtmosObject in org.jclouds.atmos.blobstore.functions
 

Methods in org.jclouds.atmos.blobstore.functions that return AtmosObject
 AtmosObject BlobToObject.apply(Blob from)
           
 AtmosObject BlobMetadataToObject.apply(BlobMetadata from)
           
 

Methods in org.jclouds.atmos.blobstore.functions with parameters of type AtmosObject
 MutableBlobMetadata ObjectToBlobMetadata.apply(AtmosObject from)
           
 Blob ObjectToBlob.apply(AtmosObject from)
           
 

Uses of AtmosObject in org.jclouds.atmos.domain
 

Methods in org.jclouds.atmos.domain that return AtmosObject
 AtmosObject AtmosObject.Factory.create(MutableContentMetadata contentMetadata)
           
 AtmosObject AtmosObject.Factory.create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 AtmosObject AtmosObject.Factory.create(SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 

Uses of AtmosObject in org.jclouds.atmos.domain.internal
 

Classes in org.jclouds.atmos.domain.internal that implement AtmosObject
 class AtmosObjectImpl
          Default Implementation of AtmosObject.
 

Methods in org.jclouds.atmos.domain.internal that return AtmosObject
 AtmosObject AtmosObjectImpl.AtmosObjectFactory.create(MutableContentMetadata contentMetadata)
           
 AtmosObject AtmosObjectImpl.AtmosObjectFactory.create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 AtmosObject AtmosObjectImpl.AtmosObjectFactory.create(SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 

Methods in org.jclouds.atmos.domain.internal with parameters of type AtmosObject
 int AtmosObjectImpl.compareTo(AtmosObject o)
          
 

Uses of AtmosObject in org.jclouds.atmos.functions
 

Methods in org.jclouds.atmos.functions that return AtmosObject
 AtmosObject ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from)
          First, calls ParseSystemAndUserMetadataFromHeaders.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.