public 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.NumberAttributeQuery |
static class |
SearchQuery.TextAttributeQuery |
static class |
SearchQuery.URLAttributeQuery |
Modifier and Type | Field and Description |
---|---|
private SearchQuery.AbstractAttributeQuery[] |
attributes |
private String |
author |
private String |
content |
private Date |
creationDateFrom |
private Date |
creationDateTo |
private String |
docMId |
private String[] |
tags |
private String |
title |
private String |
type |
private String |
version |
private String |
workspaceId |
Constructor and Description |
---|
SearchQuery() |
SearchQuery(String workspaceId,
String docMId,
String title,
String version,
String author,
String type,
Date creationDateFrom,
Date creationDateTo,
SearchQuery.AbstractAttributeQuery[] attributes,
String[] tags,
String content) |
Modifier and Type | Method and Description |
---|---|
SearchQuery.AbstractAttributeQuery[] |
getAttributes() |
String |
getAuthor() |
String |
getContent() |
Date |
getCreationDateFrom() |
Date |
getCreationDateTo() |
String |
getDocMId() |
String[] |
getTags() |
String |
getTitle() |
String |
getType() |
String |
getVersion() |
String |
getWorkspaceId() |
void |
setAttributes(SearchQuery.AbstractAttributeQuery[] attributes) |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setCreationDateFrom(Date creationDateFrom) |
void |
setCreationDateTo(Date creationDateTo) |
void |
setDocMId(String docMId) |
void |
setTags(String[] tags) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setVersion(String version) |
void |
setWorkspaceId(String workspaceId) |
private String workspaceId
private String docMId
private String title
private String version
private String author
private String type
private Date creationDateFrom
private Date creationDateTo
private SearchQuery.AbstractAttributeQuery[] attributes
private String[] tags
private String content
public void setAttributes(SearchQuery.AbstractAttributeQuery[] attributes)
public void setAuthor(String author)
public void setContent(String content)
public void setCreationDateFrom(Date creationDateFrom)
public void setCreationDateTo(Date creationDateTo)
public void setDocMId(String docMId)
public void setTags(String[] tags)
public void setTitle(String title)
public void setType(String type)
public void setVersion(String version)
public void setWorkspaceId(String workspaceId)
public SearchQuery.AbstractAttributeQuery[] getAttributes()
public String getAuthor()
public String getContent()
public Date getCreationDateFrom()
public Date getCreationDateTo()
public String getDocMId()
public String[] getTags()
public String getTitle()
public String getType()
public String getVersion()
public String getWorkspaceId()
Copyright © 2013 OW2 Consortium. All Rights Reserved.