Uses of Class
com.atlassian.crowd.model.InternalEntityTemplate

Packages that use InternalEntityTemplate
com.atlassian.crowd.migration.legacy   
com.atlassian.crowd.migration.legacy.database   
com.atlassian.crowd.model   
com.atlassian.crowd.model.application   
com.atlassian.crowd.model.directory   
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.user   
 

Uses of InternalEntityTemplate in com.atlassian.crowd.migration.legacy
 

Methods in com.atlassian.crowd.migration.legacy that return InternalEntityTemplate
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.
 

Uses of InternalEntityTemplate in com.atlassian.crowd.migration.legacy.database
 

Methods in com.atlassian.crowd.migration.legacy.database that return InternalEntityTemplate
protected  InternalEntityTemplate DatabaseMapper.createInternalEntityTemplate(java.lang.Long id, java.lang.String name, java.util.Date createDate, java.util.Date updatedDate, boolean active)
           
 

Uses of InternalEntityTemplate in com.atlassian.crowd.model
 

Constructors in com.atlassian.crowd.model with parameters of type InternalEntityTemplate
InternalDirectoryEntity(InternalEntityTemplate template, Directory directory)
           
InternalEntity(InternalEntityTemplate template)
           
 

Uses of InternalEntityTemplate in com.atlassian.crowd.model.application
 

Constructors in com.atlassian.crowd.model.application with parameters of type InternalEntityTemplate
ApplicationImpl(InternalEntityTemplate template)
          Used for importing via XML migration.
 

Uses of InternalEntityTemplate in com.atlassian.crowd.model.directory
 

Constructors in com.atlassian.crowd.model.directory with parameters of type InternalEntityTemplate
DirectoryImpl(InternalEntityTemplate template)
          Used for importing via XML migration.
 

Uses of InternalEntityTemplate in com.atlassian.crowd.model.group
 

Constructors in com.atlassian.crowd.model.group with parameters of type InternalEntityTemplate
InternalGroup(InternalEntityTemplate internalEntityTemplate, Directory directory, GroupTemplate groupTemplate)
           
 

Uses of InternalEntityTemplate in com.atlassian.crowd.model.user
 

Constructors in com.atlassian.crowd.model.user with parameters of type InternalEntityTemplate
InternalUser(InternalEntityTemplate internalEntityTemplate, Directory directory, UserTemplate userTemplate, PasswordCredential credential)
          This constructor is used by the importer only.
 



Copyright © 2011 Atlassian. All Rights Reserved.