Package | Description |
---|---|
com.communote.plugins.api.rest.v24.resource.timelinenote | |
com.communote.plugins.api.rest.v24.servlet |
Modifier and Type | Method and Description |
---|---|
static TimelineNoteResource |
TimelineNoteHelper.buildTimelineNoteResource(NoteData noteListData,
TimelineNoteResource target)
converts a note list data object into a note resource object
|
TimelineNoteResource |
TimelineNoteResourceConverter.create()
Creates a new pageable list object to fill
|
Modifier and Type | Method and Description |
---|---|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(DiscussionNoteData source)
Helper method which flattens a discussion data object into a list of note resources.
|
PageableList<TimelineNoteResource> |
TimelineNoteResourceConverter.convert(PageableList<SimpleNoteListItem> queryResult)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
static TimelineNoteResource |
TimelineNoteHelper.buildTimelineNoteResource(NoteData noteListData,
TimelineNoteResource target)
converts a note list data object into a note resource object
|
boolean |
TimelineNoteResourceConverter.convert(SimpleNoteListItem source,
TimelineNoteResource target)
Converts the temporary object of the query to a list object
|
Modifier and Type | Method and Description |
---|---|
static TimelineNoteResource[] |
RequestListParser.getArrayTimelineNoteResource(List<String> strList)
Parses a TimelineNoteResource list to a TimelineNoteResource array.
|
Copyright © 2019 Communote team. All rights reserved.