VMware {code} Community
umaparvathy
Enthusiast
Enthusiast

How to get the particular job details from the converter sdk

converterSDK sample has List operation which gets the list of tasks and jobs.

getJobHistory in converterConnection gets the all the jobs till the count is given . Instead is there any method to fetch a particular job details.

_converterService.converterReadNextConversionJobs(jobCollector, jobs) => this is declared in converterPortType.java

In converterPortType.java  there are few job lines . Will that be useful to fetch the particular job infromation. If so, how to specify the ManagedObjectReference of conversionJob?

public com.vmware.converter.ConverterServerConversionConversionJobInfo converterServerConversionManagerGetJobInfo(com.vmware.converter.ManagedObjectReference _this, com.vmware.converter.ManagedObjectReference conversionJob)

public com.vmware.converter.ConverterServerConversionConversionJobSpec converterServerConversionManagerGetJobSpec(com.vmware.converter.ManagedObjectReference _this, com.vmware.converter.ManagedObjectReference conversionJob)

Reply
0 Kudos
0 Replies