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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java111 LinkType linkType; field in class:ObjectMapping
328 linkType = LinkType.getLinkType(this, allMappings);
414 return linkType;
1168 String normalizedSourceId = linkType.normalizeSourceId(id);
1189 String normalizedHandledId = linkType.normalizeTargetId(handledId);
1649 String normalizedTargetId = linkType.normalizeTargetId(targetObjectAccessor.getLocalId());

Completed in 46 milliseconds