| java.lang.Object | ||
| ↳ | com.atlassian.confluence.core.DefaultContentEntityManager | |
| ↳ | com.atlassian.confluence.userstatus.DefaultUserStatusManager | |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.confluence.core.ContentEntityManager
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.core.DefaultContentEntityManager
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Clears the current status of the specified user
| |||||||||||
Clears the current status of the specified user
| |||||||||||
Retrieve the current user status for the given user
| |||||||||||
Retrieve the current user status for the given user
| |||||||||||
Retrieve the user status for the given status id
| |||||||||||
Returns the total number of statuses set against the specified user
| |||||||||||
Returns the total number of statuses set against the specified user
| |||||||||||
Retrieve a list of user status items for the specified user
| |||||||||||
Retrieve a list of user status items for the specified user
| |||||||||||
Retrieve a list of user status items for the specified user
| |||||||||||
Retrieve a list of user status items for the specified user
| |||||||||||
Deletes all user status' for the specified user
| |||||||||||
Saves a status
| |||||||||||
Saves a new status.
| |||||||||||
Saves a new status, targetted to a specific space.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method publishes
*CreateEventss. | |||||||||||
This method publishes
*RemoveEvents. | |||||||||||
This method publishes
*UpdateEvents. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.core.DefaultContentEntityManager
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.confluence.core.ContentEntityManager
| |||||||||||
From interface
com.atlassian.confluence.userstatus.UserStatusManager
| |||||||||||
Clears the current status of the specified user
| username | - the user to clear the status for |
|---|
Clears the current status of the specified user
| user | - the user to clear the status for |
|---|
Retrieve the current user status for the given user
| username | the username of the user to get the status for |
|---|
Retrieve the current user status for the given user
| user | the user to get the status for |
|---|
Retrieve the user status for the given status id
| id | the id of the user status object |
|---|
Returns the total number of statuses set against the specified user
| user | the user to count statuses for |
|---|
Returns the total number of statuses set against the specified user
| username | the user to count statuses for |
|---|
Retrieve a list of user status items for the specified user
| username | the username of the user to find status updates for |
|---|---|
| maxResults | the maximum number of statuses to return |
Retrieve a list of user status items for the specified user
| user | the user to find status updates for |
|---|---|
| maxResults | the maximum number of statuses to return |
Retrieve a list of user status items for the specified user
| user | the user to find status updates for |
|---|
Retrieve a list of user status items for the specified user
| username | the username of the user to find status updates for |
|---|
Deletes all user status' for the specified user
| user | the user to clear the statuses for |
|---|
Saves a status
| status | the status to be saved |
|---|
Saves a new status.
| username | The user to save the status against |
|---|---|
| statusText | Text for the new status |
Saves a new status, targetted to a specific space.
| username | The user to save the status against |
|---|---|
| statusText | Text for the new status |
| targetSpace | The space to target the status to |
This method publishes *CreateEventss.
Specific content entity object manager that need to publish those events should override this method.
| obj | the created content entity object |
|---|
This method publishes *RemoveEvents.
Specific content entity object manager that need to publish those events should override this method.
| obj | the removed content entity object |
|---|
This method publishes *UpdateEvents.
Specific content entity object manager that need to publish those events should override this method.
| obj | the updated content entity object |
|---|---|
| origObj | the old version of the content entity object, for history purpose |
| saveContext | the associated SaveContext
|