Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Method Signature

Item[] getItems(String[] itemIds);

Description

Retrieves an array of Items with the specified itemIds.

Parameters

String[] - an array of item ids to retrieve.

Result

Item[]- the array of Item objects. If you specified an invalid item id in the parameter then that item will not be present in the result.