Package org.nuxeo.ecm.core.api.model
Interface PropertyVisitor
- All Known Implementing Classes:
ValueExporter
public interface PropertyVisitor
- Author:
- Bogdan Stefanescu
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(ListProperty property, Object arg) visit(MapProperty property, Object arg) visit(ScalarProperty property, Object arg)
-
Method Details
-
acceptPhantoms
boolean acceptPhantoms() -
visit
- Throws:
PropertyException
-
visit
- Throws:
PropertyException
-
visit
- Throws:
PropertyException
-