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

Packages that use InternalEntity
com.atlassian.crowd.migration.legacy   
com.atlassian.crowd.model   
com.atlassian.crowd.model.application   
com.atlassian.crowd.model.directory   
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.user   
com.atlassian.crowd.util   
 

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

Methods in com.atlassian.crowd.migration.legacy with parameters of type InternalEntity
protected  void XmlMapper.exportInternalEntity(InternalEntity entity, org.dom4j.Element element)
          Exports an internal entity to an XML element.
 

Uses of InternalEntity in com.atlassian.crowd.model
 

Subclasses of InternalEntity in com.atlassian.crowd.model
 class InternalDirectoryEntity
           
 

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

Subclasses of InternalEntity in com.atlassian.crowd.model.application
 class ApplicationImpl
          Implementation of Application (designed for use for Hibernate).
 

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

Subclasses of InternalEntity in com.atlassian.crowd.model.directory
 class DirectoryImpl
          Implementation of Directory (designed for use with Hibernate).
 

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

Subclasses of InternalEntity in com.atlassian.crowd.model.group
 class InternalGroup
          Encapsulates the concept of group.
 

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

Subclasses of InternalEntity in com.atlassian.crowd.model.user
 class InternalUser
          Encapsulates the concept of crowd user.
 

Uses of InternalEntity in com.atlassian.crowd.util
 

Fields in com.atlassian.crowd.util with type parameters of type InternalEntity
static com.google.common.base.Function<? super InternalEntity,String> InternalEntityUtils.GET_NAME
          Calls getName() on its argument, which must not be null.
 



Copyright © 2013 Atlassian. All Rights Reserved.