Package org.apache.unomi.api.services
Interface PatchService
-
- All Known Implementing Classes:
PatchServiceImpl
public interface PatchServiceService to handle and manage patches on unomi items. The service will load patches from META-INF/cxs/patches in modules. The patch is automatically applied the first time it is viewed by the service, if the item to patch exists, and then saved in persistence. The service also allows to reload a patch from persistence and apply it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Patchload(String id)Load a patch from its idItempatch(Patch patch)Apply a patch
-