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

Packages that use DirectoryEntity
com.atlassian.crowd.exception   
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)
           
 

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

Subinterfaces of DirectoryEntity in com.atlassian.crowd.model.group
 interface Group
           
 interface GroupWithAttributes
           
 interface InternalDirectoryGroup
          Extends the Group interface with "isLocal".
 interface TimestampedGroup
          Extends the Group interface with "updated date" and "created date".
 

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

Subinterfaces of DirectoryEntity in com.atlassian.crowd.model.user
 interface TimestampedUser
          Extends the user interface with "updated date" and "created date".
 interface User
           
 interface UserWithAttributes
           
 



Copyright © 2010 Atlassian. All Rights Reserved.