Package com.logicaldoc.webservice.model
Class WSSearchOptions
java.lang.Object
com.logicaldoc.webservice.model.WSSearchOptions
- All Implemented Interfaces:
Comparable<WSSearchOptions>
Search options through Web Services.
- Since:
- 6.7
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
static WSSearchOptions
int
int
getName()
int
int
int
getType()
int
hashCode()
void
setCaseSensitive
(int caseSensitive) void
setCreationFrom
(String creationFrom) void
setCreationTo
(String creationTo) void
setDateFrom
(String dateFrom) void
void
setDescription
(String description) void
setExpression
(String expr) void
setExpressionLanguage
(String expressionLanguage) void
void
setFilterIds
(List<Long> filterIds) void
setFolderId
(Long folderId) void
void
setLanguage
(String language) void
setMaxHits
(int maxHits) void
void
setRetrieveAliases
(int retrieveAliases) void
setSearchInSubPath
(int searchInSubPath) void
setSizeMax
(Long sizeMax) void
setSizeMin
(Long sizeMin) void
setTemplate
(Long template) void
setTopOperator
(String topOperator) void
setType
(int type)
-
Constructor Details
-
WSSearchOptions
public WSSearchOptions()
-
-
Method Details
-
setExpression
-
getType
public int getType() -
setType
public void setType(int type) -
getName
-
setName
-
getDescription
-
setDescription
-
getMaxHits
public int getMaxHits() -
setMaxHits
public void setMaxHits(int maxHits) -
getExpression
-
getTopOperator
-
setTopOperator
-
getFilterIds
-
setFilterIds
-
getCaseSensitive
public int getCaseSensitive() -
setCaseSensitive
public void setCaseSensitive(int caseSensitive) -
getRetrieveAliases
public int getRetrieveAliases() -
setRetrieveAliases
public void setRetrieveAliases(int retrieveAliases) -
getFolderId
-
setFolderId
-
getSearchInSubPath
public int getSearchInSubPath() -
setSearchInSubPath
public void setSearchInSubPath(int searchInSubPath) -
getExpressionLanguage
-
setExpressionLanguage
-
getSizeMin
-
setSizeMin
-
getSizeMax
-
setSizeMax
-
getFormat
-
setFormat
-
getFields
-
setFields
-
getLanguage
-
setLanguage
-
getTemplate
-
setTemplate
-
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-
getCreationFrom
-
setCreationFrom
-
getCreationTo
-
setCreationTo
-
fromSearchOptions
-
toSearchOptions
-
compareTo
- Specified by:
compareTo
in interfaceComparable<WSSearchOptions>
-
equals
-
hashCode
public int hashCode()
-