| Package | Description |
|---|---|
| org.forgerock.json.resource |
| Modifier and Type | Method and Description |
|---|---|
UpdateRequest |
UpdateRequest.addField(org.forgerock.json.JsonPointer... fields) |
UpdateRequest |
UpdateRequest.addField(String... fields) |
static UpdateRequest |
Requests.copyOfUpdateRequest(UpdateRequest request)
Returns a copy of the provided update request.
|
static UpdateRequest |
Requests.newUpdateRequest(ResourcePath resourcePath,
org.forgerock.json.JsonValue newContent)
Returns a new update request with the provided resource path and new JSON
content.
|
static UpdateRequest |
Requests.newUpdateRequest(ResourcePath resourceContainer,
String resourceId,
org.forgerock.json.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,
org.forgerock.json.JsonValue newContent)
Returns a new update request with the provided resource path and new JSON
content.
|
static UpdateRequest |
Requests.newUpdateRequest(String resourceContainer,
String resourceId,
org.forgerock.json.JsonValue newContent)
Returns a new update request with the provided resource container path,
resource ID, and new JSON content.
|
UpdateRequest |
UpdateRequest.setAdditionalParameter(String name,
String value) |
UpdateRequest |
UpdateRequest.setContent(org.forgerock.json.JsonValue content)
Sets the content of the JSON resource to be replaced.
|
UpdateRequest |
UpdateRequest.setPreferredLocales(org.forgerock.util.i18n.PreferredLocales preferredLocales) |
UpdateRequest |
UpdateRequest.setResourcePath(ResourcePath path) |
UpdateRequest |
UpdateRequest.setResourcePath(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateRequest |
Requests.copyOfUpdateRequest(UpdateRequest request)
Returns a copy of the provided update request.
|
org.forgerock.util.promise.Promise<ResourceResponse,ResourceException> |
Filter.filterUpdate(org.forgerock.services.context.Context context,
UpdateRequest request,
RequestHandler next)
Filters an update request.
|
org.forgerock.util.promise.Promise<ResourceResponse,ResourceException> |
ResourceApiVersionRoutingFilter.filterUpdate(org.forgerock.services.context.Context context,
UpdateRequest request,
RequestHandler next) |
ResourceResponse |
SynchronousRequestHandler.handleUpdate(org.forgerock.services.context.Context context,
UpdateRequest request)
Updates a JSON resource by replacing its existing content with new
content.
|
org.forgerock.util.promise.Promise<ResourceResponse,ResourceException> |
AbstractRequestHandler.handleUpdate(org.forgerock.services.context.Context context,
UpdateRequest request)
Updates a JSON resource by replacing its existing content with new
content, returning a
Promise that will be completed when the
resource has been updated. |
org.forgerock.util.promise.Promise<ResourceResponse,ResourceException> |
FilterChain.handleUpdate(org.forgerock.services.context.Context context,
UpdateRequest request) |
org.forgerock.util.promise.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 a
Promise that will be completed when the
resource has been updated. |
org.forgerock.util.promise.Promise<ResourceResponse,ResourceException> |
Router.handleUpdate(org.forgerock.services.context.Context context,
UpdateRequest request) |
ResourceResponse |
Connection.update(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.
|
org.forgerock.util.promise.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.
|
org.forgerock.util.promise.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.
|
org.forgerock.util.promise.Promise<ResourceResponse,ResourceException> |
MemoryBackend.updateInstance(org.forgerock.services.context.Context context,
String id,
UpdateRequest request)
Updates an existing resource within the collection. |
org.forgerock.util.promise.Promise<ResourceResponse,ResourceException> |
CollectionResourceProvider.updateInstance(org.forgerock.services.context.Context context,
String resourceId,
UpdateRequest request)
Updates an existing resource within the collection. |
org.forgerock.util.promise.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.
|
Copyright © 2021 Open Identity Platform Community. All rights reserved.