@Internal public abstract class

AbstractShareTypeSearchParameter

extends Object
implements ShareTypeSearchParameter
java.lang.Object
   ↳ com.atlassian.jira.sharing.search.AbstractShareTypeSearchParameter
Known Direct Subclasses

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Object that represents a set of parameters when searching for all the SharePermissions of a particular ShareType.

Summary

Protected Constructors
AbstractShareTypeSearchParameter(ShareType.Name type)
Public Methods
ShareType.Name getType()
Return the type of ShareType this parameter is associated with.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.sharing.search.ShareTypeSearchParameter

Protected Constructors

protected AbstractShareTypeSearchParameter (ShareType.Name type)

Public Methods

public ShareType.Name getType ()

Return the type of ShareType this parameter is associated with.

Returns
  • the ShareType this parameter is associated with.