public abstract class SearchQuery extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SearchQuery.AbstractAttributeQuery |
static class |
SearchQuery.BooleanAttributeQuery |
static class |
SearchQuery.DateAttributeQuery |
static class |
SearchQuery.LovAttributeQuery |
static class |
SearchQuery.NumberAttributeQuery |
static class |
SearchQuery.TextAttributeQuery |
static class |
SearchQuery.URLAttributeQuery |
Modifier and Type | Field and Description |
---|---|
protected SearchQuery.AbstractAttributeQuery[] |
attributes |
protected String |
author |
protected String |
content |
protected Date |
creationDateFrom |
protected Date |
creationDateTo |
protected String |
fullText |
protected Date |
modificationDateFrom |
protected Date |
modificationDateTo |
protected String[] |
tags |
protected String |
type |
protected String |
version |
protected String |
workspaceId |
Constructor and Description |
---|
SearchQuery() |
SearchQuery(String workspaceId,
String fullText,
String version,
String author,
String type,
Date creationDateFrom,
Date creationDateTo,
Date modificationDateFrom,
Date modificationDateTo,
SearchQuery.AbstractAttributeQuery[] attributes,
String[] tags,
String content,
boolean fetchHeadOnly) |
Modifier and Type | Method and Description |
---|---|
SearchQuery.AbstractAttributeQuery[] |
getAttributes() |
String |
getAuthor() |
String |
getContent() |
Date |
getCreationDateFrom() |
Date |
getCreationDateTo() |
String |
getFullText() |
Date |
getModificationDateFrom() |
Date |
getModificationDateTo() |
String[] |
getTags() |
String |
getType() |
String |
getVersion() |
String |
getWorkspaceId() |
boolean |
isFetchHeadOnly() |
void |
setAttributes(SearchQuery.AbstractAttributeQuery[] attributes) |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setCreationDateFrom(Date creationDateFrom) |
void |
setCreationDateTo(Date creationDateTo) |
void |
setFullText(String fullText) |
void |
setModificationDateFrom(Date modificationDateFrom) |
void |
setModificationDateTo(Date modificationDateTo) |
void |
setTags(String[] tags) |
void |
setType(String type) |
void |
setVersion(String version) |
void |
setWorkspaceId(String workspaceId) |
protected String workspaceId
protected String fullText
protected String version
protected String author
protected String type
protected Date creationDateFrom
protected Date creationDateTo
protected Date modificationDateFrom
protected Date modificationDateTo
protected SearchQuery.AbstractAttributeQuery[] attributes
protected String[] tags
protected String content
public SearchQuery()
public SearchQuery(String workspaceId, String fullText, String version, String author, String type, Date creationDateFrom, Date creationDateTo, Date modificationDateFrom, Date modificationDateTo, SearchQuery.AbstractAttributeQuery[] attributes, String[] tags, String content, boolean fetchHeadOnly)
public String getWorkspaceId()
public String getFullText()
public String getVersion()
public String getAuthor()
public String getType()
public String[] getTags()
public Date getCreationDateFrom()
public Date getCreationDateTo()
public Date getModificationDateFrom()
public Date getModificationDateTo()
public SearchQuery.AbstractAttributeQuery[] getAttributes()
public String getContent()
public void setWorkspaceId(String workspaceId)
public void setFullText(String fullText)
public void setVersion(String version)
public void setAuthor(String author)
public void setType(String type)
public void setTags(String[] tags)
public void setCreationDateFrom(Date creationDateFrom)
public void setCreationDateTo(Date creationDateTo)
public void setModificationDateFrom(Date modificationDateFrom)
public void setModificationDateTo(Date modificationDateTo)
public void setAttributes(SearchQuery.AbstractAttributeQuery[] attributes)
public void setContent(String content)
public boolean isFetchHeadOnly()
Copyright © 2017 DocDoku. All rights reserved.