toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-client
/
org.modelix.model
/
IncrementalBranch
/
IncrementalReadTransaction
Incremental
Read
Transaction
inner
class
IncrementalReadTransaction
(
transaction
:
IReadTransaction
)
:
IncrementalBranch.IncrementalTransaction
<
IReadTransaction
>
,
IReadTransaction
Members
Constructors
Incremental
Read
Transaction
Link copied to clipboard
constructor
(
transaction
:
IReadTransaction
)
Properties
branch
Link copied to clipboard
open
override
val
branch
:
IBranch
transaction
Link copied to clipboard
val
transaction
:
IReadTransaction
tree
Link copied to clipboard
open
override
val
tree
:
ITree
Functions
contains
Node
Link copied to clipboard
open
override
fun
containsNode
(
nodeId
:
Long
)
:
Boolean
get
All
Children
Link copied to clipboard
open
override
fun
getAllChildren
(
parentId
:
Long
)
:
Iterable
<
Long
>
get
Children
Link copied to clipboard
open
override
fun
getChildren
(
parentId
:
Long
,
role
:
String
?
)
:
Iterable
<
Long
>
get
Concept
Link copied to clipboard
open
override
fun
getConcept
(
nodeId
:
Long
)
:
IConcept
?
get
Concept
Reference
Link copied to clipboard
open
override
fun
getConceptReference
(
nodeId
:
Long
)
:
IConceptReference
?
get
Parent
Link copied to clipboard
open
override
fun
getParent
(
nodeId
:
Long
)
:
Long
get
Property
Link copied to clipboard
open
override
fun
getProperty
(
nodeId
:
Long
,
role
:
String
)
:
String
?
get
Property
Roles
Link copied to clipboard
open
override
fun
getPropertyRoles
(
sourceId
:
Long
)
:
Iterable
<
String
>
get
Reference
Roles
Link copied to clipboard
open
override
fun
getReferenceRoles
(
sourceId
:
Long
)
:
Iterable
<
String
>
get
Reference
Target
Link copied to clipboard
open
override
fun
getReferenceTarget
(
sourceId
:
Long
,
role
:
String
)
:
INodeReference
?
get
Role
Link copied to clipboard
open
override
fun
getRole
(
nodeId
:
Long
)
:
String
?
get
User
Object
Link copied to clipboard
open
override
fun
getUserObject
(
key
:
Any
)
:
Any
?
put
User
Object
Link copied to clipboard
open
override
fun
putUserObject
(
key
:
Any
,
value
:
Any
?
)