You don't have to use DAM and a PropertyProviderAdapter if you don't want to, it's just the standard way to retrieve data from UI views. You can call QueryAvailableDisksForVmfs from within your java service. You cannot mix the DAM API with a custom java service. DAM requests go to the Data Manager on the java side and are dispatched to the various adapters for a specific object type.
↧