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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/managed/
H A DCollectionRelationshipProvider.java154 final Set<String> relationshipsToKeep = new HashSet<>();
173 relationshipsToKeep.add(id.asString());
181 clearNotIn(context, resourceId, relationshipsToKeep).getOrThrowUninterruptibly();
229 * Clear all relationships not present in {@code relationshipsToKeep}.
233 * @param relationshipsToKeep Set of relationship ids that should not be deleted
237 final Set<String> relationshipsToKeep) {
250 if (!relationshipsToKeep.contains(id)) {
236 clearNotIn(final Context context, final String resourceId, final Set<String> relationshipsToKeep) argument

Completed in 30 milliseconds