Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.model
Interface PropertyFactory

All Known Implementing Classes:
CompositePropertyFactory, DefaultPropertyFactory

public interface PropertyFactory

Creates property objects.

New factories can be registered to be able to map xsd nodes to custom java objects

Author:
Bogdan Stefanescu

Method Summary
 Property createProperty(Property parent, Field field, int flags)
           
 

Method Detail

createProperty

Property createProperty(Property parent,
                        Field field,
                        int flags)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.