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)
MappingService
readMapping
in interface MappingService
id
- the asset that holds the mapping.public AssetIdWithSite resolveMapped(String eid, String tid, String site)
MappingService
resolveMapped
in interface MappingService
eid
- the eid resdetails valuetid
- the tid resdetails valuesite
- the site variable valuepublic AssetIdWithSite resolveMapped(String pagename)
MappingService
resolveMapped
in interface MappingService
pagename
- the pagename, whose rootelement is either the mapped template or mapped cselement.Copyright © 2010–2017. All rights reserved.