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

Protected Member Functions

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

Additional Inherited Members

- Public Member Functions inherited from sfi.director.repository.LDIFDir
 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
- 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"
- Protected Attributes inherited from sfi.director.repository.LDIFDir
String root = ""

Member Function Documentation

DBObject sfi.director.repository.JSONDir.decode ( String  text)
protected

Reimplemented from sfi.director.repository.LDIFDir.

String sfi.director.repository.JSONDir.encode ( DBObject  dbo)
protected

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