com.atlassian.crowd.model.group
Interface InternalDirectoryGroup

All Superinterfaces:
Comparable<Group>, DirectoryEntity, Group, TimestampedEntity, TimestampedGroup
All Known Implementing Classes:
ImmutableGroup, InternalGroup

public interface InternalDirectoryGroup
extends TimestampedGroup

Extends the Group interface with "isLocal". This is used for working with Local Groups, but is not supported for LDAP.


Method Summary
 boolean isLocal()
          Returns true if this is a Local Group.
 
Methods inherited from interface com.atlassian.crowd.model.group.Group
getDescription, getType, isActive
 
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.atlassian.crowd.model.TimestampedEntity
getCreatedDate, getUpdatedDate
 

Method Detail

isLocal

boolean isLocal()
Returns true if this is a Local Group.

Returns:
true if this is a Local Group.


Copyright © 2013 Atlassian. All Rights Reserved.