public class DirectoryTreeDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_ID_PREFIX |
static String |
DIR_ACTION_CATEGORY |
static String |
NAV_ACTION_CATEGORY |
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() |
Integer |
getOrder() |
String |
getOutcome() |
String |
getSchemaName() |
boolean |
hasContentViewSupport() |
boolean |
isMultiselect() |
boolean |
isNavigationTree() |
void |
merge(DirectoryTreeDescriptor other) |
void |
setDirectories(String[] directories) |
public static final String ACTION_ID_PREFIX
public static final String NAV_ACTION_CATEGORY
public static final String DIR_ACTION_CATEGORY
@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 Integer getOrder()
public void merge(DirectoryTreeDescriptor other)
public DirectoryTreeDescriptor clone()
Copyright © 2015 Nuxeo SA. All rights reserved.