|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Group in com.atlassian.jira.issue.customfields.converters |
|---|
| Methods in com.atlassian.jira.issue.customfields.converters that return Group | |
|---|---|
Group |
GroupConverterImpl.getGroup(String stringValue)
|
Group |
GroupConverter.getGroup(String stringValue)
Deprecated. Use GroupConverter.getGroupObject(String stringValue). Since 4.3 |
| Methods in com.atlassian.jira.issue.customfields.converters with parameters of type Group | |
|---|---|
String |
GroupConverterImpl.getString(Group group)
|
String |
GroupConverter.getString(Group group)
|
| Uses of Group in com.atlassian.jira.issue.customfields.impl |
|---|
| Methods in com.atlassian.jira.issue.customfields.impl that return Group | |
|---|---|
protected Group |
MultiGroupCFType.convertStringToType(String string)
|
| Methods in com.atlassian.jira.issue.customfields.impl that return types with arguments of type Group | |
|---|---|
protected Comparator<Group> |
MultiGroupCFType.getTypeComparator()
|
| Uses of Group in com.atlassian.jira.issue.subscription |
|---|
| Methods in com.atlassian.jira.issue.subscription with parameters of type Group | |
|---|---|
void |
SubscriptionManager.deleteSubscriptionsForGroup(Group group)
|
void |
DefaultSubscriptionManager.deleteSubscriptionsForGroup(Group group)
|
| Uses of Group in com.atlassian.jira.jelly |
|---|
| Methods in com.atlassian.jira.jelly that return Group | |
|---|---|
Group |
GroupContextAccessorImpl.getGroup()
|
Group |
GroupAware.getGroup()
|
| Methods in com.atlassian.jira.jelly with parameters of type Group | |
|---|---|
void |
GroupContextAccessorImpl.setGroup(Group group)
|
void |
GroupContextAccessor.setGroup(Group group)
|
| Uses of Group in com.atlassian.jira.jelly.tag.admin |
|---|
| Methods in com.atlassian.jira.jelly.tag.admin that return Group | |
|---|---|
Group |
AddUserToGroup.getGroup()
|
| Methods in com.atlassian.jira.jelly.tag.admin with parameters of type Group | |
|---|---|
void |
CreateGroup.setGroup(Group group)
|
void |
AddUserToGroup.setGroup(Group group)
|
| Uses of Group in com.atlassian.jira.jql.values |
|---|
| Methods in com.atlassian.jira.jql.values that return types with arguments of type Group | |
|---|---|
protected List<Group> |
GroupValuesGenerator.getAllGroups()
|
| Uses of Group in com.atlassian.jira.permission |
|---|
| Methods in com.atlassian.jira.permission that return types with arguments of type Group | |
|---|---|
Collection<Group> |
DefaultPermissionSchemeManager.getGroups(Long entityTypeId,
org.ofbiz.core.entity.GenericValue project)
|
| Uses of Group in com.atlassian.jira.scheme |
|---|
| Methods in com.atlassian.jira.scheme that return types with arguments of type Group | |
|---|---|
Collection<Group> |
SchemeManager.getGroups(Long permissionId,
org.ofbiz.core.entity.GenericValue project)
|
Collection<Group> |
AbstractSchemeManager.getGroups(Long entityTypeId,
org.ofbiz.core.entity.GenericValue project)
|
| Uses of Group in com.atlassian.jira.scheme.mapper |
|---|
| Methods in com.atlassian.jira.scheme.mapper with parameters of type Group | |
|---|---|
void |
RoleToGroupsMapping.addMappedGroup(Group group)
|
void |
SchemeTransformResult.addRoleMappingForGroup(GroupToRoleMapping groupToRoleMapping,
Group group)
This creates an association between a groupName and a ProjectRole. |
| Uses of Group in com.atlassian.jira.security |
|---|
| Methods in com.atlassian.jira.security that return types with arguments of type Group | |
|---|---|
Collection<Group> |
SubvertedPermissionManager.getAllGroups(int permType,
org.ofbiz.core.entity.GenericValue entity)
Not implemented. |
Collection<Group> |
PermissionManager.getAllGroups(int permissionId,
org.ofbiz.core.entity.GenericValue project)
Deprecated. Use PermissionManager.getAllGroups(int, com.atlassian.jira.project.Project) instead. Since v4.3 |
Collection<Group> |
AbstractPermissionManager.getAllGroups(int permissionId,
org.ofbiz.core.entity.GenericValue project)
Retrieve all groups that are used in the permission globally and in the project entity |
Collection<Group> |
GlobalPermissionManager.getGroups(int permissionId)
Deprecated. Use GlobalPermissionManager.getGroupsWithPermission(int). Since 4.3 |
Collection<Group> |
DefaultGlobalPermissionManager.getGroups(int permissionId)
Retrieve all the groups with this permission |
| Uses of Group in com.atlassian.jira.security.groups |
|---|
| Methods in com.atlassian.jira.security.groups that return Group | |
|---|---|
Group |
GroupManager.getGroup(String groupName)
Deprecated. Use GroupManager.getGroupObject(String groupName) Since v4.3. |
Group |
DefaultGroupManager.getGroup(String groupName)
|
| Methods in com.atlassian.jira.security.groups with parameters of type Group | |
|---|---|
boolean |
GroupManager.isUserInGroup(User user,
Group group)
Returns true if the user is a member of the group. |
boolean |
DefaultGroupManager.isUserInGroup(User user,
Group group)
|
| Uses of Group in com.atlassian.jira.security.util |
|---|
| Methods in com.atlassian.jira.security.util that return types with arguments of type Group | |
|---|---|
Set<Group> |
GroupSelectorUtils.getGroups(Object cfValue)
Given an object (usually a custom field value) find the associated group. |
| Methods in com.atlassian.jira.security.util with parameters of type Group | |
|---|---|
String |
GroupSelectorUtils.getGroupDisplayName(Group group)
Deprecated. since v3.8 this is a very short term method as it will not work with external User/Group management. |
boolean |
GroupSelectorUtils.updateGroupName(Group group,
String oldVal,
String newVal)
Deprecated. since v3.8 this is a very short term method as it will not work with external User/Group management. |
| Uses of Group in com.atlassian.jira.user.util |
|---|
| Methods in com.atlassian.jira.user.util that return Group | |
|---|---|
static Group |
OSUserConverter.convertToOSGroup(com.atlassian.crowd.embedded.api.Group crowdGroup)
Convert a Crowd Group to an OSUser Group If a group is already an OSGroup the group will be returned unchanged. |
Group |
UserUtil.getGroup(String groupName)
Deprecated. Since v4.3. Use UserUtil.getGroupObject(String). |
Group |
UserManager.getGroup(String groupName)
Deprecated. Since v4.3. Use UserManager.getGroupObject(String). |
Group |
UserUtilImpl.getGroup(String groupName)
Deprecated. This method returns a com.opensymphony.group.com.opensymphony.user.Group which is itself deprecated. In the future this method will change to return Group. Currently com.opensymphony.user.com.opensymphony.user.Group implements Group. Your code should use the Group interface if possible. |
Group |
DefaultUserManager.getGroup(String groupName)
|
| Methods in com.atlassian.jira.user.util that return types with arguments of type Group | |
|---|---|
static Set<Group> |
OSUserConverter.convertToOSGroups(Iterable<com.atlassian.crowd.embedded.api.Group> crowdGroups)
Convert a collection of Crowd Groups to OS User Groups If any group is already an OSGroup that group will be returned unchanged. |
Set<Group> |
UserManager.getAllGroups()
Deprecated. Use UserManager.getGroups(). Since v4.3 |
Set<Group> |
DefaultUserManager.getAllGroups()
|
| Methods in com.atlassian.jira.user.util with parameters of type Group | |
|---|---|
void |
UserUtil.addUserToGroup(Group group,
User userToAdd)
Deprecated. Use UserUtil.addUserToGroup(com.atlassian.crowd.embedded.api.Group, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
void |
UserUtilImpl.addUserToGroup(Group group,
User userToAdd)
|
int |
GroupNameComparator.compare(Group g1,
Group g2)
|
void |
UserUtil.removeUserFromGroup(Group group,
User userToRemove)
Deprecated. Use UserUtil.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
void |
UserUtilImpl.removeUserFromGroup(Group group,
User userToRemove)
|
| Method parameters in com.atlassian.jira.user.util with type arguments of type Group | |
|---|---|
void |
UserUtil.addUserToGroups(Collection<Group> groups,
User userToAdd)
Deprecated. Use UserUtil.addUserToGroups(java.util.Collection, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
void |
UserUtilImpl.addUserToGroups(Collection<Group> groups,
User userToAdd)
|
SortedSet<User> |
UserUtil.getUsersInGroups(Collection<Group> groups)
Deprecated. Use UserUtil.getAllUsersInGroups(java.util.Collection) instead. Since v4.3 |
SortedSet<User> |
UserUtilImpl.getUsersInGroups(Collection<Group> groups)
|
void |
UserUtil.removeUserFromGroups(Collection<Group> groups,
User userToRemove)
Deprecated. Use UserUtil.removeUserFromGroups(java.util.Collection, com.atlassian.crowd.embedded.api.User) instead. Since v4.3 |
void |
UserUtilImpl.removeUserFromGroups(Collection<Group> groups,
User userToRemove)
|
| Uses of Group in com.atlassian.jira.web.action.admin |
|---|
| Methods in com.atlassian.jira.web.action.admin with parameters of type Group | |
|---|---|
protected void |
GlobalPermissions.createPermission(int permType,
Group group)
|
| Uses of Group in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return types with arguments of type Group | |
|---|---|
List<Group> |
GroupBrowserFilter.getFilteredGroups()
|
| Uses of Group in com.opensymphony.user |
|---|
| Methods in com.opensymphony.user that return Group | |
|---|---|
Group |
UserManager.createGroup(String name)
Deprecated. Create a new Group with given name. |
Group |
Group.Accessor.getGroup()
Return underlying Group this Accessor represents. |
Group |
UserManager.getGroup(String name)
Deprecated. Return Group with given name. |
| Methods in com.opensymphony.user that return types with arguments of type Group | |
|---|---|
List<Group> |
UserManager.getGroups()
Deprecated. Return all known Groups from all AccessProviders that allow listing. |
| Methods in com.opensymphony.user with parameters of type Group | |
|---|---|
boolean |
User.addToGroup(Group group)
Deprecated. Add this User as a member to supplied Group. |
boolean |
User.inGroup(Group group)
Deprecated. Determine whether User is member of supplied Group. |
boolean |
User.removeFromGroup(Group group)
Deprecated. Remove this User as a member from supplied Group. |
| Uses of Group in mock.user |
|---|
| Methods in mock.user with parameters of type Group | |
|---|---|
boolean |
MockOSUser.addToGroup(Group group)
|
boolean |
MockOSUser.inGroup(Group group)
|
boolean |
MockOSUser.removeFromGroup(Group group)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||