public class DirectoryTreeDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VOCABULARY_SCHEMA |
static String |
XVOCABULARY_SCHEMA |
Constructor and Description |
---|
DirectoryTreeDescriptor() |
Modifier and Type | Method and Description |
---|---|
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) |
public static final String VOCABULARY_SCHEMA
public static final String XVOCABULARY_SCHEMA
public void setDirectories(String[] directories) throws DirectoryException
DirectoryException
public String getFieldName()
public String getName()
public String[] getDirectories()
public String getLabel()
public boolean isMultiselect()
public String getOutcome()
@Deprecated public String getQuerymodel()
getContentView()
insteadpublic String getContentView()
public String getSchemaName()
public Boolean getEnabled()
public boolean isNavigationTree()
public boolean hasContentViewSupport()
public void merge(DirectoryTreeDescriptor other)
Copyright © 2011 Nuxeo SA. All Rights Reserved.