@PermitAll public class SendEmail extends Object implements ExecutableTask
ExecutableTask.Result
Modifier and Type | Field and Description |
---|---|
static String |
EMAIL_ERROR
Sending email error.
|
Constructor and Description |
---|
SendEmail() |
Modifier and Type | Method and Description |
---|---|
void |
postConstruct()
Fix for https://experjira.whitestein.com/browse/LSPS-7392
Sending email in OpenEJB against server that requires authentication.
|
ExecutableTask.Result |
processInput(TaskContext context,
Object input)
The method for processing the model instance input.
|
ExecutableTask.Result |
start(TaskContext context)
An initial method that is called when the task execution starts.
|
void |
terminate(TaskContext context,
TerminationReason reason)
Called when this task is to be terminated.
|
public static final String EMAIL_ERROR
@PostConstruct public void postConstruct()
public ExecutableTask.Result start(TaskContext context) throws ErrorException
ExecutableTask
start
in interface ExecutableTask
null
ErrorException
- the BPMN errorpublic ExecutableTask.Result processInput(TaskContext context, Object input)
ExecutableTask
This method is invoked when a previous call to either
start
method or
processInput
method returned
WAITING_FOR_INPUT
and a new input is to
be process by the model instance.
processInput
in interface ExecutableTask
null
public void terminate(TaskContext context, TerminationReason reason)
ExecutableTask
terminate
in interface ExecutableTask
ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.