Uses of Class
com.atlassian.crowd.model.group.InternalGroup

Packages that use InternalGroup
com.atlassian.crowd.dao.group   
com.atlassian.crowd.model.group   
com.atlassian.crowd.model.membership   
 

Uses of InternalGroup in com.atlassian.crowd.dao.group
 

Methods in com.atlassian.crowd.dao.group that return InternalGroup
 InternalGroup InternalGroupDao.findByName(long directoryId, String groupName)
          Finds internal group by directory id and group name.
 

Methods in com.atlassian.crowd.dao.group that return types with arguments of type InternalGroup
 Collection<InternalGroup> InternalGroupDao.findByNames(long directoryId, Collection<String> groupnames)
          Bulk find of groups using SQL disjunction.
 

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

Methods in com.atlassian.crowd.model.group that return InternalGroup
 InternalGroup InternalGroupAttribute.getGroup()
           
 InternalGroup InternalGroupWithAttributes.getInternalGroup()
           
 

Constructors in com.atlassian.crowd.model.group with parameters of type InternalGroup
InternalGroupAttribute(InternalGroup group, String name, String value)
           
InternalGroupAttribute(Long id, InternalGroup group, String name, String value)
           
InternalGroupWithAttributes(InternalGroup group, Map<String,Set<String>> attributes)
           
 

Uses of InternalGroup in com.atlassian.crowd.model.membership
 

Constructors in com.atlassian.crowd.model.membership with parameters of type InternalGroup
InternalMembership(InternalGroup parentGroup, InternalGroup childGroup)
           
InternalMembership(InternalGroup group, InternalUser user)
           
 



Copyright © 2016 Atlassian. All Rights Reserved.