private LdifFileConnection getOriginalValueConnection() { if (getConnection().isContextMode() && getContextModeManager() != null) { return OtherConnectionContextUtils.cloneOriginalValueLdifFileConnection( getConnection(), getContextModeManager().getSelectedContextType()); } return getConnection(); }
private SalesforceSchemaConnection getOriginalValueConnection() { if (isContextMode() && getContextModeManager() != null) { return OtherConnectionContextUtils.cloneOriginalValueSalesforceConnection( getConnection(), getContextModeManager().getSelectedContextType()); } return getConnection(); }