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 StringOPERATOR_CONTAINSstatic StringOPERATOR_EQUALstatic StringOPERATOR_GREATERstatic StringOPERATOR_INstatic StringOPERATOR_INORSUBFOLDERSstatic StringOPERATOR_LESSERstatic StringOPERATOR_NOTCONTAINSstatic StringOPERATOR_NOTEQUALstatic StringOPERATOR_NOTINstatic StringOPERATOR_NOTINORSUBFOLDERSstatic intTYPE_LANGUAGEstatic intTYPE_SIGNEDstatic intTYPE_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
-
-