Interface ModificationRestService

    • Method Detail

      • executeModification

        @POST
        @Path("/execute")
        @Consumes("application/json")
        void executeModification​(ModificationDto modificationExecutionDto)
      • executeModificationAsync

        @POST
        @Path("/executeAsync")
        @Consumes("application/json")
        @Produces("application/json")
        BatchDto executeModificationAsync​(ModificationDto modificationExecutionDto)