|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.opensymphony.workflow.util.SendEmail
Sends an email to a group of users. The following arguments are expected:
Constructor Summary | |
SendEmail()
|
Method Summary | |
void |
execute(java.util.Map inputs,
java.util.Map properties,
java.util.Map variables)
Execute this function |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SendEmail()
Method Detail |
public void execute(java.util.Map inputs, java.util.Map properties, java.util.Map variables)
FunctionProvider
execute
in interface FunctionProvider
com.opensymphony.workflow.FunctionProvider
inputs
- Workflow inputsproperties
- The properties for this function invocation. Properties are created from arg nested
elements within the xml, an arg element takes in a name attribute which is the properties key, and the CDATA
text contents of the element map to the property value.variables
- The global, persistent variables that are associated with the current instance of the workflow.
Any change made to this map will be seen on the next function call in the workflow lifetime. There are two
special variable names: entry (object type: WorkflowEntry
) and
context (object type: WorkflowContext
). These are always available in the variable map,
no matter what. Also, any variable set as a register (see: Register
), will also
be available in the variable map, no matter what.
|
See www.opensymphony.com for more information. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |