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

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DLazyObjectAccessor.java46 private final String componentContext; // The qualifier for the id field in class:LazyObjectAccessor
52 * @param componentContext the component qualifier of the object id
56 public LazyObjectAccessor(SynchronizationService service, String componentContext, argument
60 this.componentContext = componentContext;
68 * @param componentContext the component qualifier of the object id
71 public LazyObjectAccessor(SynchronizationService service, String componentContext, argument
74 this.componentContext = componentContext;
90 object = rawReadObject(service.getContext(), service.getConnectionFactory(), componentContext, localI
160 qualifiedId(String componentContext, String localId) argument
[all...]

Completed in 41 milliseconds