Class SpaceEntityListContext


  • public class SpaceEntityListContext
    extends Object
    Represents the context for which SpaceEntityLists are queried in.

    Values in this context can return null, indicating that they were undefined. It is up to the query implementations to define default behaviour when the values are null.

    • Constructor Detail

    • Method Detail

      • getSpaceType

        public String getSpaceType()
      • getStartIndex

        public Integer getStartIndex()
      • getMaxResults

        public Integer getMaxResults()
      • getSpaceKeys

        public Set<String> getSpaceKeys()