Uses of Class
org.apache.unomi.api.Patch
-
Packages that use Patch Package Description org.apache.unomi.api.services org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.patches -
-
Uses of Patch in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return Patch Modifier and Type Method Description Patch
PatchService. load(String id)
Load a patch from its idMethods in org.apache.unomi.api.services with parameters of type Patch Modifier and Type Method Description Item
PatchService. patch(Patch patch)
Apply a patch -
Uses of Patch in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type Patch Modifier and Type Method Description void
PatchServiceEndPoint. setPatch(Patch patch, Boolean force)
Apply a patch on an item -
Uses of Patch in org.apache.unomi.services.impl.patches
Methods in org.apache.unomi.services.impl.patches that return Patch Modifier and Type Method Description Patch
PatchServiceImpl. load(String id)
Methods in org.apache.unomi.services.impl.patches with parameters of type Patch Modifier and Type Method Description Item
PatchServiceImpl. patch(Patch patch)
-