public interface MappingService
| Modifier and Type | Method and Description | 
|---|---|
Map<String,MappingValue> | 
readMapping(AssetIdWithSite id)
Reads the mappings for the asset and the site. 
 | 
AssetIdWithSite | 
resolveMapped(String pagename)
Determine the asset (CSElement or Template) that has mapped values contained
 within it, given the input pagename. 
 | 
AssetIdWithSite | 
resolveMapped(String eid,
             String tid,
             String site)
Determine the asset (CSElement or Template) that has mapped values contained
 within it, given the input eid and tid variables. 
 | 
AssetIdWithSite resolveMapped(String pagename)
pagename - the pagename, whose rootelement is either the mapped template or mapped cselement.AssetIdWithSite resolveMapped(String eid, String tid, String site)
eid - the eid resdetails valuetid - the tid resdetails valuesite - the site variable valueMap<String,MappingValue> readMapping(AssetIdWithSite id)
id - the asset that holds the mapping.Copyright © 2016–2017. All rights reserved.