Package org.nuxeo.ecm.core.api.model
Interface PropertyVisitor
-
- All Known Implementing Classes:
ValueExporter
public interface PropertyVisitor- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanacceptPhantoms()Objectvisit(ListProperty property, Object arg)Objectvisit(MapProperty property, Object arg)Objectvisit(ScalarProperty property, Object arg)
-
-
-
Method Detail
-
acceptPhantoms
boolean acceptPhantoms()
-
visit
Object visit(MapProperty property, Object arg) throws PropertyException
- Throws:
PropertyException
-
visit
Object visit(ListProperty property, Object arg) throws PropertyException
- Throws:
PropertyException
-
visit
Object visit(ScalarProperty property, Object arg) throws PropertyException
- Throws:
PropertyException
-
-