Uses of Interface
org.forgerock.json.resource.UpdateRequest
-
Packages that use UpdateRequest 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 UpdateRequest in org.forgerock.audit
Methods in org.forgerock.audit with parameters of type UpdateRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>
AuditService. handleUpdate(org.forgerock.services.context.Context context, UpdateRequest request)
Audit service does not support changing audit entries.Promise<ResourceResponse,ResourceException>
AuditServiceProxy. handleUpdate(org.forgerock.services.context.Context context, UpdateRequest request)
-
Uses of UpdateRequest in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return UpdateRequest Modifier and Type Method Description UpdateRequest
UpdateRequest. addField(String... fields)
UpdateRequest
UpdateRequest. addField(JsonPointer... fields)
static UpdateRequest
Requests. copyOfUpdateRequest(UpdateRequest request)
Returns a copy of the provided update request.static UpdateRequest
Requests. newUpdateRequest(String resourceContainer, String resourceId, JsonValue newContent)
Returns a new update request with the provided resource container path, resource ID, and new JSON content.static UpdateRequest
Requests. newUpdateRequest(String resourcePath, JsonValue newContent)
Returns a new update request with the provided resource path and new JSON content.static UpdateRequest
Requests. newUpdateRequest(CreateRequest createRequest)
Returns a new update request built based on the provided create request.static UpdateRequest
Requests. newUpdateRequest(ResourcePath resourceContainer, String resourceId, JsonValue newContent)
Returns a new update request with the provided resource container path, resource ID, and new JSON content.static UpdateRequest
Requests. newUpdateRequest(ResourcePath resourcePath, JsonValue newContent)
Returns a new update request with the provided resource path and new JSON content.UpdateRequest
UpdateRequest. setAdditionalParameter(String name, String value)
UpdateRequest
UpdateRequest. setContent(JsonValue content)
Sets the content of the JSON resource to be replaced.UpdateRequest
UpdateRequest. setPreferredLocales(PreferredLocales preferredLocales)
UpdateRequest
UpdateRequest. setResourcePath(String path)
UpdateRequest
UpdateRequest. setResourcePath(ResourcePath path)
UpdateRequest
UpdateRequest. setResourceVersion(org.forgerock.http.routing.Version resourceVersion)
UpdateRequest
UpdateRequest. setRevision(String version)
Sets the expected version information associated with the JSON resource to be updated.Methods in org.forgerock.json.resource with parameters of type UpdateRequest Modifier and Type Method Description static UpdateRequest
Requests. copyOfUpdateRequest(UpdateRequest request)
Returns a copy of the provided update request.Promise<ResourceResponse,ResourceException>
Filter. filterUpdate(org.forgerock.services.context.Context context, UpdateRequest request, RequestHandler next)
Filters an update request.Promise<ResourceResponse,ResourceException>
ResourceApiVersionRoutingFilter. filterUpdate(org.forgerock.services.context.Context context, UpdateRequest request, RequestHandler next)
Promise<ResourceResponse,ResourceException>
ResourceApiVersionSpecificationFilter. filterUpdate(org.forgerock.services.context.Context context, UpdateRequest request, RequestHandler next)
Promise<ResourceResponse,ResourceException>
FilterChain. handleUpdate(org.forgerock.services.context.Context context, UpdateRequest request)
default Promise<ResourceResponse,ResourceException>
RequestHandler. handleUpdate(org.forgerock.services.context.Context context, UpdateRequest request)
Updates a JSON resource by replacing its existing content with new content, returning aPromise
that will be completed when the resource has been updated.Promise<ResourceResponse,ResourceException>
Router. handleUpdate(org.forgerock.services.context.Context context, UpdateRequest request)
ResourceResponse
SynchronousRequestHandler. handleUpdate(org.forgerock.services.context.Context context, UpdateRequest request)
Updates a JSON resource by replacing its existing content with new content.ResourceResponse
AbstractAsynchronousConnection. update(org.forgerock.services.context.Context context, UpdateRequest request)
ResourceResponse
AbstractConnectionWrapper. update(org.forgerock.services.context.Context context, UpdateRequest request)
Updates a JSON resource by replacing its existing content with new content.ResourceResponse
Connection. update(org.forgerock.services.context.Context context, UpdateRequest request)
Updates a JSON resource by replacing its existing content with new content.Promise<ResourceResponse,ResourceException>
AbstractConnectionWrapper. updateAsync(org.forgerock.services.context.Context context, UpdateRequest request)
Asynchronously updates a JSON resource by replacing its existing content with new content.Promise<ResourceResponse,ResourceException>
Connection. updateAsync(org.forgerock.services.context.Context context, UpdateRequest request)
Asynchronously updates a JSON resource by replacing its existing content with new content.default Promise<ResourceResponse,ResourceException>
CollectionResourceProvider. updateInstance(org.forgerock.services.context.Context context, String resourceId, UpdateRequest request)
Updates
an existing resource within the collection.Promise<ResourceResponse,ResourceException>
MemoryBackend. updateInstance(org.forgerock.services.context.Context context, String id, UpdateRequest request)
Updates
an existing resource within the collection.default Promise<ResourceResponse,ResourceException>
SingletonResourceProvider. updateInstance(org.forgerock.services.context.Context context, UpdateRequest request)
Updates
the single resource instance.R
RequestVisitor. visitUpdateRequest(P p, UpdateRequest request)
Visits an update request. -
Uses of UpdateRequest in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap with parameters of type UpdateRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>
DescribableRequestHandler. handleUpdate(org.forgerock.services.context.Context context, UpdateRequest request)
-