public interface KNode
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath() |
String |
getName(Repository.UnitOfWork transaction) |
KomodoObject |
getParent(Repository.UnitOfWork transaction) |
Repository |
getRepository() |
String getAbsolutePath()
Komodo object's
absolute path (never empty)String getName(Repository.UnitOfWork transaction) throws KException
transaction
- the transaction (cannot be null
and must have a state of
Repository.UnitOfWork.State.NOT_STARTED
KException
- if an error occursgetAbsolutePath()
KomodoObject getParent(Repository.UnitOfWork transaction) throws KException
transaction
- the transaction (cannot be null
and must have a state of
Repository.UnitOfWork.State.NOT_STARTED
Komodo object
(can be null
if at the Komodo root)KException
- if an error occursRepository getRepository() throws KException
null
)KException
- if an error occursCopyright © 2013–2019. All rights reserved.