Um ein globales Assetattributobjekt aus dem Repository abzurufen, verwenden Sie RAMSession.getAllAssetAttributes(), RAMSession.getAssetAttribute(String name) oder RAMSession.getAssetAttributeByURI(String URI).
//Alle Assetattribute abrufen
RAMAssetAttribute[] allAssetAttributes = session.getAllAssetAttributes();
//Assetattribut nach Name abrufen
RAMAssetAttribute assetAttribute = session.getAssetAttribute("Asset Attribute Name");