@AccessLevel(value=EXTERNAL)
public interface ParticipantMessages
Modifier and Type | Method and Description |
---|---|
void |
addMessage(ParticipantMessage participantMessage)
Adds a ParticipantMessage message to the list of messages.
|
void |
addMessages(java.util.List<ParticipantMessage> participantMessageList)
Adds a list of messages to the existing list of messages.
|
ConcernRole |
getConcernRole()
Returns the ConcernRole that messages are being gathered for.
|
java.util.ArrayList<ParticipantMessage> |
getMessages()
Returns the list of messages as an ArrayList.
|
void addMessage(ParticipantMessage participantMessage)
participantMessage
- The message to be added to the list.void addMessages(java.util.List<ParticipantMessage> participantMessageList)
participantMessageList
- The list of messages to be added to the list.ConcernRole getConcernRole()
java.util.ArrayList<ParticipantMessage> getMessages()