Modifier and Type | Class and Description |
---|---|
class |
AttachmentData
Value object for attachments.
|
Modifier and Type | Class and Description |
---|---|
class |
BlogData
Value object holding the data of a blog/topic.
|
class |
MinimalBlogData
Value object holding the minimal info about a blog/topic.
|
class |
UserBlogData
Value object which holds the data of a blog/topic and the role of the current user in that topic.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentifiableEntityData.copy(IdentifiableEntityData data) |
Modifier and Type | Class and Description |
---|---|
class |
NoteData
Value object holding the data of a note.
|
Modifier and Type | Class and Description |
---|---|
class |
TagData
Value object holding details about a tag.
|
Modifier and Type | Class and Description |
---|---|
class |
DetailedUserData
Value object holding detailed user data.
|
class |
UserData
Value object holding details about a user.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyableToListItemConverter<S extends Propertyable,T extends IdentifiableEntityData>
Converter that extracts the properties of an entity and adds them to the to the list item.
|
Modifier and Type | Class and Description |
---|---|
class |
CountListItem
IdentifiableEntityData for the count.
|
class |
NormalizedRankListItem<R extends RankListItem> |
class |
RankTagListItem |
class |
RankUserListItem |
class |
SimpleNoteListItem |
class |
TimeRangeListItem
Describes a range in time which is marked by two date objects representing the start and end
points.
|
class |
UserManagementListItem |
class |
UserProfileDetailListItem
IdentifiableEntityData for a users profile.
|
Modifier and Type | Class and Description |
---|---|
class |
BlogTagListItem |
class |
DetailBlogListItem |
class |
ExternalObjectListItem
List item for
com.communote.server.persistence.external.ExternalObject
If the user has no access to the topic the topicNameIdentifier and the externalName field will be
null. |
class |
UserDetailBlogListItem
Details about a blog plus information about the current user regarding this blog.
|
Modifier and Type | Class and Description |
---|---|
class |
BlogMemberListItem
List item reflecting a blog member
|
class |
BlogRoleEntityListItem
List items for the role of a entity to the blog.
|
class |
CommunoteEntityData
Base value object for users and groups
|
class |
EntityGroupListItem
List item for groups (as part of the blog role assignment)
|
class |
UserListItem
List item for users (as part of the blog role assignment)
|
Modifier and Type | Class and Description |
---|---|
class |
AutosaveNoteData
Note data object to be used for autosaves.
|
class |
DiscussionNoteData
NoteData which additionally provides the comments of the note.
|
Modifier and Type | Method and Description |
---|---|
IdentifiableEntityData |
QueryParameters.transformResultItem(Object resultItem)
Deprecated.
Use
Converter instead. |
Modifier and Type | Method and Description |
---|---|
IdentifiableEntityData |
TopicTimelineParameters.transformResultItem(Object resultItem)
Transforms the BlogData.
|
IdentifiableEntityData |
BlogQueryParameters.transformResultItem(Object resultItem)
Transforms the BlogData.
|
IdentifiableEntityData |
BlogMemberManagementQueryParameters.transformResultItem(Object resultItem)
transform the list item after it has been loaded and filled by the query definition
|
Modifier and Type | Method and Description |
---|---|
IdentifiableEntityData |
BlogTagQueryParameters.transformResultItem(Object resultItem)
Transforms the BlogData.
|
Modifier and Type | Method and Description |
---|---|
IdentifiableEntityData |
UserQueryParameters.transformResultItem(Object resultItem)
Deprecated.
User UserToUserDataQueryResultConverter instead.
|
IdentifiableEntityData |
UserManagementQueryParameters.transformResultItem(Object resultItem)
transform the list item after it has been loaded and filled by the query definition
|
Modifier and Type | Class and Description |
---|---|
class |
BaseFilterApiController<L extends IdentifiableEntityData,I extends TimelineQueryParameters,D extends TaggingCoreItemQueryDefinition<L,I>>
Deprecated.
Use new generated REST-API instead.
|
Modifier and Type | Method and Description |
---|---|
protected QueryResultConverter<SimpleNoteListItem,IdentifiableEntityData> |
PostFilterApiController.createQueryConverter(javax.servlet.http.HttpServletRequest request)
Deprecated.
Get the right converter for the current request
|
protected QueryResultConverter<L,IdentifiableEntityData> |
BaseFilterApiController.createQueryConverter(javax.servlet.http.HttpServletRequest request)
Deprecated.
Get the right converter for the current request
|
Modifier and Type | Method and Description |
---|---|
protected List |
PostFilterApiController.postProcessList(javax.servlet.http.HttpServletRequest request,
PageableList<? extends IdentifiableEntityData> list)
Deprecated.
Hook for post processing the result list
|
protected abstract List |
BaseFilterApiController.postProcessList(javax.servlet.http.HttpServletRequest request,
PageableList<? extends IdentifiableEntityData> list)
Deprecated.
Hook for post processing the result list
|
Modifier and Type | Class and Description |
---|---|
class |
BlogListItem
Legacy list item for the old rest API.
|
class |
CommonPostListItem
Base class for list items that describe notes.
|
class |
DetailPostListItem
List item describing a note that should be used by the old API in versions prior to 1.0.1
|
class |
PostListItem
List item describing a note that should be used by the old API when the short note format is
requested.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPagedListWidget.setPageInformation(QueryParameters queryParameters,
PageableList<? extends IdentifiableEntityData> result)
Set the Page Information
|
Modifier and Type | Class and Description |
---|---|
class |
UserListWidget.ListUsersWidgetUserListItem
UserData with special fields for this widget.
|
Copyright © 2019 Communote team. All rights reserved.