Package | Description |
---|---|
com.docdoku.core.query |
Support classes to work with the query builder and the basic search.
|
Modifier and Type | Class and Description |
---|---|
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[] |
SearchQuery.attributes |
Modifier and Type | Method and Description |
---|---|
SearchQuery.AbstractAttributeQuery[] |
SearchQuery.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
SearchQuery.setAttributes(SearchQuery.AbstractAttributeQuery[] attributes) |
Constructor and Description |
---|
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) |
PartSearchQuery(String workspaceId,
String fullText,
String partNumber,
String name,
String version,
String author,
String type,
Date creationDateFrom,
Date creationDateTo,
Date modificationDateFrom,
Date modificationDateTo,
SearchQuery.AbstractAttributeQuery[] attributes,
String[] tags,
Boolean standardPart,
String content,
boolean fetchHeadOnly) |
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) |
Copyright © 2017 DocDoku. All rights reserved.