public interface IDOVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
endVisitDomainObject(DomainObject domainObject,
DOWalker.Field field,
int depth) |
void |
endVisitDomainObjects(List<DomainObject> domainObjects) |
void |
endVisitField(DOField field,
Object fieldValue,
int depth) |
boolean |
startVisitDomainObject(DomainObject domainObject,
DOWalker.Field field,
int depth)
return false if you want to stop walking the tree at this level.
|
void |
startVisitDomainObjects(List<DomainObject> domainObjects) |
void |
startVisitField(DOField field,
Object fieldValue,
int depth) |
void startVisitDomainObjects(List<DomainObject> domainObjects)
void endVisitDomainObjects(List<DomainObject> domainObjects)
boolean startVisitDomainObject(DomainObject domainObject, DOWalker.Field field, int depth)
domainObject - field - depth - void endVisitDomainObject(DomainObject domainObject, DOWalker.Field field, int depth)
Copyright © 2016. All rights reserved.