Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Include Page
spaceKeyGrouper
pageTitleNavigation

Grouper Web Services

Description

Stem save will insert or update a stem's uuid, extension, display name, or description (with restrictions)

Features

  • Can pass SaveMode which is INSERT, UPDATE, or INSERT_OR_UPDATE (default)
  • If the parent stem doesnt exist, the call will fail
  • Lookup stem to edit by stem lookup (by name or uuid)
  • Returns stem
  • Can actAs another user

Stem save Lite service

  • Accepts one stem to save
  • Documentation: SOAP (click on stemSaveLite), REST (click on stemSaveLite)
  • For REST, the request can put data in query string (in URL or request body)
  • REST request (colon is escaped to %3A): PUT /grouper-ws/servicesRest/v1_3_000/stems/aStem%3AaStem2
  • (see documentation above for details): Request object, response object
  • Response codes
  • Samples (all files with "Lite" in them, click on "download" to see file)

Stem save service