Class BatchRequestsResourceImpl

  • All Implemented Interfaces:
    com.artisol.teneo.studio.api.resources.BatchRequestsResource

    public class BatchRequestsResourceImpl
    extends AbstractResource
    implements com.artisol.teneo.studio.api.resources.BatchRequestsResource
    • Constructor Detail

      • BatchRequestsResourceImpl

        public BatchRequestsResourceImpl​(javax.ws.rs.client.WebTarget webTarget)
    • Method Detail

      • beginBatchRequest

        public UUID beginBatchRequest​(List<com.artisol.teneo.studio.api.models.BatchRequest> batchRequests)
                               throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        beginBatchRequest in interface com.artisol.teneo.studio.api.resources.BatchRequestsResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException
      • getBatchRequestResult

        public List<com.artisol.teneo.studio.api.models.BatchResponse> getBatchRequestResult​(UUID taskId)
                                                                                      throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        getBatchRequestResult in interface com.artisol.teneo.studio.api.resources.BatchRequestsResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException