Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.edit.vocabularies
Class VocabularyConstants

java.lang.Object
  extended by org.nuxeo.ecm.webapp.edit.vocabularies.VocabularyConstants

Deprecated.

@Deprecated
public final class VocabularyConstants
extends Object


Field Summary
static String COMMAND_ADD
          Deprecated.  
static String COMMAND_CANCEL
          Deprecated.  
static String COMMAND_EDIT
          Deprecated.  
static Integer DEFAULT_OBSOLETE
          Deprecated.  
static Integer DEFAULT_VOCABULARY_ORDER
          Deprecated.  
static String ID_COLUMN_SEARCH
          Deprecated.  
static String LABEL_COLUMN_SEARCH
          Deprecated.  
static String ORDER_ASC
          Deprecated.  
static String PARENT_COLUMN_SEARCH
          Deprecated.  
static String VOCABULARY_ID
          Deprecated.  
static String VOCABULARY_LABEL
          Deprecated.  
static String VOCABULARY_OBSOLETE
          Deprecated.  
static String VOCABULARY_ORDERING
          Deprecated.  
static String VOCABULARY_PARENT
          Deprecated.  
static String VOCABULARY_TYPE_HIER
          Deprecated.  
static String VOCABULARY_TYPE_SIMPLE
          Deprecated.  
static String[] VOCABULARY_TYPES
          Deprecated. use VOCABULARY_TYPE_SIMPLE or VOCABULARY_TYPE_HIER
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VOCABULARY_TYPE_SIMPLE

public static final String VOCABULARY_TYPE_SIMPLE
Deprecated. 
See Also:
Constant Field Values

VOCABULARY_TYPE_HIER

public static final String VOCABULARY_TYPE_HIER
Deprecated. 
See Also:
Constant Field Values

VOCABULARY_TYPES

@Deprecated
public static final String[] VOCABULARY_TYPES
Deprecated. use VOCABULARY_TYPE_SIMPLE or VOCABULARY_TYPE_HIER

DEFAULT_OBSOLETE

public static final Integer DEFAULT_OBSOLETE
Deprecated. 

DEFAULT_VOCABULARY_ORDER

public static final Integer DEFAULT_VOCABULARY_ORDER
Deprecated. 

VOCABULARY_ID

public static final String VOCABULARY_ID
Deprecated. 
See Also:
Constant Field Values

VOCABULARY_LABEL

public static final String VOCABULARY_LABEL
Deprecated. 
See Also:
Constant Field Values

VOCABULARY_OBSOLETE

public static final String VOCABULARY_OBSOLETE
Deprecated. 
See Also:
Constant Field Values

VOCABULARY_PARENT

public static final String VOCABULARY_PARENT
Deprecated. 
See Also:
Constant Field Values

VOCABULARY_ORDERING

public static final String VOCABULARY_ORDERING
Deprecated. 
See Also:
Constant Field Values

ID_COLUMN_SEARCH

public static final String ID_COLUMN_SEARCH
Deprecated. 
See Also:
Constant Field Values

LABEL_COLUMN_SEARCH

public static final String LABEL_COLUMN_SEARCH
Deprecated. 
See Also:
Constant Field Values

PARENT_COLUMN_SEARCH

public static final String PARENT_COLUMN_SEARCH
Deprecated. 
See Also:
Constant Field Values

ORDER_ASC

public static final String ORDER_ASC
Deprecated. 
See Also:
Constant Field Values

COMMAND_ADD

public static final String COMMAND_ADD
Deprecated. 
See Also:
Constant Field Values

COMMAND_EDIT

public static final String COMMAND_EDIT
Deprecated. 
See Also:
Constant Field Values

COMMAND_CANCEL

public static final String COMMAND_CANCEL
Deprecated. 
See Also:
Constant Field Values

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.