SpaceFilter

interface SpaceFilter

Filter to be used to do room queries regarding the space hierarchy.

See also

Types

Link copied to clipboard
data class ActiveSpace(val spaceId: String) : SpaceFilter

Used to get all the rooms that have the provided space in their parent hierarchy.

Link copied to clipboard
data class ExcludeSpace(val spaceId: String) : SpaceFilter

Used to get all the rooms that do not have the provided space in their parent hierarchy.

Link copied to clipboard
object NoFilter : SpaceFilter

Used to apply no filtering to the space.

Link copied to clipboard
object OrphanRooms : SpaceFilter

Used to get all the rooms that are not in any space.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard