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 SystemMetadata
AtmosClient. 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 SystemMetadata
BlobToSystemMetadata. 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 SystemMetadata
AtmosObject. getSystemMetadata()
Methods in org.jclouds.atmos.domain with parameters of type SystemMetadata Modifier and Type Method Description 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 Modifier and Type Method Description SystemMetadata
AtmosObjectImpl. getSystemMetadata()
Methods in org.jclouds.atmos.domain.internal with parameters of type SystemMetadata Modifier and Type Method Description 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 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 SystemMetadata
ParseSystemMetadataFromHeaders. apply(HttpResponse from)
-