public class DirectoryTreeDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VOCABULARY_SCHEMA
Deprecated.
since 5.6, supports other schemas than 'vocabulary' and
'xvocabulary'.
|
static String |
XVOCABULARY_SCHEMA
Deprecated.
since 5.6, supports other schemas than 'vocabulary' and
'xvocabulary'.
|
Constructor and Description |
---|
DirectoryTreeDescriptor() |
Modifier and Type | Method and Description |
---|---|
DirectoryTreeDescriptor |
clone() |
String |
getContentView() |
String[] |
getDirectories() |
Boolean |
getEnabled() |
String |
getFieldName() |
String |
getLabel() |
String |
getName() |
String |
getOutcome() |
String |
getSchemaName() |
boolean |
hasContentViewSupport() |
boolean |
isMultiselect() |
boolean |
isNavigationTree() |
void |
merge(DirectoryTreeDescriptor other) |
void |
setDirectories(String[] directories) |
@Deprecated public static final String VOCABULARY_SCHEMA
@Deprecated 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()
public String getContentView()
public String getSchemaName()
public Boolean getEnabled()
public boolean isNavigationTree()
public boolean hasContentViewSupport()
public void merge(DirectoryTreeDescriptor other)
public DirectoryTreeDescriptor clone()
Copyright © 2014 Nuxeo SA. All rights reserved.