Uses of Class
com.atlassian.crowd.model.InternalEntityTemplate
Packages that use InternalEntityTemplate
Package
Description
-
Uses of InternalEntityTemplate in com.atlassian.crowd.migration.legacy
Methods in com.atlassian.crowd.migration.legacy that return InternalEntityTemplateModifier and TypeMethodDescriptionprotected InternalEntityTemplateGenericLegacyImporter.getInternalEntityTemplateFromLegacyXml(org.dom4j.Element element) Constructs an InternalEntityTemplate from a legacy (Crowd 1.x) XML element.protected InternalEntityTemplateXmlMapper.getInternalEntityTemplateFromXml(org.dom4j.Element element, CrowdBackupDateConverter dateConverter) 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 InternalEntityTemplateModifier and TypeMethodDescriptionprotected InternalEntityTemplateDatabaseMapper.createInternalEntityTemplate(Long id, String name, Date createDate, Date updatedDate, boolean active) -
Uses of InternalEntityTemplate in com.atlassian.crowd.model
Constructors in com.atlassian.crowd.model with parameters of type InternalEntityTemplateModifierConstructorDescriptionprotectedInternalDirectoryEntity(InternalEntityTemplate template, Directory directory) protectedInternalEntity(InternalEntityTemplate template) Deprecated. -
Uses of InternalEntityTemplate in com.atlassian.crowd.model.application
Constructors in com.atlassian.crowd.model.application with parameters of type InternalEntityTemplateModifierConstructorDescriptionApplicationImpl(InternalEntityTemplate template) Deprecated.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 InternalEntityTemplateModifierConstructorDescriptionDirectoryImpl(InternalEntityTemplate template) Deprecated.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 InternalEntityTemplateModifierConstructorDescriptionInternalGroup(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 InternalEntityTemplateModifierConstructorDescriptionInternalUser(InternalEntityTemplate internalEntityTemplate, Directory directory, UserTemplate userTemplate, PasswordCredential credential) This constructor is used by the importer only.