|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Draft | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of Draft in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return Draft | |
|---|---|
Draft |
DraftManager.createDraft(Draft draft)
Creates a new draft. |
Draft |
DraftManager.getDraft(long draftID)
Returns a draft by draft ID or null if no draft exists with the specified draftID. |
Draft |
DraftManager.getDraft(long userID,
int draftObjectType,
int draftContainerObjectType,
long draftContainerObjectID)
Returns the draft for a particular user associated with a particular community, thread and / or message. |
| Methods in com.jivesoftware.community that return types with arguments of type Draft | |
|---|---|
Iterable<Draft> |
DraftManager.getDraftsByUser(long userID)
Returns all drafts for a particular user. |
| Methods in com.jivesoftware.community with parameters of type Draft | |
|---|---|
Draft |
DraftManager.createDraft(Draft draft)
Creates a new draft. |
void |
DraftManager.deleteDraft(Draft draft)
Delete an existing draft. |
void |
DraftManager.updateDraft(Draft draft)
Update an existing draft. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||