com.atlassian.bamboo.migration.stream
Class ProjectMapper
java.lang.Object
com.atlassian.bamboo.migration.BambooStAXMappingHelperAbstractImpl<T>
com.atlassian.bamboo.migration.BambooStAXMappingListHelperAbstractImpl<Project>
com.atlassian.bamboo.migration.stream.AbstractProjectMapper
com.atlassian.bamboo.migration.stream.ProjectMapper
- All Implemented Interfaces:
- BambooStAXMappingHelper<Project>, BambooStAXRootMapper
public class ProjectMapper
- extends AbstractProjectMapper
Fields inherited from class com.atlassian.bamboo.migration.stream.AbstractProjectMapper |
authorMap, buildResultsSummaryManager, extendedAuthorManager, labelDao, labelMap, notificationManager, planManager, planVcsRevisionHistoryDao, projectManager, repositoryDefinitionManager, sessionFactory |
Method Summary |
void |
afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<Project> projects,
Project object,
long objectIndex,
net.sf.hibernate.Session session)
Called after parser completes parsing all child nodes in list's element node. |
protected Project |
createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Creates empty instance of the imported object |
protected void |
exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
Project project,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
Export object properties. |
protected void |
importProperties(Project project,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
Import properties to the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
labels
protected java.util.List<Labelling> labels
ProjectMapper
public ProjectMapper(net.sf.hibernate.SessionFactory sessionFactory,
ProjectManager projectManager,
BuildResultsSummaryManager buildResultsSummaryManager,
ExtendedAuthorManager extendedAuthorManager,
LabelDao labelDao,
NotificationManager notificationManager,
PlanManager planManager,
BuildResultsSummaryDao buildResultsSummaryDao,
PlanVcsRevisionHistoryStandaloneDao planVcsRevisionHistoryDao,
@NotNull
RepositoryDefinitionManager repositoryDefinitionManager)
importProperties
protected void importProperties(@NotNull
Project project,
@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull
net.sf.hibernate.Session session)
throws java.lang.Exception
- Description copied from class:
BambooStAXMappingHelperAbstractImpl
- Import properties to the object.
Due to nature of XML parsing this method is called for each child node in the node that was passed to importXml method
- Overrides:
importProperties
in class AbstractProjectMapper
- Parameters:
project
- object being importedinputCursor
- input cursor pointing to the child node of node that was passed to importXml methodsession
- Hibernate session object
- Throws:
java.lang.Exception
- when something went wrong
exportProperties
protected void exportProperties(@NotNull
org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull
Project project,
@NotNull
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
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 AbstractProjectMapper
- Parameters:
outputElement
- the parent nodeproject
- object being exportedsession
- Hibernate session object
- Throws:
java.lang.Exception
- when something went wrong
createItemInstance
@NotNull
protected Project createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
throws java.lang.Exception
- Description copied from class:
BambooStAXMappingHelperAbstractImpl
- Creates empty instance of the imported object
- Overrides:
createItemInstance
in class AbstractProjectMapper
- 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
afterImportListItem
public void afterImportListItem(@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull
java.util.List<Project> projects,
@NotNull
Project object,
long objectIndex,
@NotNull
net.sf.hibernate.Session session)
throws java.lang.Exception
- Description copied from class:
BambooStAXMappingListHelperAbstractImpl
- Called after parser completes parsing all child nodes in list's element node.
- Overrides:
afterImportListItem
in class BambooStAXMappingListHelperAbstractImpl<Project>
- Parameters:
inputCursor
- cursor pointing to the list's element opening nodeprojects
- list of elements being importedobject
- object that has been importedobjectIndex
- one-based index of the object being parsedsession
- Hibernate session object
- Throws:
java.lang.Exception
- when something went wrong
Copyright © 2012 Atlassian. All Rights Reserved.