// Search for remote object
if (extAttrNames != null) {
final OperationOptionsBuilder oob = new OperationOptionsBuilder();
oob.setAttributesToGet(extAttrNames);
final ConnectorObject connectorObject = connector.getObject(ObjectClass.ACCOUNT, new Uid(
accountId), oob.build());
if (connectorObject != null) {
remoteObjects.put(mappings, connectorObject);
}