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.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
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(org.forgerock.services.context.Context context, PatchRequest request)Audit service does not support changing audit entries.Promise<ResourceResponse,ResourceException>AuditServiceProxy. handlePatch(org.forgerock.services.context.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 PatchRequestPatchRequest. addField(String... fields)PatchRequestPatchRequest. addField(JsonPointer... fields)PatchRequestPatchRequest. addPatchOperation(String operation, String field, JsonValue value)Adds a single patch operation which should be performed against the targeted resource.PatchRequestPatchRequest. addPatchOperation(PatchOperation... operations)Adds one or more patch operations which should be performed against the targeted resource.static PatchRequestRequests. copyOfPatchRequest(PatchRequest request)Returns a copy of the provided patch request.static PatchRequestRequests. 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 PatchRequestRequests. newPatchRequest(String resourcePath, PatchOperation... operations)Returns a new patch request with the provided resource path and JSON patch operations.static PatchRequestRequests. 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 PatchRequestRequests. newPatchRequest(ResourcePath resourcePath, PatchOperation... operations)Returns a new patch request with the provided resource path and JSON patch operations.PatchRequestPatchRequest. setAdditionalParameter(String name, String value)PatchRequestPatchRequest. setPreferredLocales(PreferredLocales preferredLocales)PatchRequestPatchRequest. setResourcePath(String path)PatchRequestPatchRequest. setResourcePath(ResourcePath path)PatchRequestPatchRequest. setResourceVersion(org.forgerock.http.routing.Version resourceVersion)PatchRequestPatchRequest. 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 PatchRequestRequests. copyOfPatchRequest(PatchRequest request)Returns a copy of the provided patch request.Promise<ResourceResponse,ResourceException>Filter. filterPatch(org.forgerock.services.context.Context context, PatchRequest request, RequestHandler next)Filters a patch request.Promise<ResourceResponse,ResourceException>ResourceApiVersionRoutingFilter. filterPatch(org.forgerock.services.context.Context context, PatchRequest request, RequestHandler next)Promise<ResourceResponse,ResourceException>ResourceApiVersionSpecificationFilter. filterPatch(org.forgerock.services.context.Context context, PatchRequest request, RequestHandler next)Promise<ResourceResponse,ResourceException>FilterChain. handlePatch(org.forgerock.services.context.Context context, PatchRequest request)default Promise<ResourceResponse,ResourceException>RequestHandler. handlePatch(org.forgerock.services.context.Context context, PatchRequest request)Updates a JSON resource by applying a set of changes to its existing content, returning aPromisethat will be completed when the resource has been updated.Promise<ResourceResponse,ResourceException>Router. handlePatch(org.forgerock.services.context.Context context, PatchRequest request)ResourceResponseSynchronousRequestHandler. handlePatch(org.forgerock.services.context.Context context, PatchRequest request)Updates a JSON resource by applying a set of changes to its existing content.ResourceResponseAbstractAsynchronousConnection. patch(org.forgerock.services.context.Context context, PatchRequest request)ResourceResponseAbstractConnectionWrapper. patch(org.forgerock.services.context.Context context, PatchRequest request)Updates a JSON resource by applying a set of changes to its existing content.ResourceResponseConnection. patch(org.forgerock.services.context.Context context, PatchRequest request)Updates a JSON resource by applying a set of changes to its existing content.Promise<ResourceResponse,ResourceException>AbstractConnectionWrapper. patchAsync(org.forgerock.services.context.Context context, PatchRequest request)Asynchronously updates a JSON resource by applying a set of changes to its existing content.Promise<ResourceResponse,ResourceException>Connection. patchAsync(org.forgerock.services.context.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(org.forgerock.services.context.Context context, String resourceId, PatchRequest request)Patchesan existing resource within the collection.Promise<ResourceResponse,ResourceException>MemoryBackend. patchInstance(org.forgerock.services.context.Context context, String id, PatchRequest request)Patchesan existing resource within the collection.default Promise<ResourceResponse,ResourceException>SingletonResourceProvider. patchInstance(org.forgerock.services.context.Context context, PatchRequest request)Patchesthe single resource instance.RRequestVisitor. visitPatchRequest(P p, PatchRequest request)Visits a patch request. -
Uses of PatchRequest in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap with parameters of type PatchRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>DescribableRequestHandler. handlePatch(org.forgerock.services.context.Context context, PatchRequest request)
-