|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
com.arsdigita.messaging | Messaging provides a standard set of abstractions for creating and storing messages. |
com.arsdigita.notification | Notification provides the application-level capabilities needed for outbound email. |
com.arsdigita.workflow.simple | A tool framework for establishing collaboration among all the specialized members of a production staff. |
Uses of Message in com.arsdigita.messaging |
Subclasses of Message in com.arsdigita.messaging | |
class |
ThreadedMessage
Extends Message in a way that allows messages to be organized into discussion threads with a tree structure. |
Methods in com.arsdigita.messaging that return Message | |
Message |
Message.reply()
Gets a new message that is suitable for a reply to this message. |
Methods in com.arsdigita.messaging with parameters of type Message | |
protected void |
Message.getReplyInfo(Message msg)
Copies the necessary reply information from a parent message to this one. |
Uses of Message in com.arsdigita.notification |
Methods in com.arsdigita.notification with parameters of type Message | |
void |
Notification.setMessage(Message msg)
Sets the message containing the sender, subject, and body of this notification. |
Constructors in com.arsdigita.notification with parameters of type Message | |
Notification(Digest digest,
Party to,
Message msg)
Creates a notification by supplying the digest, the receiver, and an existing message to send. |
|
Notification(Party to,
Message msg)
Creates a notification by supplying the receiver and an existing message to send. |
Uses of Message in com.arsdigita.workflow.simple |
Methods in com.arsdigita.workflow.simple that return Message | |
protected Message |
UserTask.generateMessage(String operation,
Party sender)
Generate the message to send if for the specified event |
Methods in com.arsdigita.workflow.simple with parameters of type Message | |
protected void |
UserTask.sendMessageToAssignees(Message msg)
Internal sends a message to all assignees of this task. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |