자산 유형 삭제

다음을 참조하십시오.

저장소에서 자산 유형을 삭제하려면 RAMAssetType.setAction(RAMAction)을 사용하고 RAMAction.DELETE를 전달하십시오.

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

피드백