Class FolderCriterion
java.lang.Object
com.logicaldoc.core.searchengine.folder.FolderCriterion
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method SummaryModifier 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_LANGUAGEpublic static final int TYPE_LANGUAGE- See Also:
 
- 
TYPE_FOLDERpublic static final int TYPE_FOLDER- See Also:
 
- 
TYPE_TEMPLATEpublic static final int TYPE_TEMPLATE- See Also:
 
 
- 
- 
Constructor Details- 
FolderCriterionpublic FolderCriterion()
 
- 
- 
Method Details- 
setField
- 
isExtendedAttributepublic boolean isExtendedAttribute()
- 
getFieldName
- 
setFieldName
- 
getColumnName
- 
getField
- 
getComposition
- 
setComposition
- 
getOperator
- 
setOperator
- 
isEmptypublic boolean isEmpty()
- 
setValue
- 
getTypepublic int getType()
- 
setTypepublic void setType(int type) 
- 
getStringValue
- 
setStringValue
- 
getDateValue
- 
getSqlDateValue
- 
setDateValue
- 
isShowFolderSelectorpublic boolean isShowFolderSelector()
- 
setShowFolderSelectorpublic void setShowFolderSelector(boolean showFolderSelector) 
- 
getParentPathDescr
- 
setParentPathDescr
- 
getLongValue
- 
setLongValue
- 
getDoubleValue
- 
setDoubleValue
- 
setExtendedAttributepublic void setExtendedAttribute(boolean extendedAttribute) 
- 
toString
 
-