Modifier and Type | Method and Description |
---|---|
protected InternalEntityTemplate |
GenericLegacyImporter.getInternalEntityTemplateFromLegacyXml(org.dom4j.Element element)
Constructs an InternalEntityTemplate from a legacy (Crowd 1.x) XML element.
|
protected InternalEntityTemplate |
XmlMapper.getInternalEntityTemplateFromXml(org.dom4j.Element element)
Constructs an InternalEntityTemplate from an XML element.
|
Modifier and Type | Method and Description |
---|---|
protected InternalEntityTemplate |
DatabaseMapper.createInternalEntityTemplate(Long id,
String name,
Date createDate,
Date updatedDate,
boolean active) |
Constructor and Description |
---|
InternalDirectoryEntity(InternalEntityTemplate template,
Directory directory) |
InternalEntity(InternalEntityTemplate template) |
Constructor and Description |
---|
ApplicationImpl(InternalEntityTemplate template)
Deprecated.
Used for importing via XML migration.
|
Constructor and Description |
---|
DirectoryImpl(InternalEntityTemplate template)
Used for importing via XML migration.
|
Constructor and Description |
---|
InternalGroup(InternalEntityTemplate internalEntityTemplate,
Directory directory,
GroupTemplate groupTemplate) |
Constructor and Description |
---|
InternalUser(InternalEntityTemplate internalEntityTemplate,
Directory directory,
UserTemplate userTemplate,
PasswordCredential credential)
This constructor is used by the importer only.
|
Copyright © 2018 Atlassian. All rights reserved.