public class SharedEntityResolver extends Object
| Constructor and Description |
|---|
SharedEntityResolver(SharedEntityAccessor.Factory accessorFactory) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SharedEntity> |
getDummySharedEntities(SharedEntityType entityType,
Set<Long> ids)
Returns a set of 'placeholder' SharedEntity's - they only have an id
|
Collection<SharedEntity> |
getSharedEntities(SharedEntityType entityType,
Set<Long> ids)
Returns a collection of SharedEntity's given ids
|
public SharedEntityResolver(SharedEntityAccessor.Factory accessorFactory)
public Collection<SharedEntity> getSharedEntities(SharedEntityType entityType, Set<Long> ids)
entityType - type of SharedEntity - either SearchRequest or PortalPageids - set of ids to getpublic Collection<SharedEntity> getDummySharedEntities(SharedEntityType entityType, Set<Long> ids)
entityType - type of SharedEntity - either SearchRequest or PortalPageids - set of idsCopyright © 2002-2022 Atlassian. All Rights Reserved.