public interface KomodoObjectVisitor
Modifier and Type | Method and Description |
---|---|
Repository.OperationType |
getRequestType() |
Object |
visit(Repository.UnitOfWork transaction,
KomodoObject object)
Visit the given object
|
Repository.OperationType getRequestType()
Object visit(Repository.UnitOfWork transaction, KomodoObject object) throws Exception
transaction
- the transaction (cannot be null
or have a state that is not
Repository.UnitOfWork.State.NOT_STARTED
)object
- the object to be visitedException
- if error in visiting occursCopyright © 2013–2019. All rights reserved.