com.atlassian.jira.sharing.search
Class GroupShareTypeSearchParameter

java.lang.Object
  extended by com.atlassian.jira.sharing.search.AbstractShareTypeSearchParameter
      extended by com.atlassian.jira.sharing.search.GroupShareTypeSearchParameter
All Implemented Interfaces:
ShareTypeSearchParameter

public class GroupShareTypeSearchParameter
extends AbstractShareTypeSearchParameter

Represents the search parameters when searching for Group ShareTypes. The object can be used to search for SharePermissions that share with a particular group by passing a group name. The object can also be used to find all the group SharePermissions that a user can see by passing a null group.

Since:
v3.13

Constructor Summary
GroupShareTypeSearchParameter()
           
GroupShareTypeSearchParameter(String groupName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getGroupName()
           
 int hashCode()
           
 
Methods inherited from class com.atlassian.jira.sharing.search.AbstractShareTypeSearchParameter
getType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupShareTypeSearchParameter

public GroupShareTypeSearchParameter()

GroupShareTypeSearchParameter

public GroupShareTypeSearchParameter(String groupName)
Method Detail

getGroupName

public String getGroupName()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.