Uses of Class
com.atlassian.crowd.model.group.InternalGroup
Packages that use InternalGroup
Package
Description
-
Uses of InternalGroup in com.atlassian.crowd.dao.group
Methods in com.atlassian.crowd.dao.group that return InternalGroupModifier and TypeMethodDescriptionInternalGroupDao.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 InternalGroupModifier and TypeMethodDescriptionInternalGroupDao.findByIds(Collection<Long> groupIds) Bulk find of groups with the specified database identifiers.InternalGroupDao.findByNames(long directoryId, Collection<String> groupnames) Bulk find of groups using SQL disjunction. -
Uses of InternalGroup in com.atlassian.crowd.dao.permission
Methods in com.atlassian.crowd.dao.permission with parameters of type InternalGroupModifier and TypeMethodDescriptionGroupAdministrationGrantGroupDao.findGrantsToGroup(InternalGroup targetGroup) Looks for administration grants for a given groupUserAdministrationGrantGroupDao.findGrantsToGroup(InternalGroup targetGroup) Looks for administration grants for a given groupGroupAdministrationGrantGroupDao.findGrantsToGroupFromDirectory(InternalGroup group, Directory directory) Looks for grants of groups which administer an other group and come from given directoryUserAdministrationGrantGroupDao.findUserGrantForGroup(InternalUser internalUser, InternalGroup internalGroup) Checks if an user has a grant to a groupvoidGroupAdministrationGrantGroupDao.remove(InternalGroup adminGroup, InternalGroup targetGroup) Remove administration grant for a group to a groupvoidUserAdministrationGrantGroupDao.remove(InternalUser user, InternalGroup targetGroup) Remove administration grant for a user to a groupMethod parameters in com.atlassian.crowd.dao.permission with type arguments of type InternalGroupModifier and TypeMethodDescriptionGroupAdministrationGrantGroupDao.findGrantsOfGroups(Collection<InternalGroup> groups) Looks for grants assigned to given groups -
Uses of InternalGroup in com.atlassian.crowd.model.group
Methods in com.atlassian.crowd.model.group that return InternalGroupModifier and TypeMethodDescriptionInternalGroupAttribute.getGroup()InternalGroupWithAttributes.getInternalGroup()Constructors in com.atlassian.crowd.model.group with parameters of type InternalGroupModifierConstructorDescriptionInternalGroupAttribute(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 InternalGroupModifierConstructorDescriptionInternalMembership(InternalGroup parentGroup, InternalGroup childGroup, Date createdDate) InternalMembership(InternalGroup parentGroup, InternalUser user, Date createdDate) InternalMembership(InternalGroup parentGroup, MinimalUser user, Date createdDate) -
Uses of InternalGroup in com.atlassian.crowd.model.permission
Methods in com.atlassian.crowd.model.permission that return InternalGroupModifier and TypeMethodDescriptionGroupAdministrationGrantToGroup.getGroup()GroupAdministrationGrantToGroup.getTargetGroup()UserAdministrationGrantToGroup.getTargetGroup()Methods in com.atlassian.crowd.model.permission with parameters of type InternalGroupModifier and TypeMethodDescriptionvoidGroupAdministrationGrantToGroup.setGroup(InternalGroup group) voidGroupAdministrationGrantToGroup.setTargetGroup(InternalGroup targetGroup) voidUserAdministrationGrantToGroup.setTargetGroup(InternalGroup targetGroup) Constructors in com.atlassian.crowd.model.permission with parameters of type InternalGroupModifierConstructorDescriptionGroupAdministrationGrantToGroup(InternalGroup group, InternalGroup targetGroup) UserAdministrationGrantToGroup(InternalUser user, InternalGroup targetGroup)