Class FolderCriterion
java.lang.Object
com.logicaldoc.core.searchengine.folder.FolderCriterion
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetField()
int
getType()
boolean
isEmpty()
boolean
boolean
void
setComposition
(String composition) void
setDateValue
(Date dateValue) void
setDoubleValue
(Double doubleValue) void
setExtendedAttribute
(boolean extendedAttribute) void
void
setFieldName
(String fieldName) void
setLongValue
(Long longValue) void
setOperator
(String operator) void
setParentPathDescr
(String parentPathDescr) void
setShowFolderSelector
(boolean showFolderSelector) void
setStringValue
(String stringValue) void
setType
(int type) void
setValue
(Serializable value)
-
Field Details
-
OPERATOR_EQUALS
- See Also:
-
OPERATOR_NOTEQUAL
- See Also:
-
OPERATOR_CONTAINS
- See Also:
-
OPERATOR_NOTCONTAINS
- See Also:
-
OPERATOR_BEGINSWITH
- See Also:
-
OPERATOR_ENDSWITH
- See Also:
-
OPERATOR_GREATER
- See Also:
-
OPERATOR_LESSER
- See Also:
-
OPERATOR_NULL
- See Also:
-
OPERATOR_NOTNULL
- See Also:
-
OPERATOR_IN
- See Also:
-
OPERATOR_INORSUBFOLDERS
- See Also:
-
TYPE_LANGUAGE
public static final int TYPE_LANGUAGE- See Also:
-
TYPE_FOLDER
public static final int TYPE_FOLDER- See Also:
-
TYPE_TEMPLATE
public static final int TYPE_TEMPLATE- See Also:
-
-
Constructor Details
-
FolderCriterion
public FolderCriterion()
-
-
Method Details
-
setField
-
isExtendedAttribute
public boolean isExtendedAttribute() -
getFieldName
-
setFieldName
-
getColumnName
-
getField
-
getComposition
-
setComposition
-
getOperator
-
setOperator
-
isEmpty
public boolean isEmpty() -
setValue
-
getType
public int getType() -
setType
public void setType(int type) -
getStringValue
-
setStringValue
-
getDateValue
-
getSqlDateValue
-
setDateValue
-
isShowFolderSelector
public boolean isShowFolderSelector() -
setShowFolderSelector
public void setShowFolderSelector(boolean showFolderSelector) -
getParentPathDescr
-
setParentPathDescr
-
getLongValue
-
setLongValue
-
getDoubleValue
-
setDoubleValue
-
setExtendedAttribute
public void setExtendedAttribute(boolean extendedAttribute)
-