Package org.apache.unomi.rest.endpoints
Class PatchServiceEndPoint
- java.lang.Object
-
- org.apache.unomi.rest.endpoints.PatchServiceEndPoint
-
@Produces("application/json") @Consumes("application/json") @Path("/patches") public class PatchServiceEndPoint extends Object
A JAX-RS endpoint to manage patches.
-
-
Constructor Summary
Constructors Constructor Description PatchServiceEndPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setPatch(Patch patch, Boolean force)
Apply a patch on an itemvoid
setPatchService(PatchService patchService)
-
-
-
Method Detail
-
setPatchService
public void setPatchService(PatchService patchService)
-
-