DataScope

New in 1.33.0 (BETA)

DataScope

A DataScope allows application developers to interact with data referenced by a DataLocator.

Instance method summary

  • New in 1.33.0 (BETA)
    Checks if this DataScope contains at least one item.
  • New in 1.34.0 (BETA)
    Creates data and returns a corresponding new DataItem instance. The attributes are provided to the corresponding create callback (see Scrivito.provideDataClass).
  • New in 1.33.0 (BETA)
    Checks if this DataScope doesn’t contain any items.
  • New in 1.33.0 (BETA)
    Returns an ObjSearch instance of the DataScope.
  • New in 1.34.0 (BETA)
    Evaluates the transformation of the DataScope and returns the corresponding data items.
  • New in 1.34.0 (BETA)
    Returns a new DataScope instance with applied transformations specified by the params. The parameters are provided to the corresponding index callback as IndexParams.