com.atlassian.jira.sharing.SharedEntityAccessor.RetrievalDescriptor |
Used when getting a Collection of shared entities
. Describes the ids of the entities
to retrieve and whether the order of the result is important.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The list of ids to retrieve.
| |||||||||||
is the order of the id list significant.
|
The list of ids to retrieve. This list should only contain unique elements (ie. a Set
view would have
the same size) and not contain any nulls.
is the order of the id list significant. If so the result should preserve the same iteration order.