com.atlassian.bamboo.migration.stream
Class ServerIDMapper

java.lang.Object
  extended by com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<java.lang.String>
      extended by com.atlassian.bamboo.migration.stream.ServerIDMapper
All Implemented Interfaces:
BambooStAXMappingHelper<java.lang.String>, BambooStAXRootMapper

public class ServerIDMapper
extends BambooStAXMappingHelperAbstractImpl<java.lang.String>
implements BambooStAXRootMapper

Imports and exports the server ID.


Field Summary
static java.lang.String ELEMENT_SERVER_ID
           
 
Constructor Summary
ServerIDMapper(net.sf.hibernate.SessionFactory sessionFactory, BootstrapManager bootstrapManager)
           
 
Method Summary
protected  java.lang.String createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
          Creates empty instance of the imported object
 void exportData(org.codehaus.staxmate.out.SMOutputElement outputElement)
          Perform data export
protected  void exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, java.lang.String object, net.sf.hibernate.Session session)
          Export object properties.
 java.lang.String getXmlRootNodeName()
          Returns local name of the XML parent node handled by this mapper
 void importData(org.codehaus.staxmate.in.SMInputCursor inputCursor)
          Perform data import
 
Methods inherited from class com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl
commitClearSession, commitSession, createRootElement, exportXml, exportXml, getSession, getSessionFactory, importProperties, importXml, importXml, saveBambooObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_SERVER_ID

public static final java.lang.String ELEMENT_SERVER_ID
See Also:
Constant Field Values
Constructor Detail

ServerIDMapper

public ServerIDMapper(net.sf.hibernate.SessionFactory sessionFactory,
                      BootstrapManager bootstrapManager)
Method Detail

getXmlRootNodeName

@NotNull
public java.lang.String getXmlRootNodeName()
Description copied from interface: BambooStAXRootMapper
Returns local name of the XML parent node handled by this mapper

Specified by:
getXmlRootNodeName in interface BambooStAXMappingHelper<java.lang.String>
Specified by:
getXmlRootNodeName in interface BambooStAXRootMapper
Returns:
local name of the XML parent node

createItemInstance

@NotNull
protected java.lang.String createItemInstance(@NotNull
                                                      org.codehaus.staxmate.in.SMInputCursor inputCursor)
                                       throws java.lang.Exception
Description copied from class: BambooStAXMappingHelperAbstractImpl
Creates empty instance of the imported object

Specified by:
createItemInstance in class BambooStAXMappingHelperAbstractImpl<java.lang.String>
Parameters:
inputCursor - input cursor that points to the parent node containing object properties
Returns:
empty instance of the imported object
Throws:
javax.xml.stream.XMLStreamException - when something went wrong
java.lang.Exception

exportProperties

protected void exportProperties(@NotNull
                                org.codehaus.staxmate.out.SMOutputElement outputElement,
                                @NotNull
                                java.lang.String object,
                                @NotNull
                                net.sf.hibernate.Session session)
                         throws java.lang.Exception
Description copied from class: BambooStAXMappingHelperAbstractImpl
Export object properties. Implementing classed should override this method to export custom properties.

Overrides:
exportProperties in class BambooStAXMappingHelperAbstractImpl<java.lang.String>
Parameters:
outputElement - the parent node
object - object being exported
session - Hibernate session object
Throws:
java.lang.Exception - when something went wrong

exportData

public void exportData(@NotNull
                       org.codehaus.staxmate.out.SMOutputElement outputElement)
                throws java.lang.Exception
Description copied from interface: BambooStAXRootMapper
Perform data export

Specified by:
exportData in interface BambooStAXRootMapper
Parameters:
outputElement - parent node for mapper's root node, usually root element of the XML file
Throws:
java.lang.Exception - when something went wrong

importData

public void importData(@NotNull
                       org.codehaus.staxmate.in.SMInputCursor inputCursor)
                throws java.lang.Exception
Description copied from interface: BambooStAXRootMapper
Perform data import

Specified by:
importData in interface BambooStAXRootMapper
Parameters:
inputCursor - mapper's root node, usually child of root element of the XML file
Throws:
java.lang.Exception - when something went wrong


Copyright © 2011 Atlassian. All Rights Reserved.