Searched defs:relationshipId (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DRelationshipProvider.java429 * @param relationshipId The relationship id.
433 public Promise<ResourceResponse, ResourceException> readInstance(Context context, String relationshipId, argument
436 final ReadRequest readRequest = Requests.newReadRequest(REPO_RESOURCE_PATH.child(relationshipId));
468 * @param relationshipId The relationship id.
473 final String relationshipId, final UpdateRequest request) {
476 final ReadRequest readRequest = Requests.newReadRequest(REPO_RESOURCE_PATH.child(relationshipId));
489 return updateIfChanged(context, request, relationshipId, rev, oldResource, newValue);
502 result = updateIfChanged(context, request, relationshipId, rev, oldResource, newValue).getOrThrow();
527 * @param relationshipId The relationship id.
532 final String relationshipId, fina
472 updateInstance(final Context context, final String relationshipId, final UpdateRequest request) argument
531 deleteInstance(final Context context, final String relationshipId, final DeleteRequest request) argument
647 patchInstance(Context context, String relationshipId, PatchRequest request) argument
735 actionInstance(Context context, String relationshipId, ActionRequest request) argument
[all...]

Completed in 31 milliseconds