Interface BulkResource

All Known Implementing Classes:
BulkResourceImpl

@Path("Bulk") public interface BulkResource
From SCIM Protocol Specification, section 3, page 9
Author:
chrisharm
See Also:
  • Scim spec section 3.2 Resource Endpoint Operations Description -------- ---------------- ---------------------- -------------------- Bulk /Bulk POST (Section 3.7) Bulk updates to one or more resources.
  • Method Summary

    Modifier and Type
    Method
    Description
    default jakarta.ws.rs.core.Response
    doBulk(BulkRequest bulkRequest, jakarta.ws.rs.core.UriInfo uriInfo)
     
  • Method Details

    • doBulk

      @POST @Produces({"application/scim+json","application/json"}) @Consumes({"application/scim+json","application/json"}) default jakarta.ws.rs.core.Response doBulk(BulkRequest bulkRequest, @Context jakarta.ws.rs.core.UriInfo uriInfo)
      Returns:
      See Also: