public static interface SharedEntityAccessor.RetrievalDescriptor
shared entities
. Describes the ids of the entities
to retrieve and whether the order of the result is important.Modifier and Type | Method and Description |
---|---|
List<Long> |
getIds()
The list of ids to retrieve.
|
boolean |
preserveOrder()
is the order of the id list significant.
|
@Nonnull List<Long> getIds()
Set
view would have
the same size) and not contain any nulls.boolean preserveOrder()
Copyright © 2002-2015 Atlassian. All Rights Reserved.