java.lang.Object | |
↳ | com.atlassian.jira.sharing.type.GlobalShareQueryFactory |
Implementation of the ShareQueryFactory
for the Global share type.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the Field we will later search for.
| |||||||||||
Get the search query for the shares that can be seen by the passed user for the passed parameter.
| |||||||||||
Get the search query for all shares shares that match the passed parameter.
| |||||||||||
Get the search terms for the shares that can be seen by the passed user.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||
![]()
|
Get the Field we will later search for.
Get the search query for the shares that can be seen by the passed user for the passed parameter. Used when the user has specified something to search for.
parameter | the parameters for the search. |
---|---|
user | the user to perform the search on behalf of. |
Get the search query for all shares shares that match the passed parameter. Used by the system to match all entities that match the parameter, for instance when deleting Group, Project or Role.
parameter | the parameters for the search. |
---|
Get the search terms for the shares that can be seen by the passed user.
user | the user to perform the search on behalf of. |
---|