| Package | Description | 
|---|---|
| com.communote.plugins.api.rest.v24.converter | |
| com.communote.plugins.api.rest.v24.resource.timelinenote | |
| com.communote.plugins.api.rest.v24.servlet | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BlogDataToTimelineTopicConverter<T extends BlogData,O extends TimelineTopicResource>
BlogDataToTimelineTopicConverter to convert the temporary object into a TimelineTopicResource 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
BlogDataToTimelineTopicConverter.convert(BlogData source,
       TimelineTopicResource target)
Converts the temporary object of the query to a list object 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TimelineTopicResource | 
GetTimelineNoteParameter.getTopic()
Returns the Topic. 
 | 
TimelineTopicResource | 
GetCollectionTimelineNoteParameter.getTopic()
Returns the Topic. 
 | 
TimelineTopicResource | 
TimelineNoteResource.getTopic()
Returns the Topic. 
 | 
static TimelineTopicResource | 
TimelineNoteHelper.getTopic(NoteData noteListDataItem)
Extracts the details about a topic into a resource. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetTimelineNoteParameter.setTopic(TimelineTopicResource topic)
Sets Topic. 
 | 
void | 
GetCollectionTimelineNoteParameter.setTopic(TimelineTopicResource topic)
Sets Topic. 
 | 
void | 
TimelineNoteResource.setTopic(TimelineTopicResource topic)
Sets Topic. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TimelineTopicResource[] | 
RequestListParser.getArrayTimelineTopicResource(List<String> strList)
Parses a TimelineTopicResource list to a TimelineTopicResource array. 
 | 
Copyright © 2019 Communote team. All rights reserved.