Uses of Interface
com.atlassian.user.Entity

Packages that use Entity
com.atlassian.user   
com.atlassian.user.properties   
com.atlassian.user.search.query   
 

Uses of Entity in com.atlassian.user
 

Subinterfaces of Entity in com.atlassian.user
 interface ExternalEntity
          An entry representing an external user or group.
 interface Group
          DefaultGroup interface
 interface User
           
 

Methods in com.atlassian.user with parameters of type Entity
 RepositoryIdentifier EntityManager.getRepository(Entity entity)
           
 

Uses of Entity in com.atlassian.user.properties
 

Methods in com.atlassian.user.properties with parameters of type Entity
 com.opensymphony.module.propertyset.PropertySet PropertySetFactory.getPropertySet(Entity entity)
           
 

Uses of Entity in com.atlassian.user.search.query
 

Classes in com.atlassian.user.search.query with type parameters of type Entity
 interface BooleanQuery<T extends Entity>
          Allows for the boolean conjunction of Query objects with an AND or OR parameter.
 interface Query<T extends Entity>
           
 interface TermQuery<T extends Entity>
           
 



Copyright © 2005-2015 Atlassian. All Rights Reserved.