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 PatchPatchService. 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 ItemPatchService. 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 voidPatchServiceEndPoint. 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 PatchPatchServiceImpl. load(String id)Methods in org.apache.unomi.services.impl.patches with parameters of type Patch Modifier and Type Method Description ItemPatchServiceImpl. patch(Patch patch) 
 -