This article is for Data Center. Visit Cloud

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Minor Java API Release

There are a few API additions coming with this release. The changes are backwards-compatible, so any code using API 17.x should work fine.

Jira Version

New API Version

7.13+

17.6.0

See Structure API Versions for full version information and downloads.

Compatible Changes in the Java API

We have added two new constants to support the "creator" attribute:

  • CoreAttributeSpecs.CREATOR is the attribute spec that returns the creator of an item as an ApplicationUser;

  • CoreAttributeSpecs.Id.CREATOR is the attribute ID for the "creator" attribute.

  • No labels