Copyright© 2008-2025 Sitevision AB, all rights reserved.
@Requireable(value="DirectMessageUtil") public interface DirectMessageUtil
An instance of the Sitevision class implementing this interface can be obtained via
MessagesFactory.getDirectMessageUtil()
.
See MessagesFactory
for how to obtain an instance of the MessagesFactory
interface.
Modifier and Type | Method and Description |
---|---|
Node |
createConversation(Collection<Node> aMembers)
Creates a new direct message conversation for the current user identity with the specified members.
|
Node |
getConversation(Collection<Node> aMembers)
Retrieves an existing direct message conversation for the current user identity
that includes the specified members.
|
Node getConversation(Collection<Node> aMembers) throws ConstraintViolationException
aMembers
- array of sv:userIdentity nodes representing other participants
in the conversation (including or excluding current user identity, who is always implicitly included as member anyway).ConstraintViolationException
- if social collaboration is not enabled on the site.IllegalStateException
- if current user doesn't have a user identity.IllegalArgumentException
- if aMembers is null or empty. Or if any of the specified members is not
a valid conversation participant.Node createConversation(Collection<Node> aMembers) throws ConstraintViolationException
aMembers
- array of sv:userIdentity nodes representing other participants
in the conversation (including or excluding current user identity, who is always implicitly included as member anyway).ConstraintViolationException
- if social collaboration is not enabled on the site or
if the conversation could not be created.IllegalStateException
- if current user doesn't have a user identity.IllegalArgumentException
- if aMembers is null or empty. Or if any of the specified members is not
a valid conversation participant.Sitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2025 Sitevision AB, all rights reserved.