Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.