Uses of Class
org.jclouds.atmos.domain.SystemMetadata
- 
Packages that use SystemMetadata Package Description 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 Modifier and Type Method Description SystemMetadataAtmosClient. getSystemMetadata(String path) - 
Uses of SystemMetadata in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return SystemMetadata Modifier and Type Method Description SystemMetadataBlobToSystemMetadata. apply(BlobMetadata base) - 
Uses of SystemMetadata in org.jclouds.atmos.domain
Methods in org.jclouds.atmos.domain that return SystemMetadata Modifier and Type Method Description SystemMetadataAtmosObject. getSystemMetadata()Methods in org.jclouds.atmos.domain with parameters of type SystemMetadata Modifier and Type Method Description AtmosObjectAtmosObject.Factory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)AtmosObjectAtmosObject.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 Modifier and Type Method Description SystemMetadataAtmosObjectImpl. getSystemMetadata()Methods in org.jclouds.atmos.domain.internal with parameters of type SystemMetadata Modifier and Type Method Description AtmosObjectAtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)AtmosObjectAtmosObjectImpl.AtmosObjectFactory. create(SystemMetadata systemMetadata, UserMetadata userMetadata)Constructors in org.jclouds.atmos.domain.internal with parameters of type SystemMetadata Constructor Description AtmosObjectImpl(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata) - 
Uses of SystemMetadata in org.jclouds.atmos.functions
Methods in org.jclouds.atmos.functions that return SystemMetadata Modifier and Type Method Description SystemMetadataParseSystemMetadataFromHeaders. apply(HttpResponse from) 
 -