intra-mart Accel Platform IM-Repository拡張プログラミングガイド 第5版 2023-10-01

4.1. 列挙型

4.1.1. 列挙型を取得する

4.1.1.1. REST-API

メソッド GET
URI %ベースURL%/api/repository/metadata/enumeration

4.1.1.2. JavaEE開発モデル

// 列挙型を取得する
EnumerationService enumerationService = RepositoryServiceProvider.getInstance().getEnumerationService();
Enumerations enumerations = enumerationService.getEnumerations();