Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.directory
Class DirectoryTreeDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.webapp.directory.DirectoryTreeDescriptor

public class DirectoryTreeDescriptor
extends Object


Field Summary
static String VOCABULARY_SCHEMA
           
static String XVOCABULARY_SCHEMA
           
 
Constructor Summary
DirectoryTreeDescriptor()
           
 
Method Summary
 String getContentView()
           
 String[] getDirectories()
           
 Boolean getEnabled()
           
 String getFieldName()
           
 String getLabel()
           
 String getName()
           
 String getOutcome()
           
 String getQuerymodel()
          Deprecated. use getContentView() instead
 String getSchemaName()
           
 boolean hasContentViewSupport()
           
 boolean isMultiselect()
           
 boolean isNavigationTree()
           
 void merge(DirectoryTreeDescriptor other)
           
 void setDirectories(String[] directories)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VOCABULARY_SCHEMA

public static final String VOCABULARY_SCHEMA
See Also:
Constant Field Values

XVOCABULARY_SCHEMA

public static final String XVOCABULARY_SCHEMA
See Also:
Constant Field Values
Constructor Detail

DirectoryTreeDescriptor

public DirectoryTreeDescriptor()
Method Detail

setDirectories

public void setDirectories(String[] directories)
                    throws DirectoryException
Throws:
DirectoryException

getFieldName

public String getFieldName()

getName

public String getName()

getDirectories

public String[] getDirectories()

getLabel

public String getLabel()

isMultiselect

public boolean isMultiselect()

getOutcome

public String getOutcome()

getQuerymodel

@Deprecated
public String getQuerymodel()
Deprecated. use getContentView() instead


getContentView

public String getContentView()

getSchemaName

public String getSchemaName()

getEnabled

public Boolean getEnabled()

isNavigationTree

public boolean isNavigationTree()

hasContentViewSupport

public boolean hasContentViewSupport()

merge

public void merge(DirectoryTreeDescriptor other)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.