com.atlassian.bamboo.migration.stream
Class RemoteCapabilitySetMapper

java.lang.Object
  extended by com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<T>
      extended by com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl<Capability>
          extended by com.atlassian.bamboo.migration.stream.CapabilitySetMapper
              extended by com.atlassian.bamboo.migration.stream.RemoteCapabilitySetMapper
All Implemented Interfaces:
BambooStAXMappingHelper<Capability>

public class RemoteCapabilitySetMapper
extends CapabilitySetMapper


Constructor Summary
protected RemoteCapabilitySetMapper(net.sf.hibernate.SessionFactory sessionFactory)
           
 
Method Summary
 java.lang.String getXmlRootNodeName()
          Returns local name of the XML parent node that will contain exported/imported object's properties
 
Methods inherited from class com.atlassian.bamboo.migration.stream.CapabilitySetMapper
createItemInstance, exportListXml, getXmlElementNodeName
 
Methods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl
afterImportListItem, beforeImportListItem, createListRootElement, createRootElement, eventEndElementOfListItemSaveObject, exportListXml, flushIfNeeded, importListXml, importListXml
 
Methods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl
commitClearSession, commitSession, exportProperties, exportXml, exportXml, getSession, getSessionFactory, importProperties, importXml, importXml, isShouldExport, saveBambooObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.migration.BambooStAXMappingHelper
exportXml, importXml
 

Constructor Detail

RemoteCapabilitySetMapper

protected RemoteCapabilitySetMapper(net.sf.hibernate.SessionFactory sessionFactory)
Method Detail

getXmlRootNodeName

@NotNull
public java.lang.String getXmlRootNodeName()
Description copied from interface: BambooStAXMappingHelper
Returns local name of the XML parent node that will contain exported/imported object's properties

Specified by:
getXmlRootNodeName in interface BambooStAXMappingHelper<Capability>
Overrides:
getXmlRootNodeName in class CapabilitySetMapper
Returns:
local name of the XML parent node


Copyright © 2012 Atlassian. All Rights Reserved.