Package com.atlassian.confluence.spaces
Class SpacesQuery.Builder
java.lang.Object
com.atlassian.confluence.spaces.SpacesQuery.Builder
- Enclosing class:
SpacesQuery
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
createdAfter
(Date date) forUser
(ConfluenceUser user) inSpaceGroup
(SpaceGroup spaceGroup) Deprecated.in 5.9.unsorted()
withContentContainingLabels
(Iterable<Label> labels) withHasRetentionPolicy
(boolean hasRetentionPolicy) withIsFavourited
(boolean isFavourited) withLabels
(Iterable<Label> labels) withPermission
(String permission) withSpaceIds
(Set<Long> spaceIds) withSpaceKey
(String spaceKey) withSpaceKeys
(Iterable<String> spaceKeys) withSpaceStatus
(SpaceStatus status) withSpaceType
(SpaceType type)
-
Method Details
-
withSpaceKey
-
withSpaceKeys
-
withSpaceType
-
withLabel
-
withLabels
-
withContentContainingLabels
-
withIsFavourited
-
withHasRetentionPolicy
-
forUser
- Since:
- 9.5
-
withSpaceIds
-
withPermission
-
inSpaceGroup
Deprecated.in 5.9.SpaceGroup
and related classes likeSpaceGroupManager
andSpaceGroupComparator
will be removed. Please do not use them. -
sortBy
-
unsorted
-
createdAfter
-
withSpaceStatus
-
build
-