public class UserMapper extends PartialCrowdEntityXmlMapper<com.atlassian.crowd.model.user.InternalUser,com.atlassian.crowd.model.user.InternalUser> implements BambooStAXRootMapper
User.| Modifier and Type | Class and Description |
|---|---|
protected static class |
UserMapper.CredentialsRecordsMapper |
protected static class |
UserMapper.UserAttributesMapper |
CrowdEntityXmlMapper.SingleValuedAttributesMapperBambooStAXMappingHelper.None| Modifier and Type | Field and Description |
|---|---|
protected static String |
USER_XML_NODE |
protected static String |
USER_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, setNametransactionOperations| Constructor and Description |
|---|
UserMapper(org.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.support.TransactionOperations ops,
com.atlassian.crowd.manager.directory.DirectoryManager directoryManager,
com.atlassian.crowd.dao.directory.DirectoryDAOHibernate directoryDAO,
com.atlassian.crowd.dao.user.UserDAOHibernate userDAO) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<com.atlassian.crowd.model.user.InternalUser> list,
com.atlassian.crowd.model.user.InternalUser 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.user.InternalUser |
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.model.user.InternalUser user,
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.user.InternalUser object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session)
Import properties to the object.
|
findAllExportableDirectories, isExportOfNonLocalGroupsRequired, isImportableDirectoryexportSingleValuedAttributesbeforeImportListItem, createListRootElement, createRootElement, eventEndElementOfListItemSaveObject, exportListXml, exportListXml, flushIfNeeded, getXmlElementNodeName, getXmlRootNodeName, importListXml, importListXml, importListXmlInTransactionexportXml, exportXml, getSession, getSessionFactory, importXml, importXml, isShouldExport, saveBambooObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetXmlRootNodeNameisShouldExportexportXml, importXmlprotected static final String USER_XML_ROOT
protected static final String USER_XML_NODE
public UserMapper(org.hibernate.SessionFactory sessionFactory,
org.springframework.transaction.support.TransactionOperations ops,
com.atlassian.crowd.manager.directory.DirectoryManager directoryManager,
com.atlassian.crowd.dao.directory.DirectoryDAOHibernate directoryDAO,
com.atlassian.crowd.dao.user.UserDAOHibernate userDAO)
@NotNull
protected com.atlassian.crowd.model.user.InternalUser createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
throws Exception
BambooStAXMappingHelperAbstractImplcreateItemInstance in class BambooStAXMappingHelperAbstractImpl<com.atlassian.crowd.model.user.InternalUser,com.atlassian.crowd.model.user.InternalUser>inputCursor - input cursor that points to the parent node containing object propertiesXMLStreamException - when something went wrongExceptionpublic void exportData(@NotNull
org.codehaus.staxmate.out.SMOutputElement outputElement,
ExportDetailsBean exportDetailsBean)
throws Exception
BambooStAXRootMapperexportData in interface BambooStAXRootMapperoutputElement - 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.model.user.InternalUser user,
@NotNull
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
throws Exception
CrowdEntityXmlMapperThis exports: id, name, createdDate, updatedDate and active.
exportProperties in class CrowdEntityXmlMapper<com.atlassian.crowd.model.user.InternalUser,com.atlassian.crowd.model.user.InternalUser>outputElement - XML element to export to.user - entity to export.session - Hibernate session objectException - when something went wrongpublic void importData(@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor)
throws Exception
BambooStAXRootMapperimportData in interface BambooStAXRootMapperinputCursor - mapper's root node, usually child of root element of the XML fileException - when something went wrongprotected void importProperties(@NotNull
com.atlassian.crowd.model.user.InternalUser object,
@NotNull
org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull
org.hibernate.Session session)
throws Exception
BambooStAXMappingHelperAbstractImplimportProperties in class CrowdEntityXmlMapper<com.atlassian.crowd.model.user.InternalUser,com.atlassian.crowd.model.user.InternalUser>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.user.InternalUser> list,
@NotNull
com.atlassian.crowd.model.user.InternalUser object,
long objectIndex,
@NotNull
org.hibernate.Session session)
throws Exception
BambooStAXMappingListHelperAbstractImplafterImportListItem in class BambooStAXMappingListHelperAbstractImpl<com.atlassian.crowd.model.user.InternalUser,com.atlassian.crowd.model.user.InternalUser>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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.