Nuxeo 5

Nuxeo 5 Component
org.nuxeo.ecm.directory.ui.DirectoryUIManager

Individual Documentation Coverage

done proportion
33.33 %


Author: missing

Version: missing

Location: nuxeo-services/nuxeo-platform-directory-core/src/main/resources/OSGI-INF/directory-ui-framework.xml

Require

No requirements

Required by

Not required

Implementation


Extension Points:

directories


This extension point can be used to register directory ui information.

Example:

        <directory layout="vocabulary" name="continent" sortField="label">
          <deleteConstraint class="org.nuxeo.ecm.directory.api.ui.HierarchicalDirectoryUIDeleteConstraint">
            <property name="targetDirectory">country</property>
            <property name="targetDirectoryField">parent</property>
          </deleteConstraint>
        </directory>
        <directory layout="country_vocabulary" name="country" sortField="parent" />



Here the layouts "vocabulary" and "country_vocabulary" have to be
registered as layouts. The delete constraint uses a standard class that
checks if no child entry references a parent entry before granting
deletion of the parent entry. Any other delete constraint can be set,
provided it follows the
org.nuxeo.ecm.directory.api.ui.DirectoryUIDeleteConstraint
interface.



Has contribution from:

Last generation: 22:20:15 CEST 04/08/2009