| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeleteActivitiesNoteQueryParameters
NoteQueryParameters with additional fields for retrieving only activities but excluding
 those that cannot be deleted. | 
| Modifier and Type | Method and Description | 
|---|---|
static NoteQueryParameters | 
NoteResourceHelper.configureQueryInstance(GetCollectionNoteParameter noteCollectionParameter,
                      QueryParametersParameterNameProvider nameProvider,
                      Locale locale)
Get query instance to filter notes 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PageableList<NoteData> | 
NoteResourceHelper.getPageableList(NoteQueryParameters noteQueryInstance,
               NoteRenderContext renderContext)
Get a  
PageableList of a NoteQueryParameters | 
| Constructor and Description | 
|---|
TimelineNoteResourceConverter(NoteQueryParameters noteQueryInstance,
                             NoteRenderContext renderContext)
Creates a new converter which will convert the queryResult depending on settings of the query
 instance. 
 | 
| Constructor and Description | 
|---|
TimelineNoteResourceConverter(NoteQueryParameters noteQueryParameters,
                             NoteRenderContext renderContext)
Creates a new converter which will convert the queryResult depending on settings of the query
 instance. 
 | 
| Constructor and Description | 
|---|
TimelineNoteResourceConverter(NoteQueryParameters noteQueryParameters,
                             NoteRenderContext renderContext)
Creates a new converter which will convert the queryResult depending on settings of the query
 instance. 
 | 
| Constructor and Description | 
|---|
TimelineNoteResourceConverter(NoteQueryParameters noteQueryParameters,
                             NoteRenderContext renderContext)
Creates a new converter which will convert the queryResult depending on settings of the query
 instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NoteWriter.write(NoteQueryParameters queryInstance,
     OutputStream outputStream,
     Collection<NoteData> noteItems,
     String originalRequestUrl)
Writes the exported content into the output stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RtfNoteWriter.write(NoteQueryParameters queryInstance,
     OutputStream outputStream,
     Collection<NoteData> notes,
     String requestUrl)
Export to RTF. 
 | 
void | 
RssNoteWriter.write(NoteQueryParameters queryInstance,
     OutputStream outputStream,
     Collection<NoteData> notes,
     String requestUrl)
Exports to RSS. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NoteQueryParametersConfigurator.configure(Map<String,? extends Object> parameters,
         NoteQueryParameters queryParameters)
Method to start the configuration process. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Matcher<NoteData> | 
MatcherFactory.createMatcher(NoteQueryParameters parameters)
Method to create a matcher for the given parameters. 
 | 
| Constructor and Description | 
|---|
SimpleNoteListItemToDiscussionNoteDataConverter(NoteRenderContext noteRenderContext,
                                               TimelineFilterViewType timelineFilterViewType,
                                               NoteQueryParameters queryParameters)
Creates a new converter which converts root notes of discussions into a data object that also
 holds all the comments of the discussion sorted by a given order. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NoteQueryParameters | 
NoteQueryParameters.clone(NoteQueryParameters parameters)
Create a new NoteQueryParameters by cloning others. 
 | 
static NoteQueryParameters | 
NoteQueryParameters.clone(TimelineQueryParameters queryParameters)
Create a new NoteQueryInstance that takes the common  
TimelineQueryParameters
 Parameters. | 
NoteQueryParameters | 
NoteQuery.createInstance()
Create a new empty query instance 
 | 
NoteQueryParameters | 
AbstractNoteQuery.createInstance()
Create a new empty query instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
AbstractNoteQuery.buildQuery(NoteQueryParameters queryParameters)
Build a query depending if its to get the overall count or not 
 | 
static NoteQueryParameters | 
NoteQueryParameters.clone(NoteQueryParameters parameters)
Create a new NoteQueryParameters by cloning others. 
 | 
protected String | 
AbstractNoteQuery.getDateFilterField(NoteQueryParameters parameters)
Get the field for date filtering. 
 | 
protected boolean | 
CountNoteQuery.needDistinct(NoteQueryParameters queryInstance)  | 
protected boolean | 
AbstractNoteQuery.needDistinct(NoteQueryParameters queryParameters) | 
protected boolean | 
NoteQuery.needUserInQuery(NoteQueryParameters queryInstance)
need the user in a query? 
 | 
protected boolean | 
AbstractNoteQuery.needUserInQuery(NoteQueryParameters queryParameters)
need the user in a query? 
 | 
PageableList<?> | 
CountNoteQuery.postQueryExecution(NoteQueryParameters queryInstance,
                  PageableList result)
This function is called after executing the query for further augmentations. 
 | 
protected void | 
CountNoteQuery.renderOrderbyClause(StringBuilder mainQuery,
                   NoteQueryParameters queryInstance)
This method does nothing, as we don't need any ordering. 
 | 
protected void | 
AbstractNoteQuery.renderOrderbyClause(StringBuilder mainQuery,
                   NoteQueryParameters queryParameters)
Render the order by clause 
 | 
protected void | 
AbstractNoteQuery.renderSelectClause(NoteQueryParameters queryInstance,
                  StringBuilder mainQuery)
Render the select clause based on if its the count query or not 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Pair<NoteQuery,NoteQueryParameters> | 
PostFilterApiController.createQueryInstance(javax.servlet.http.HttpServletRequest request)
Deprecated.  
Get the query instance for the current request to be configured 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
PostFilterApiController.postConfigureQueryInstance(NoteQueryParameters queryInstance)
Deprecated.  
Hook for additional configuration 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected NoteQueryParameters | 
ChronologicalPostListWidget.configureQueryInstance(NoteQuery definition)  | 
NoteQueryParameters | 
ChronologicalPostListWidget.getQueryParameters()  | 
Copyright © 2019 Communote team. All rights reserved.