Node Director
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
sfi.director.repository.LDIFDir Class Reference
Inheritance diagram for sfi.director.repository.LDIFDir:
sfi.director.repository.DBConnection sfi.director.repository.JSONDir

Public Member Functions

 LDIFDir ()
 LDIFDir (String url)
void setURL (String url) throws DirectorException
String path (DN pdn)
String path (DN pdn, String prefix)
String dirpath (String dn)
Enumeration search (final String expr, final Options searchopt) throws DirectorException
DBAccessor get (DN dn) throws DirectorException
void append (DBObject dbo) throws DirectorException
void truncate () throws DirectorException
void remove (DBObject dbo) throws DirectorException
void replace (DBObject dbo) throws DirectorException
- Public Member Functions inherited from sfi.director.repository.DBConnection
void setCredentials (Credentials cred)
String getURL ()
void setContext (RemoteJob context)
void setOption (String option)
void setOption (String option, String val)
void setOption (Options opt)
void setOption (SURL url)
String getOption (String option)
void setError (Exception e)
Exception getError ()
DN completeDN (DN dn)
Enumeration search (String expr) throws DirectorException
abstract Enumeration search (String expr, Options searchopt) throws DirectorException
void modify (DBObject dbo, Vector attrs) throws DirectorException
void close () throws DirectorException

Protected Member Functions

DBObject decode (String text)
String encode (DBObject dbo)

Protected Attributes

String root = ""
- Protected Attributes inherited from sfi.director.repository.DBConnection
String url
RemoteJob context
Options options = new Options()
Exception error = null

Additional Inherited Members

- Static Public Member Functions inherited from sfi.director.repository.DBConnection
static Enumeration unwrap (final Enumeration wrapped)
 Given an Enumeration of DBAccessor objects as returned by the search() method, returns an Enumeration of DBObject objects.
static String escapeSearchval (String val)
- Static Public Attributes inherited from sfi.director.repository.DBConnection
static final String SEARCH_BASEDN = "BaseDN"
 used in conjunction with the search() method to set the base DN of the subtree we are about to search (option)
static final String SEARCH_NOSUB = "Sub"
static final String SEARCH_WITHSTRUCT = "WithStruct"
static final String SEARCH_SORT = "Sort"
static final String SEARCH_SCHEMA = "Schema"

Constructor & Destructor Documentation

sfi.director.repository.LDIFDir.LDIFDir ( )
sfi.director.repository.LDIFDir.LDIFDir ( String  url)

Member Function Documentation

void sfi.director.repository.LDIFDir.append ( DBObject  dbo) throws DirectorException
virtual
DBObject sfi.director.repository.LDIFDir.decode ( String  text)
protected
String sfi.director.repository.LDIFDir.dirpath ( String  dn)
String sfi.director.repository.LDIFDir.encode ( DBObject  dbo)
protected
DBAccessor sfi.director.repository.LDIFDir.get ( DN  dn) throws DirectorException
String sfi.director.repository.LDIFDir.path ( DN  pdn)
String sfi.director.repository.LDIFDir.path ( DN  pdn,
String  prefix 
)
void sfi.director.repository.LDIFDir.remove ( DBObject  dbo) throws DirectorException
void sfi.director.repository.LDIFDir.replace ( DBObject  dbo) throws DirectorException
Enumeration sfi.director.repository.LDIFDir.search ( final String  expr,
final Options  searchopt 
) throws DirectorException
void sfi.director.repository.LDIFDir.setURL ( String  url) throws DirectorException
void sfi.director.repository.LDIFDir.truncate ( ) throws DirectorException
virtual

Member Data Documentation

String sfi.director.repository.LDIFDir.root = ""
protected

The documentation for this class was generated from the following file: