|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageAction
MessageAction is an action that sends out messages. To do so, it needs a user, and both a short and a long description. Is it up to the implementation to do something with it, e.g. use the short description and a subject for an email message, or use the short description as the text in an SMS.
Field Summary | |
---|---|
static String |
DESCRIPTION
Key for the event properties containing a description as a String. |
static String |
SHORT_DESCRIPTION
Key for the event properties containing a very short description as a String. |
static String |
USER
Key for the event properties containing a User. |
Fields inherited from interface org.apache.ace.server.action.Action |
---|
ACTION_NAME |
Method Summary |
---|
Methods inherited from interface org.apache.ace.server.action.Action |
---|
handle |
Field Detail |
---|
static final String USER
static final String DESCRIPTION
static final String SHORT_DESCRIPTION
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |