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