public class Node extends Object implements Serializable, INode
| Constructor and Description |
|---|
Node(Document document) |
Node(IDBContainer db,
Document document) |
Node(IDBContainer db,
String id) |
Node(IDBContainer db,
String id,
Date when) |
Node(IDBContainer db,
String id,
Date when,
Document baseDoc) |
Node(IDBContainer db,
String id,
Document baseDoc) |
Node(ITable table,
Map values) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompressInitials, deserialise, getWords, getWords, serializepublic Node(IDBContainer db, Document document) throws Exception
Exceptionpublic Node(IDBContainer db, String id, Date when) throws Exception
Exceptionpublic Node(IDBContainer db, String id, Document baseDoc) throws Exception
Exceptionpublic Node(IDBContainer db, String id, Date when, Document baseDoc) throws Exception
Exceptionpublic Node(IDBContainer db, String id)
public boolean hasProperty(String arg0)
hasProperty in interface INodepublic Object setProperty(String arg0, Object arg1)
setProperty in interface INodepublic Iterator<IRelationship> getRelationships(String arg0, Date when)
getRelationships in interface INodepublic Iterator<IRelationship> getRelationships(Date when)
getRelationships in interface INodepublic Iterator<IRelationship> getRelationships(String reltype, String dir, Date when) throws Exception
getRelationships in interface INodeExceptionpublic Object getProperty(String arg0)
getProperty in interface INodepublic IRelationship createRelationshipTo(INode arg0, String arg1, Date when, Map<String,Object> values) throws Exception
createRelationshipTo in interface INodeExceptionpublic Map<String,Object> getPropertyValues() throws Exception
getPropertyValues in interface INodeExceptionpublic static void flattenDoc(String path, Object obj, Map<String,Object> ret, String instanceText)
public static void flattenDocToString(String path, Object obj, StringBuilder ret, String instanceText)
public void setDB(IDBContainer db2)
public void setProperties(Document vals)
setProperties in interface INodepublic Document getDocument()
getDocument in interface INodepublic ArrayList<String> getProperties(List<String> cols)
getProperties in interface INodepublic static boolean applyInheritanceFrom(INode iNode2, INode iNode, HashSet<IPurpose> hashSet, ISchemaMeta schDoc)
public String getTableName()
getTableName in interface INodeCopyright © 2021. All rights reserved.