Uses of Interface
com.atlassian.crowd.model.DirectoryEntity

Packages that use DirectoryEntity
com.atlassian.crowd.exception   
com.atlassian.crowd.model   
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.user   
 

Uses of DirectoryEntity in com.atlassian.crowd.exception
 

Methods in com.atlassian.crowd.exception that return DirectoryEntity
 DirectoryEntity InvalidEntityException.getEntity()
           
 

Methods in com.atlassian.crowd.exception with parameters of type DirectoryEntity
 void InvalidEntityException.setEntity(DirectoryEntity entity)
           
 

Constructors in com.atlassian.crowd.exception with parameters of type DirectoryEntity
InvalidEntityException(DirectoryEntity entity, java.lang.String message)
           
InvalidEntityException(DirectoryEntity entity, java.lang.Throwable cause)
           
InvalidEntityException(java.lang.String message, java.lang.Throwable cause, DirectoryEntity entity)
           
InvalidGroupException(DirectoryEntity entity, java.lang.Throwable cause)
           
InvalidUserException(DirectoryEntity entity, java.lang.Throwable cause)
           
 

Uses of DirectoryEntity in com.atlassian.crowd.model
 

Methods in com.atlassian.crowd.model with parameters of type DirectoryEntity
 int DirectoryEntityComparator.compare(DirectoryEntity directoryEntity1, DirectoryEntity directoryEntity2)
           
 

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

Subinterfaces of DirectoryEntity in com.atlassian.crowd.model.group
 interface Group
           
 interface GroupWithAttributes
           
 

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

Subinterfaces of DirectoryEntity in com.atlassian.crowd.model.user
 interface User
           
 interface UserWithAttributes
           
 



Copyright © 2010 Atlassian. All Rights Reserved.