Uses of Interface
org.jclouds.atmos.domain.MutableContentMetadata
- 
Packages that use MutableContentMetadata Package Description org.jclouds.atmos.blobstore.functions org.jclouds.atmos.domain org.jclouds.atmos.domain.internal  - 
- 
Uses of MutableContentMetadata in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return MutableContentMetadata Modifier and Type Method Description MutableContentMetadataBlobToContentMetadata. apply(BlobMetadata base) - 
Uses of MutableContentMetadata in org.jclouds.atmos.domain
Methods in org.jclouds.atmos.domain that return MutableContentMetadata Modifier and Type Method Description MutableContentMetadataAtmosObject. getContentMetadata()Methods in org.jclouds.atmos.domain with parameters of type MutableContentMetadata Modifier and Type Method Description AtmosObjectAtmosObject.Factory. create(MutableContentMetadata contentMetadata)AtmosObjectAtmosObject.Factory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata) - 
Uses of MutableContentMetadata in org.jclouds.atmos.domain.internal
Classes in org.jclouds.atmos.domain.internal that implement MutableContentMetadata Modifier and Type Class Description classDelegatingMutableContentMetadataMethods in org.jclouds.atmos.domain.internal that return MutableContentMetadata Modifier and Type Method Description MutableContentMetadataAtmosObjectImpl. getContentMetadata()Methods in org.jclouds.atmos.domain.internal with parameters of type MutableContentMetadata Modifier and Type Method Description AtmosObjectAtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata)AtmosObjectAtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)Constructors in org.jclouds.atmos.domain.internal with parameters of type MutableContentMetadata Constructor Description AtmosObjectImpl(MutableContentMetadata contentMetadata)AtmosObjectImpl(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata) 
 -