nxdir

Tag Library Information 
InfoValue
ID (tag prefix)nxdir
URIhttp://nuxeo.org/nxdirectory
Tag Summary 
TagDescription
selectItems

Generate select items from a directory. TODO: fill all attributes doc.

Example:
        <!-- show the subject directory entries -->
        <nxdir:selectItems directoryName="subject"
          var="item" itemValue="#{item.id}" itemLabel="#{item.vocabulary.label}" />

        <!-- show the subject directory entries filtered by given list -->
        <nxdir:selectItems directoryName="subject"
          value="#{document.dublincore.subjects}" showAll="false"
          var="item" itemValue="#{item.id}" itemLabel="#{item.vocabulary.label}" />
      
selectItemTODO
selectOneListboxTODO
selectManyListboxTODO
directoryEntryOutputTODO
chainSelectOutputTODO
chainSelectTODO
chainSelectOneTODO
chainSelectManyTODO
chainSelectListboxTODO
chainSelectMultiListboxTODO
chainSelectStatusTODO
Function Summary 
TypeFunctionDescription
DocumentModeldirectoryEntry(java.lang.String, java.lang.String) Returns the document model representing an entry for given directory name and entry id.
org.nuxeo.ecm.core.api.DocumentModelListdirectoryListEntries(java.lang.String, java.util.Collection) Returns the list of document models representing entries for given directory name and given list of entry ids.
org.nuxeo.ecm.core.api.DocumentModelListdirectoryEntries(java.lang.String, java.lang.String[]) Returns the list of document models representing entries for given directory name and given list of entry ids.
java.lang.StringgetLabelFromId(java.lang.String, java.lang.String) Returns the label for given directory and entry id. This function is deprecated since 6.0, use directoryEntry instead.

Output generated by Vdldoc View Declaration Language Documentation Generator.