public class DirectoryMapper extends CrowdEntityXmlMapper<com.atlassian.crowd.embedded.api.Directory,com.atlassian.crowd.model.directory.DirectoryImpl> implements BambooStAXRootMapper
DirectoryImpl
Modifier and Type | Class and Description |
---|---|
static class |
DirectoryMapper.PermissionsMapper |
CrowdEntityXmlMapper.SingleValuedAttributesMapper
BambooStAXMappingHelper.None
Modifier and Type | Field and Description |
---|---|
protected static String |
DIRECTORY_XML_NODE |
protected static String |
DIRECTORY_XML_ROOT |
GENERIC_XML_ACTIVE, GENERIC_XML_ATTRIBUTE, GENERIC_XML_ATTRIBUTE_NAME, GENERIC_XML_ATTRIBUTE_VALUE, GENERIC_XML_ATTRIBUTES, GENERIC_XML_CREATED_DATE, GENERIC_XML_ID, GENERIC_XML_NAME, GENERIC_XML_UPDATED_DATE, setActive, setId, setName
transactionOperations
Constructor and Description |
---|
DirectoryMapper(org.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.support.TransactionOperations ops,
com.atlassian.crowd.manager.directory.DirectoryManager crowdDirectoryManager) |
Modifier and Type | Method and Description |
---|---|
void |
afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<com.atlassian.crowd.model.directory.DirectoryImpl> list,
com.atlassian.crowd.model.directory.DirectoryImpl object,
long objectIndex,
org.hibernate.Session session)
Called after parser completes parsing all child nodes in list's element node.
|
protected com.atlassian.crowd.model.directory.DirectoryImpl |
createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Creates empty instance of the imported object
|
void |
exportData(org.codehaus.staxmate.out.SMOutputElement outputElement,
ExportDetailsBean exportDetailsBean)
Perform data export
|
protected void |
exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
com.atlassian.crowd.embedded.api.Directory directory,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
Exports an internal entity to an XML element.
|
void |
importData(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Perform data import
|
protected void |
importProperties(com.atlassian.crowd.model.directory.DirectoryImpl object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session)
Import properties to the object.
|
exportSingleValuedAttributes
beforeImportListItem, createListRootElement, createRootElement, eventEndElementOfListItemSaveObject, exportListXml, exportListXml, flushIfNeeded, getXmlElementNodeName, getXmlRootNodeName, importListXml, importListXml, importListXmlInTransaction
exportXml, exportXml, getSession, getSessionFactory, importXml, importXml, isShouldExport, saveBambooObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getXmlRootNodeName
isShouldExport
exportXml, importXml
protected static final String DIRECTORY_XML_ROOT
protected static final String DIRECTORY_XML_NODE
public DirectoryMapper(org.hibernate.SessionFactory sessionFactory, org.springframework.transaction.support.TransactionOperations ops, com.atlassian.crowd.manager.directory.DirectoryManager crowdDirectoryManager)
@NotNull protected com.atlassian.crowd.model.directory.DirectoryImpl createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) throws Exception
BambooStAXMappingHelperAbstractImpl
createItemInstance
in class BambooStAXMappingHelperAbstractImpl<com.atlassian.crowd.embedded.api.Directory,com.atlassian.crowd.model.directory.DirectoryImpl>
inputCursor
- input cursor that points to the parent node containing object propertiesXMLStreamException
- when something went wrongException
public void exportData(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, ExportDetailsBean exportDetailsBean) throws Exception
BambooStAXRootMapper
exportData
in interface BambooStAXRootMapper
outputElement
- parent node for mapper's root node, usually root element of the XML fileException
- when something went wrongprotected void exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull com.atlassian.crowd.embedded.api.Directory directory, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) throws Exception
CrowdEntityXmlMapper
This exports: id, name, createdDate, updatedDate and active.
exportProperties
in class CrowdEntityXmlMapper<com.atlassian.crowd.embedded.api.Directory,com.atlassian.crowd.model.directory.DirectoryImpl>
outputElement
- XML element to export to.directory
- entity to export.session
- Hibernate session objectException
- when something went wrongpublic void importData(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor) throws Exception
BambooStAXRootMapper
importData
in interface BambooStAXRootMapper
inputCursor
- mapper's root node, usually child of root element of the XML fileException
- when something went wrongprotected void importProperties(@NotNull com.atlassian.crowd.model.directory.DirectoryImpl object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) throws Exception
BambooStAXMappingHelperAbstractImpl
importProperties
in class CrowdEntityXmlMapper<com.atlassian.crowd.embedded.api.Directory,com.atlassian.crowd.model.directory.DirectoryImpl>
object
- object being importedinputCursor
- input cursor pointing to the child node of node that was passed to importXml methodsession
- Hibernate session objectException
- when something went wrongpublic void afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<com.atlassian.crowd.model.directory.DirectoryImpl> list, @NotNull com.atlassian.crowd.model.directory.DirectoryImpl object, long objectIndex, @NotNull org.hibernate.Session session) throws Exception
BambooStAXMappingListHelperAbstractImpl
afterImportListItem
in class BambooStAXMappingListHelperAbstractImpl<com.atlassian.crowd.embedded.api.Directory,com.atlassian.crowd.model.directory.DirectoryImpl>
inputCursor
- cursor pointing to the list's element opening nodelist
- list of elements being importedobject
- object that has been importedobjectIndex
- one-based index of the object being parsedsession
- Hibernate session objectException
- when something went wrongCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.