Hi all,
I created the checkout service it was returing the datapackage before it self is it possible to set the file path??
DataPackage resultDp =this.getVersionService().checkout(objIdSet, operationoptions);
am trying to download this Datapackage getting the exception at accessing object_name it self. But i am able to download the document using objectservice after checkout passing the objectid but if i cacel the checkout checkout using service still that document is in the temp folder . why i am unable to download using this checkout methed returened datapackage i checked the dataobject count is 1
DataObject checkOutObj = resultDp.getDataObjects().get(0);
String objectname=checkOutObj.getProperties().get("object_name").getValueAsString();System.
out.println("object_name"+objectname);
can any one suggest how to set the file path while checkout time.
Regards,
Gangadhar.