Document toolboxDocument toolbox

This article is for Data Center. Visit Cloud

API Changes in Structure 6.5

1. 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

8.5+

17.7.0

See Structure API Versions for full version information and downloads.

2. Compatible Changes in the Java API

We have added project category items support. Items can be used in attribute trails or generator ItemChangeFilter to detect project category changes.

Corresponding type constant:

  • CoreItemTypes.PROJECT_CATEGORY

Methods to create project category items:

  • CoreIdentities.projectCategory(long)

  • CoreIdentities.projectCategory(ProjectCategory)