Uses of Class
org.jclouds.atmos.domain.SystemMetadata

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

Uses of SystemMetadata in org.jclouds.atmos
 

Methods in org.jclouds.atmos that return SystemMetadata
 SystemMetadata AtmosClient.getSystemMetadata(String path)
           
 

Methods in org.jclouds.atmos that return types with arguments of type SystemMetadata
 com.google.common.util.concurrent.ListenableFuture<SystemMetadata> AtmosAsyncClient.getSystemMetadata(String path)
           
 

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

Methods in org.jclouds.atmos.blobstore.functions that return SystemMetadata
 SystemMetadata BlobToSystemMetadata.apply(BlobMetadata base)
           
 

Uses of SystemMetadata in org.jclouds.atmos.domain
 

Methods in org.jclouds.atmos.domain that return SystemMetadata
 SystemMetadata AtmosObject.getSystemMetadata()
           
 

Methods in org.jclouds.atmos.domain with parameters of type SystemMetadata
 AtmosObject AtmosObject.Factory.create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 AtmosObject AtmosObject.Factory.create(SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 

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

Methods in org.jclouds.atmos.domain.internal that return SystemMetadata
 SystemMetadata AtmosObjectImpl.getSystemMetadata()
           
 

Methods in org.jclouds.atmos.domain.internal with parameters of type SystemMetadata
 AtmosObject AtmosObjectImpl.AtmosObjectFactory.create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 AtmosObject AtmosObjectImpl.AtmosObjectFactory.create(SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 

Constructors in org.jclouds.atmos.domain.internal with parameters of type SystemMetadata
AtmosObjectImpl(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)
           
 

Uses of SystemMetadata in org.jclouds.atmos.functions
 

Methods in org.jclouds.atmos.functions that return SystemMetadata
 SystemMetadata ParseSystemMetadataFromHeaders.apply(HttpResponse from)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.