Automic Workload Automation

 View Only
  • 1.  Move Object to another Folder using Java API

    Posted Feb 15, 2017 11:38 PM
    Hi,
    I am using one interface V10. Trying to write a code to move object to another folder using JAVA API but I do not know how to use MoveObject
    Do anyone have any idea or sample? 

    Thank you in advance


  • 2.  Move Object to another Folder using Java API

    Posted Feb 16, 2017 05:24 AM
    Hi there!

    I suggest you get familiar with Java API concepts with the Getting started tutorials that you can find here:

    https://marketplace.automic.com/browse/#/search/java-api-getting-started

    Basically the MoveObject class extends XMLRequest class so you can provide it as a parameter for the method sendRequestAndWait() of com.uc4.communication.Connection class.

    Hope this helps!