Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
spaceKeyGrouper
pageTitleNavigation

Grouper Web Services

Description

...

  • Add or edit an attribute definition name
  • If you are editing an existing attribute definition name, you can look it up by name or id
  • You can specify a saveMode of INSERT, UPDATE, or INSERT_OR_UPDATE.  If you specify INSERT and the attributeDefName exists, it will be an error.  If you specify UPDATE and the attributeDefName existsdoesnt exist, it will be an error.
  • Non-lite service can save multiple attributeDefNames at once
  • You can have this operation automatically create parent stems if they do not exist
  • Can pass in a txType so that you can run all the saves in one transaction, or just finish the work that is possible with no enclosing transaction
  • Can set the name, display name, and description of an attribute def name.  Specify the attribute definition it is linked to (by name or id)
  • Returns attribute definition name(s), and the result code of if it was inserted or updated
  • Can actAs another user

...