Uses of Class
org.jclouds.openstack.swift.v1.domain.SwiftObject

Packages that use SwiftObject
org.jclouds.openstack.swift.v1.blobstore   
org.jclouds.openstack.swift.v1.blobstore.functions   
org.jclouds.openstack.swift.v1.domain   
org.jclouds.openstack.swift.v1.features   
org.jclouds.openstack.swift.v1.functions   
 

Uses of SwiftObject in org.jclouds.openstack.swift.v1.blobstore
 

Methods in org.jclouds.openstack.swift.v1.blobstore that return types with arguments of type SwiftObject
protected  com.google.common.base.Function<SwiftObject,org.jclouds.blobstore.domain.MutableBlobMetadata> RegionScopedSwiftBlobStore.toBlobMetadata(String container)
           
 

Uses of SwiftObject in org.jclouds.openstack.swift.v1.blobstore.functions
 

Methods in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type SwiftObject
 org.jclouds.blobstore.domain.MutableBlobMetadata ToBlobMetadata.apply(SwiftObject from)
           
 

Uses of SwiftObject in org.jclouds.openstack.swift.v1.domain
 

Methods in org.jclouds.openstack.swift.v1.domain that return SwiftObject
 SwiftObject SwiftObject.Builder.build()
           
 

Methods in org.jclouds.openstack.swift.v1.domain that return types with arguments of type SwiftObject
protected  List<SwiftObject> ObjectList.delegate()
           
 

Methods in org.jclouds.openstack.swift.v1.domain with parameters of type SwiftObject
 int SwiftObject.compareTo(SwiftObject that)
           
 SwiftObject.Builder SwiftObject.Builder.fromObject(SwiftObject from)
           
 

Method parameters in org.jclouds.openstack.swift.v1.domain with type arguments of type SwiftObject
static ObjectList ObjectList.create(List<SwiftObject> objects, Container container)
           
 

Constructor parameters in org.jclouds.openstack.swift.v1.domain with type arguments of type SwiftObject
ObjectList(List<SwiftObject> objects, Container container)
           
 

Uses of SwiftObject in org.jclouds.openstack.swift.v1.features
 

Methods in org.jclouds.openstack.swift.v1.features that return SwiftObject
 SwiftObject ObjectApi.get(String objectName)
          Gets the SwiftObject including its body.
 SwiftObject ObjectApi.get(String objectName, org.jclouds.http.options.GetOptions options)
          Gets the SwiftObject including its body.
 SwiftObject ObjectApi.getWithoutBody(String objectName)
          Gets the SwiftObject metadata without its body.
 

Uses of SwiftObject in org.jclouds.openstack.swift.v1.functions
 

Methods in org.jclouds.openstack.swift.v1.functions that return SwiftObject
 SwiftObject ParseObjectFromResponse.apply(org.jclouds.http.HttpResponse from)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.