アセット・タイプの削除

以下を参照してください。

リポジトリーからアセット・タイプを削除するには、RAMAction.DELETE を渡して RAMAssetType.setAction(RAMAction) を使用します。

                //Delete the asset type 
                assetType.setAction(RAMAction.DELETE);
                
                session.put(assetType, new NullProgressMonitor());

フィードバック