com.orientechnologies.jdo.system
Class oSysFolder
java.lang.Object
com.orientechnologies.jdo.system.oSysFolder
- public class oSysFolder
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PATH_SEPARATOR
public static final char PATH_SEPARATOR
- See Also:
- Constant Field Values
oSysFolder
public oSysFolder()
oSysFolder
public oSysFolder(oSysFolder iParent,
java.lang.String iName)
getName
public java.lang.String getName()
getParent
public oSysFolder getParent()
getFullPath
public java.lang.String getFullPath()
getRoot
public oSysFolder getRoot()
getFolders
public d_Dictionary getFolders()
getFolder
public oSysFolder getFolder(java.lang.String iFolderName)
addFolder
public void addFolder(java.lang.String iFolderName)
throws oDirectoryException
- Throws:
oDirectoryException
delFolder
public void delFolder(java.lang.String iFolderName)
throws oDirectoryException
- Throws:
oDirectoryException
getReferences
public d_Dictionary getReferences()
getReference
public oSysReference getReference(java.lang.String iKey)
addReference
public void addReference(java.lang.String iRefName,
oOID iRef)
throws oDirectoryException
- Throws:
oDirectoryException
delRef
public void delRef(java.lang.String iRefName)
throws oDirectoryException
- Throws:
oDirectoryException
toString
public java.lang.String toString()