Package com.logicaldoc.impex.application
Class Constants
- java.lang.Object
-
- com.logicaldoc.impex.application.Constants
-
public final class Constants extends Object
Simple interface that contains all the constants used in the Search Panel implementation.- Since:
- 4.6
- Author:
- Matteo Caruso - LogicalDOC
-
-
Field Summary
Fields Modifier and Type Field Description static String
OPERATOR_CONTAINS
static String
OPERATOR_EQUAL
static String
OPERATOR_GREATER
static String
OPERATOR_IN
static String
OPERATOR_INORSUBFOLDERS
static String
OPERATOR_LESSER
static String
OPERATOR_NOTCONTAINS
static String
OPERATOR_NOTEQUAL
static String
OPERATOR_NOTIN
static String
OPERATOR_NOTINORSUBFOLDERS
static int
TYPE_LANGUAGE
static int
TYPE_SIGNED
static int
TYPE_TEMPLATE
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
OPERATOR_EQUAL
public static final String OPERATOR_EQUAL
- See Also:
- Constant Field Values
-
OPERATOR_NOTEQUAL
public static final String OPERATOR_NOTEQUAL
- See Also:
- Constant Field Values
-
OPERATOR_CONTAINS
public static final String OPERATOR_CONTAINS
- See Also:
- Constant Field Values
-
OPERATOR_NOTCONTAINS
public static final String OPERATOR_NOTCONTAINS
- See Also:
- Constant Field Values
-
OPERATOR_GREATER
public static final String OPERATOR_GREATER
- See Also:
- Constant Field Values
-
OPERATOR_LESSER
public static final String OPERATOR_LESSER
- See Also:
- Constant Field Values
-
OPERATOR_IN
public static final String OPERATOR_IN
- See Also:
- Constant Field Values
-
OPERATOR_INORSUBFOLDERS
public static final String OPERATOR_INORSUBFOLDERS
- See Also:
- Constant Field Values
-
OPERATOR_NOTINORSUBFOLDERS
public static final String OPERATOR_NOTINORSUBFOLDERS
- See Also:
- Constant Field Values
-
OPERATOR_NOTIN
public static final String OPERATOR_NOTIN
- See Also:
- Constant Field Values
-
TYPE_LANGUAGE
public static final int TYPE_LANGUAGE
- See Also:
- Constant Field Values
-
TYPE_TEMPLATE
public static final int TYPE_TEMPLATE
- See Also:
- Constant Field Values
-
TYPE_SIGNED
public static final int TYPE_SIGNED
- See Also:
- Constant Field Values
-
-