Class JobBinaryServiceImpl

    • Constructor Detail

      • JobBinaryServiceImpl

        public JobBinaryServiceImpl()
    • Method Detail

      • get

        public JobBinary get​(String JobBinaryId)
        Get a job binary by ID
        Specified by:
        get in interface JobBinaryService
        Parameters:
        JobBinaryId - the job binary identifier
        Returns:
        the job binary or null if not found
      • create

        public JobBinary create​(JobBinary jobBinary)
        Create a new job binary
        Specified by:
        create in interface JobBinaryService
        Parameters:
        jobBinary - the job binary to create
        Returns:
        the created job binary
      • delete

        public ActionResponse delete​(String JobBinaryId)
        Delete the specified job binary
        Specified by:
        delete in interface JobBinaryService
        Parameters:
        JobBinaryId - the job binary identifier
        Returns:
        the action response
      • getData

        public Payload<InputStream> getData​(String JobBinaryId)
        Retrieves data of specified job binary object
        Specified by:
        getData in interface JobBinaryService
        Parameters:
        JobBinaryId - the job binary identifier
        Returns:
        Job Binary data