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 boolean
acceptPhantoms()
Object
visit(ListProperty property, Object arg)
Object
visit(MapProperty property, Object arg)
Object
visit(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
-
-