com.atlassian.jira.sharing.search
Interface ShareTypeSearchParameter

All Known Implementing Classes:
AbstractShareTypeSearchParameter, GlobalShareTypeSearchParameter, GroupShareTypeSearchParameter, PrivateShareTypeSearchParameter, ProjectShareTypeSearchParameter

public interface ShareTypeSearchParameter

Interface for representing ShareType parameters in searches.

Since:
v3.13

Method Summary
 ShareType.Name getType()
          Return the type of ShareType this parameter is associated with.
 

Method Detail

getType

ShareType.Name getType()
Return the type of ShareType this parameter is associated with.

Returns:
the ShareType this parameter is associated with.


Copyright © 2002-2009 Atlassian. All Rights Reserved.