| Modifier and Type | Method and Description |
|---|---|
SpaceService.SpaceFinder |
SpaceServiceImpl.find(Expansion... expansions) |
SpaceService.SpaceFinder |
HibernateSpaceFinder.getFinder(Expansion... expansions)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlSpaceFinder.SqlSpaceFinderImpl |
| Modifier and Type | Method and Description |
|---|---|
SpaceService.SpaceFinder |
SqlSpaceFinder.getFinder(Expansion... expansions) |
SpaceService.SpaceFinder |
SqlSpaceFinder.SqlSpaceFinderImpl.withIsFavouritedByUser(com.atlassian.sal.api.user.UserKey userKey,
boolean isFavourited) |
SpaceService.SpaceFinder |
SqlSpaceFinder.SqlSpaceFinderImpl.withKeys(String... spaceKeys) |
SpaceService.SpaceFinder |
SqlSpaceFinder.SqlSpaceFinderImpl.withLabels(Label... labels) |
SpaceService.SpaceFinder |
SqlSpaceFinder.SqlSpaceFinderImpl.withStatus(SpaceStatus status) |
SpaceService.SpaceFinder |
SqlSpaceFinder.SqlSpaceFinderImpl.withType(SpaceType type) |
| Modifier and Type | Method and Description |
|---|---|
SpaceService.SpaceFinder |
SpaceService.find(Expansion... expansion)
Create a space finder to locate spaces, the expansions will be applied to each Space matching the
restrictions on the finder.
|
SpaceService.SpaceFinder |
SpaceService.SpaceFinder.withIsFavouritedByUser(com.atlassian.sal.api.user.UserKey userKey,
boolean isFavourited) |
SpaceService.SpaceFinder |
SpaceService.SpaceFinder.withKeys(String... spaceKeys) |
SpaceService.SpaceFinder |
SpaceService.SpaceFinder.withLabels(Label... labels) |
SpaceService.SpaceFinder |
SpaceService.SpaceFinder.withStatus(SpaceStatus status) |
SpaceService.SpaceFinder |
SpaceService.SpaceFinder.withType(SpaceType type) |
Copyright © 2003–2017 Atlassian. All rights reserved.