Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  1. Obtain named query uuid for the query you are working with, from the SE.
  2. Set parameters in the SvcLogicContext:
    1. namedQueryData.query-parameters.named-query.named-query-uuid  - Note: uuid needs to be set in both key and in SvcLogicContext using this property name
    2. Wiki Markup
      Filters -  filters are set using prefix: namedQueryData.instance-filters.instance-filter\[n\] followed by resource name + '.' + id

    3. namedQueryData.instance-filters.instance-filter_length - specifies number of filters
    4. data prefix value "namedQueryData" was chosen for this example and can be changed as long as it is also updated in the key string.

...