java.lang.Object | |
↳ | com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder |
A builder object used to create searching parameters
when looking for SharedEntityColumn instances.
This has a toSearchParameters()
method that gives back a new immutable instance of SharedEntitySearchParameters when called.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new template with empty parameters.
| |||||||||||
Creates a new template based on the parameters contained within an existing SharedEntitySearchParameters instance
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new template with empty parameters. This will find the most data possible in this state
Creates a new template based on the parameters contained within an existing SharedEntitySearchParameters instance
sharedEntitySearchParameters | the existing SharedEntitySearchParameters object. Must be non null. |
---|
IllegalArgumentException | if the sharedEntitySearchParameters is null. |
---|
Sets the Share Type parameter, used to search for shared entities that are shared based
The following classes and singleton instances can be used
shareTypeParameter | the ShareTypeSearchParameter |
---|
Call this method to clone the current SharedEntitySearchParametersTemplate into an immutable SharedEntitySearchParameters object. This immutable object can then safely be shared between threads and placed into the Session for example.