Package | Description |
---|---|
com.communote.server.api.core.note | |
com.communote.server.model.note | |
com.communote.server.persistence.note | |
com.communote.server.web.api.service.post |
Modifier and Type | Method and Description |
---|---|
NoteCreationSource |
NoteStoringTO.getCreationSource()
Defines the source of creation.
|
NoteCreationSource |
NoteData.getCreationSource() |
Modifier and Type | Method and Description |
---|---|
void |
NoteStoringTO.setCreationSource(NoteCreationSource creationSource) |
void |
NoteData.setCreationSource(NoteCreationSource creationSource) |
Modifier and Type | Field and Description |
---|---|
static NoteCreationSource |
NoteCreationSource.API
Created by the API
|
static NoteCreationSource |
NoteCreationSource.MAIL
Created via mail-in
|
static NoteCreationSource |
NoteCreationSource.MQ
Created by the Message Queue
|
static NoteCreationSource |
NoteCreationSource.SYSTEM
Automatically created by the system
|
static NoteCreationSource |
NoteCreationSource.WEB
Created via web interface
|
static NoteCreationSource |
NoteCreationSource.XMPP
Created via XMPP
|
Modifier and Type | Method and Description |
---|---|
static NoteCreationSource |
NoteCreationSource.fromString(String value)
Creates an instance of NoteCreationSource from
value . |
NoteCreationSource |
Note.getCreationSource()
Defines the source of creation.
|
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.setCreationSource(NoteCreationSource creationSource) |
Modifier and Type | Class and Description |
---|---|
class |
NoteCreationSourceEnum
Possible types of creation sources for user tagged items
|
Modifier and Type | Method and Description |
---|---|
void |
PostApiController.setCreationSource(NoteCreationSource cs)
Deprecated.
Set the creation source to be used by the controller.
|
Copyright © 2019 Communote team. All rights reserved.