リポジトリーからグローバルなアセット属性オブジェクトを取得するには、RAMSession.getAllAssetAttributes()、RAMSession.getAssetAttribute(String name)、または RAMSession.getAssetAttributeByURI(String URI) を使用します。
//Fetch all asset attributes
RAMAssetAttribute[] allAssetAttributes = session.getAllAssetAttributes();
//Fetch an asset attribute by name
RAMAssetAttribute assetAttribute = session.getAssetAttribute("Asset Attribute Name");