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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DSingletonRelationshipProvider.java98 public Promise<JsonValue, ResourceException> getRelationshipValueForResource(final Context context, final String resourceId) { method in class:SingletonRelationshipProvider
99 EventEntry measure = Publisher.start(Name.get("openidm/internal/relationship/singleton/getRelationshipValueForResource"), resourceId, context);
219 return getRelationshipValueForResource(context, resourceId).then(new Function<JsonValue, JsonValue, ResourceException>() {
H A DCollectionRelationshipProvider.java114 public Promise<JsonValue, ResourceException> getRelationshipValueForResource(final Context context, final String resourceId) { method in class:CollectionRelationshipProvider
115 EventEntry measure = Publisher.start(Name.get("openidm/internal/relationship/collection/getRelationshipValueForResource"), resourceId, context);
241 return getRelationshipValueForResource(context, resourceId).thenAsync(new AsyncFunction<JsonValue, JsonValue, ResourceException>() {
284 return getRelationshipValueForResource(context, resourceId).thenAsync(new AsyncFunction<JsonValue, JsonValue, ResourceException>() {
H A DRelationshipProvider.java333 public abstract Promise<JsonValue, ResourceException> getRelationshipValueForResource(Context context, method in class:RelationshipProvider

Completed in 33 milliseconds