Class FolderCriterion
java.lang.Object
com.logicaldoc.core.searchengine.folder.FolderCriterion
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetField()intgetType()booleanisEmpty()booleanbooleanvoidsetComposition(String composition) voidsetDateValue(Date dateValue) voidsetDoubleValue(Double doubleValue) voidsetExtendedAttribute(boolean extendedAttribute) voidvoidsetFieldName(String fieldName) voidsetLongValue(Long longValue) voidsetOperator(String operator) voidsetParentPathDescr(String parentPathDescr) voidsetShowFolderSelector(boolean showFolderSelector) voidsetStringValue(String stringValue) voidsetType(int type) voidsetValue(Serializable value) toString()
-
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) -
toString
-