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 ObjectA 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 voidsetPatch(Patch patch, Boolean force)Apply a patch on an itemvoidsetPatchService(PatchService patchService)
-
-
-
Method Detail
-
setPatchService
public void setPatchService(PatchService patchService)
-
-