public class ContentSystemClient extends Object implements ContentSystem
| Constructor and Description |
|---|
ContentSystemClient(String baseURL) |
| Modifier and Type | Method and Description |
|---|---|
CheckInBundleResponse |
checkInBundle(AssetBundle bundle) |
Asset |
getAsset(String path) |
AssetMetadata |
getMetadata(String path) |
int |
saveAsset(Asset asset) |
int |
saveBundle(AssetBundleKey bundleKey,
ZipArchive archive) |
int |
saveMetadata(AssetMetadata metadata) |
public ContentSystemClient(String baseURL)
public CheckInBundleResponse checkInBundle(AssetBundle bundle) throws ContentAccessException
checkInBundle in interface ContentSystemContentAccessExceptionpublic int saveMetadata(AssetMetadata metadata) throws ContentAccessException
saveMetadata in interface ContentSystemContentAccessExceptionpublic AssetMetadata getMetadata(String path) throws ContentAccessException
getMetadata in interface ContentSystemContentAccessExceptionpublic int saveAsset(Asset asset) throws ContentAccessException
saveAsset in interface ContentSystemContentAccessExceptionpublic Asset getAsset(String path) throws ContentAccessException
getAsset in interface ContentSystemContentAccessExceptionpublic int saveBundle(AssetBundleKey bundleKey, ZipArchive archive) throws ContentAccessException
saveBundle in interface ContentSystemContentAccessExceptionCopyright © 2019. All rights reserved.