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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DSingletonRelationshipProvider.java164 public Promise<JsonValue, ResourceException> setRelationshipValueForResource(final boolean clearExisting, method in class:SingletonRelationshipProvider
166 EventEntry measure = Publisher.start(Name.get("openidm/internal/relationship/singleton/setRelationshipValueForResource"), resourceId, context);
H A DCollectionRelationshipProvider.java146 public Promise<JsonValue, ResourceException> setRelationshipValueForResource(final boolean clearExisting, Context context, String resourceId, method in class:CollectionRelationshipProvider
148 EventEntry measure = Publisher.start(Name.get("openidm/internal/relationship/collection/setRelationshipValueForResource"), resourceId, context);
H A DRelationshipProvider.java350 public abstract Promise<JsonValue, ResourceException> setRelationshipValueForResource(boolean clearExisting, method in class:RelationshipProvider

Completed in 32 milliseconds