org.connid.csvdir.methods
Class CommonOperation
java.lang.Object
org.connid.csvdir.methods.CommonOperation
- Direct Known Subclasses:
- CSVDirCreate, CSVDirDelete, CSVDirExecuteQuery, CSVDirSync, CSVDirUpdate
public class CommonOperation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonOperation
public CommonOperation()
userExists
protected static Boolean userExists(String uidString,
CSVDirConnection connection,
CSVDirConfiguration configuration)
throws SQLException
- Throws:
SQLException
createUid
protected static String createUid(String[] keys,
ResultSet rs,
String keySeparator)
throws SQLException
- Throws:
SQLException
getAttributeMap
protected Map<String,String> getAttributeMap(CSVDirConfiguration conf,
Set<org.identityconnectors.framework.common.objects.Attribute> attrs)
buildConnectorObject
protected org.identityconnectors.framework.common.objects.ConnectorObjectBuilder buildConnectorObject(CSVDirConfiguration conf,
ResultSet rs)
throws SQLException
- Throws:
SQLException
Copyright © 2012. All Rights Reserved.