public class GroupMapper extends PartialCrowdEntityXmlMapper<com.atlassian.crowd.model.group.InternalGroup,com.atlassian.crowd.model.group.InternalGroup> implements BambooStAXRootMapper
Modifier and Type | Class and Description |
---|---|
protected static class |
GroupMapper.GroupAttributeMapper |
CrowdEntityXmlMapper.SingleValuedAttributesMapper
BambooStAXMappingHelper.None
Modifier and Type | Field and Description |
---|---|
protected static String |
GROUP_XML_ROOT |
static String |
REMOTE_GROUP_XML_ACTIVE |
static String |
REMOTE_GROUP_XML_DESCRIPTION |
static String |
REMOTE_GROUP_XML_DIRECTORY_ID |
static String |
REMOTE_GROUP_XML_NAME |
static String |
REMOTE_GROUP_XML_NODE |
static String |
REMOTE_GROUP_XML_PRINCIPAL |
static String |
REMOTE_GROUP_XML_PRINCIPAL_DIRECTORY_ID |
static String |
REMOTE_GROUP_XML_PRINCIPAL_NAME |
static String |
REMOTE_GROUP_XML_PRINCIPAL_NODE |
static String |
REMOTE_GROUP_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 |
---|
GroupMapper(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.group.GroupDAOHibernate groupDao) |
Modifier and Type | Method and Description |
---|---|
void |
afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<com.atlassian.crowd.model.group.InternalGroup> list,
com.atlassian.crowd.model.group.InternalGroup 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.group.InternalGroup |
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.group.InternalGroup group,
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.group.InternalGroup object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session)
Import properties to the object.
|
findAllExportableDirectories, isExportOfNonLocalGroupsRequired, isImportableDirectory
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 GROUP_XML_ROOT
public static final String REMOTE_GROUP_XML_ROOT
public static final String REMOTE_GROUP_XML_NODE
public static final String REMOTE_GROUP_XML_PRINCIPAL_NAME
public static final String REMOTE_GROUP_XML_NAME
public static final String REMOTE_GROUP_XML_PRINCIPAL_DIRECTORY_ID
public static final String REMOTE_GROUP_XML_DIRECTORY_ID
public static final String REMOTE_GROUP_XML_ACTIVE
public static final String REMOTE_GROUP_XML_DESCRIPTION
public static final String REMOTE_GROUP_XML_PRINCIPAL_NODE
public static final String REMOTE_GROUP_XML_PRINCIPAL
public GroupMapper(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.group.GroupDAOHibernate groupDao)
@NotNull protected com.atlassian.crowd.model.group.InternalGroup createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) throws Exception
BambooStAXMappingHelperAbstractImpl
createItemInstance
in class BambooStAXMappingHelperAbstractImpl<com.atlassian.crowd.model.group.InternalGroup,com.atlassian.crowd.model.group.InternalGroup>
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.model.group.InternalGroup group, @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.model.group.InternalGroup,com.atlassian.crowd.model.group.InternalGroup>
outputElement
- XML element to export to.group
- 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.group.InternalGroup object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) throws Exception
BambooStAXMappingHelperAbstractImpl
importProperties
in class CrowdEntityXmlMapper<com.atlassian.crowd.model.group.InternalGroup,com.atlassian.crowd.model.group.InternalGroup>
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.group.InternalGroup> list, @NotNull com.atlassian.crowd.model.group.InternalGroup object, long objectIndex, @NotNull org.hibernate.Session session) throws Exception
BambooStAXMappingListHelperAbstractImpl
afterImportListItem
in class BambooStAXMappingListHelperAbstractImpl<com.atlassian.crowd.model.group.InternalGroup,com.atlassian.crowd.model.group.InternalGroup>
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.