public final class IcsMappingService extends Object implements MappingService
| Constructor and Description | 
|---|
IcsMappingService(COM.FutureTense.Interfaces.ICS ics,
                 AssetAccessTemplate aat)  | 
| 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. 
 | 
public IcsMappingService(COM.FutureTense.Interfaces.ICS ics,
                         AssetAccessTemplate aat)
ics - Content Server context objectaat - AssetAccessTemplate objectpublic Map<String,MappingValue> readMapping(AssetIdWithSite id)
MappingServicereadMapping in interface MappingServiceid - the asset that holds the mapping.public AssetIdWithSite resolveMapped(String eid, String tid, String site)
MappingServiceresolveMapped in interface MappingServiceeid - the eid resdetails valuetid - the tid resdetails valuesite - the site variable valuepublic AssetIdWithSite resolveMapped(String pagename)
MappingServiceresolveMapped in interface MappingServicepagename - the pagename, whose rootelement is either the mapped template or mapped cselement.Copyright © 2016–2017. All rights reserved.