| java.lang.Object com.ecyrd.jspwiki.workflow.AbstractStep com.ecyrd.jspwiki.workflow.Decision com.ecyrd.jspwiki.workflow.SimpleNotification
Constructor Summary | |
public | SimpleNotification(Workflow workflow, String messageKey, Principal actor) Constructs a new SimpleNotification object with a supplied message key,
associated Workflow, and named actor who must acknowledge the message. |
SimpleNotification | public SimpleNotification(Workflow workflow, String messageKey, Principal actor)(Code) | | Constructs a new SimpleNotification object with a supplied message key,
associated Workflow, and named actor who must acknowledge the message.
The notification is placed in the Principal's list of queued Decisions.
Because the only available Outcome is
Outcome.DECISION_ACKNOWLEDGE , the actor can only acknowledge the
message.
Parameters: workflow - the Workflow to associate this notification with Parameters: messageKey - the message key Parameters: actor - the Principal who will acknowledge the message |
isReassignable | final public boolean isReassignable()(Code) | | Notifications cannot be re-assigned, so this method always returns
false .
false always |
|
|