Uses of Interface
org.forgerock.json.resource.PatchRequest
-
Packages that use PatchRequest Package Description org.forgerock.audit Package contains the AuditService.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.openig.audit Service Provider interface for registering audit events.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework.org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.ui.record Defines a storage service to be used by the UI to persist its component model. -
-
Uses of PatchRequest in org.forgerock.audit
Methods in org.forgerock.audit with parameters of type PatchRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>
AuditService. handlePatch(Context context, PatchRequest request)
Audit service does not support changing audit entries.Promise<ResourceResponse,ResourceException>
AuditServiceProxy. handlePatch(Context context, PatchRequest request)
-
Uses of PatchRequest in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return PatchRequest Modifier and Type Method Description PatchRequest
PatchRequest. addField(String... fields)
PatchRequest
PatchRequest. addField(JsonPointer... fields)
PatchRequest
PatchRequest. addPatchOperation(String operation, String field, JsonValue value)
Adds a single patch operation which should be performed against the targeted resource.PatchRequest
PatchRequest. addPatchOperation(PatchOperation... operations)
Adds one or more patch operations which should be performed against the targeted resource.static PatchRequest
Requests. copyOfPatchRequest(PatchRequest request)
Returns a copy of the provided patch request.static PatchRequest
Requests. newPatchRequest(String resourceContainer, String resourceId, PatchOperation... operations)
Returns a new patch request with the provided resource container path, resource ID, and JSON patch operations.static PatchRequest
Requests. newPatchRequest(String resourcePath, PatchOperation... operations)
Returns a new patch request with the provided resource path and JSON patch operations.static PatchRequest
Requests. newPatchRequest(ResourcePath resourceContainer, String resourceId, PatchOperation... operations)
Returns a new patch request with the provided resource container path, resource ID, and JSON patch operations.static PatchRequest
Requests. newPatchRequest(ResourcePath resourcePath, PatchOperation... operations)
Returns a new patch request with the provided resource path and JSON patch operations.PatchRequest
PatchRequest. setAdditionalParameter(String name, String value)
PatchRequest
PatchRequest. setPreferredLocales(PreferredLocales preferredLocales)
PatchRequest
PatchRequest. setResourcePath(String path)
PatchRequest
PatchRequest. setResourcePath(ResourcePath path)
PatchRequest
PatchRequest. setResourceVersion(Version resourceVersion)
PatchRequest
PatchRequest. setRevision(String version)
Sets the expected version information associated with the JSON resource to be patched.Methods in org.forgerock.json.resource with parameters of type PatchRequest Modifier and Type Method Description static PatchRequest
Requests. copyOfPatchRequest(PatchRequest request)
Returns a copy of the provided patch request.Promise<ResourceResponse,ResourceException>
Filter. filterPatch(Context context, PatchRequest request, RequestHandler next)
Filters a patch request.Promise<ResourceResponse,ResourceException>
ResourceApiVersionRoutingFilter. filterPatch(Context context, PatchRequest request, RequestHandler next)
Promise<ResourceResponse,ResourceException>
ResourceApiVersionSpecificationFilter. filterPatch(Context context, PatchRequest request, RequestHandler next)
Promise<ResourceResponse,ResourceException>
FilterChain. handlePatch(Context context, PatchRequest request)
default Promise<ResourceResponse,ResourceException>
RequestHandler. handlePatch(Context context, PatchRequest request)
Updates a JSON resource by applying a set of changes to its existing content, returning aPromise
that will be completed when the resource has been updated.Promise<ResourceResponse,ResourceException>
Router. handlePatch(Context context, PatchRequest request)
ResourceResponse
SynchronousRequestHandler. handlePatch(Context context, PatchRequest request)
Updates a JSON resource by applying a set of changes to its existing content.ResourceResponse
AbstractAsynchronousConnection. patch(Context context, PatchRequest request)
ResourceResponse
AbstractConnectionWrapper. patch(Context context, PatchRequest request)
Updates a JSON resource by applying a set of changes to its existing content.ResourceResponse
Connection. patch(Context context, PatchRequest request)
Updates a JSON resource by applying a set of changes to its existing content.Promise<ResourceResponse,ResourceException>
AbstractConnectionWrapper. patchAsync(Context context, PatchRequest request)
Asynchronously updates a JSON resource by applying a set of changes to its existing content.Promise<ResourceResponse,ResourceException>
Connection. patchAsync(Context context, PatchRequest request)
Asynchronously updates a JSON resource by applying a set of changes to its existing content.default Promise<ResourceResponse,ResourceException>
CollectionResourceProvider. patchInstance(Context context, String resourceId, PatchRequest request)
Patches
an existing resource within the collection.Promise<ResourceResponse,ResourceException>
MemoryBackend. patchInstance(Context context, String id, PatchRequest request)
Patches
an existing resource within the collection.default Promise<ResourceResponse,ResourceException>
SingletonResourceProvider. patchInstance(Context context, PatchRequest request)
Patches
the single resource instance.R
RequestVisitor. visitPatchRequest(P p, PatchRequest request)
Visits a patch request. -
Uses of PatchRequest in org.forgerock.openig.audit
Methods in org.forgerock.openig.audit with parameters of type PatchRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>
NoOpAuditService. handlePatch(Context context, PatchRequest patchRequest)
-
Uses of PatchRequest in org.forgerock.openig.http
Methods in org.forgerock.openig.http with parameters of type PatchRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>
ServerInfoSingletonProvider. patchInstance(Context context, PatchRequest request)
-
Uses of PatchRequest in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools with parameters of type PatchRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>
ExecutorFilter. filterPatch(Context context, PatchRequest request, RequestHandler next)
Promise<ResourceResponse,ResourceException>
NotSupportedFilter. filterPatch(Context context, PatchRequest patchRequest, RequestHandler requestHandler)
-
Uses of PatchRequest in org.forgerock.openig.ui.record
Methods in org.forgerock.openig.ui.record with parameters of type PatchRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>
RecordProvider. patchInstance(Context context, String resourceId, PatchRequest request)
-