All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.optim.oaas.client.job.JobOutput.html Maven / Gradle / Ivy

The newest version!






JobOutput (Java Client for DOcplexcloud 1.0 API)











com.ibm.optim.oaas.client.job

Interface JobOutput



  • public interface JobOutput
    Interface of a job output source. The job executor has predefined functions to declare and download attachments to streams or files. A job output lets you define a custom source and when the executor is ready to download the content of the attachment, it will call the download function that you can define.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void download(JobClient client, String jobid)
      Downloads an attachment.
      Object getContent()
      Returns the content of the attachment as specified in the builder such as a file, stream or object.
      String getName()
      Returns the name of the output source.
      void setName(String name)
      Sets the name of the output.

Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy