We're building a custom archiving tool and need to be able to implement a restore function. Using the Java SDK, how can you add report objects back to the CMS as instances of an existing report?
ie: I can easily take an instance of an object, copy the file of that instance to a network share and delete the instance from the CMS. But when I want to restore that file back to the CMS and not as a new report object, but as an instance in exactly the same place it was before - how can I do that?
Thanks in anticipation of your help.
Greg