SpaceFilter

interface SpaceFilter

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

See also

Inheritors

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

Used to apply no filtering to the space.

Link copied to clipboard

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