Interface JobBinaryService

    • Method Detail

      • list

        List<? extends JobBinary> list()
        List all job binaries
        Returns:
        list of job binaries or empty
      • get

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

        JobBinary create​(JobBinary jobBinary)
        Create a new job binary
        Parameters:
        jobBinary - the job binary to create
        Returns:
        the created job binary
      • delete

        ActionResponse delete​(String JobBinaryId)
        Delete the specified job binary
        Parameters:
        JobBinaryId - the job binary identifier
        Returns:
        the action response
      • getData

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