com.ibm.mashups.enabler.template
Interface TemplateNode

All Superinterfaces:
Identifiable, Localized, ModifiableLocalized

public TemplateNode
extends Identifiable, ModifiableLocalized

Interface representing a template node.


Method Summary
 String getExportURL()
           Returns a URL to export the template in zip file format
 
Methods inherited from interface com.ibm.mashups.enabler.Identifiable
getID
 
Methods inherited from interface com.ibm.mashups.enabler.ModifiableLocalized
setTitle, confirmSetTitle, removeTitle, confirmRemoveTitle, removeTitles, confirmRemoveTitles, setDescription, confirmSetDescription, removeDescription, confirmRemoveDescription, removeDescriptions, confirmRemoveDescriptions
 
Methods inherited from interface com.ibm.mashups.enabler.Localized
getLocales, getTitle, getTitles, getDescription, getDescriptions
 

Method Detail

getExportURL

String getExportURL()
Returns a URL to export the template in zip file format

Returns:
link to export the template


Copyright IBM Corp. 2010 All Rights Reserved.