Package | Description |
---|---|
com.communote.server.core.vo.query | |
com.communote.server.core.vo.query.post | |
com.communote.server.model.note | |
com.communote.server.persistence.note |
Modifier and Type | Method and Description |
---|---|
NoteStatus[] |
TimelineQueryParameters.getExcludeNoteStatus() |
Modifier and Type | Method and Description |
---|---|
void |
TimelineQueryParameters.setExcludeNoteStatus(NoteStatus[] statuss)
Sets the
NoteStatus which should be excluded from the query. |
Modifier and Type | Method and Description |
---|---|
NoteStatus |
NoteQueryParameters.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
NoteQueryParameters.setStatus(NoteStatus status) |
Modifier and Type | Field and Description |
---|---|
static NoteStatus |
NoteStatus.AUTOSAVED |
static NoteStatus |
NoteStatus.PUBLISHED |
Modifier and Type | Method and Description |
---|---|
static NoteStatus |
NoteStatus.fromString(String value)
Creates an instance of NoteStatus from
value . |
NoteStatus |
Note.getStatus() |
Modifier and Type | Method and Description |
---|---|
static Note |
Note.Factory.newInstance(Timestamp creationDate,
Timestamp lastModificationDate,
Timestamp crawlLastModificationDate,
NoteCreationSource creationSource,
boolean direct,
NoteStatus status,
Long version,
boolean mentionTopicReaders,
boolean mentionTopicAuthors,
boolean mentionTopicManagers,
boolean mentionDiscussionAuthors,
Blog blog,
User user,
Content content)
Constructs a new instance of
Note , taking all required and/or read-only
properties as arguments. |
static Note |
Note.Factory.newInstance(Timestamp creationDate,
Timestamp lastModificationDate,
Timestamp lastDiscussionNoteCreationDate,
Timestamp crawlLastModificationDate,
NoteCreationSource creationSource,
boolean direct,
NoteStatus status,
Long version,
String discussionPath,
Long discussionId,
boolean mentionTopicReaders,
boolean mentionTopicAuthors,
boolean mentionTopicManagers,
boolean mentionDiscussionAuthors,
GlobalId globalId,
Blog blog,
Set<User> favoriteUsers,
Set<Note> children,
Note parent,
Set<Note> versionOf,
Note origin,
Set<Blog> crosspostBlogs,
Set<GlobalId> followableItems,
Set<NoteProperty> properties,
Set<User> directUsers,
User user,
Set<Tag> tags,
Set<User> usersToBeNotified,
Set<Attachment> attachments,
Content content)
Constructs a new instance of
Note , taking all possible properties (except the
identifier(s))as arguments. |
void |
Note.setStatus(NoteStatus status) |
Modifier and Type | Class and Description |
---|---|
class |
NoteStatusEnum
This enumeration holds all possible states of an UserTaggedItem
|
Copyright © 2019 Communote team. All rights reserved.