ITransactionWrapper

Properties

Link copied to clipboard
abstract val branch: IBranch
Link copied to clipboard
abstract val tree: ITree

Functions

Link copied to clipboard
abstract fun containsNode(nodeId: Long): Boolean
Link copied to clipboard
abstract fun getAllChildren(parentId: Long): Iterable<Long>
Link copied to clipboard
abstract fun getChildren(parentId: Long, role: String?): Iterable<Long>
Link copied to clipboard
abstract fun getConcept(nodeId: Long): IConcept?
Link copied to clipboard
Link copied to clipboard
abstract fun getParent(nodeId: Long): Long
Link copied to clipboard
abstract fun getProperty(nodeId: Long, role: String): String?
Link copied to clipboard
abstract fun getPropertyRoles(sourceId: Long): Iterable<String>
Link copied to clipboard
abstract fun getReferenceRoles(sourceId: Long): Iterable<String>
Link copied to clipboard
abstract fun getReferenceTarget(sourceId: Long, role: String): INodeReference?
Link copied to clipboard
abstract fun getRole(nodeId: Long): String?
Link copied to clipboard
abstract fun getUserObject(key: Any): Any?
Link copied to clipboard
abstract fun putUserObject(key: Any, value: Any?)
Link copied to clipboard
abstract fun unwrap(): ITransaction
Link copied to clipboard