public interface WraPathTranslationService
todo: low priority: for any given partial url, get next children down, and "are they parents too" TODO: low priority: remove asset listener methods from interface, create separate interface for these methods
Modifier and Type | Method and Description |
---|---|
void |
addAsset(com.fatwire.assetapi.data.AssetId id)
Deprecated.
|
void |
deleteAsset(com.fatwire.assetapi.data.AssetId id)
Deprecated.
|
AssetIdWithSite |
resolveAsset(String virtual_webroot,
String url_path)
Deprecated.
Look up the asset corresponding to the input virtual-webroot and url-path
|
void |
updateAsset(com.fatwire.assetapi.data.AssetId id)
Deprecated.
|
AssetIdWithSite resolveAsset(String virtual_webroot, String url_path)
virtual_webroot
- string value of virtual web rooturl_path
- string value of url pathvoid addAsset(com.fatwire.assetapi.data.AssetId id)
void updateAsset(com.fatwire.assetapi.data.AssetId id)
void deleteAsset(com.fatwire.assetapi.data.AssetId id)
Copyright © 2010–2017. All rights reserved.