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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DRelationshipProvider.java387 createRequest.setContent(convertToRepoObject(firstResourcePath(context, request), request.getContent()));
477 final JsonValue newValue = convertToRepoObject(firstResourcePath(context, request), request.getContent());
686 convertToRepoObject(firstResourcePath(context, request), oldResource.getContent())),
687 convertToRepoObject(firstResourcePath(context, request), newValue));
751 protected final ResourcePath firstResourcePath(final Context context, final Request request) method in class:RelationshipProvider
778 return firstResourcePath(context, request);
790 * @param firstResourcePath The path of the first object in a relationship instance
797 protected JsonValue convertToRepoObject(final ResourcePath firstResourcePath, final JsonValue object) { argument
811 if (firstResourcePath.toString().compareTo(object.get(FIELD_REFERENCE).asString()) < 0) {
813 field(REPO_FIELD_FIRST_ID, firstResourcePath
[all...]

Completed in 29 milliseconds