See: Description
Interface | Description |
---|---|
JobContext |
This context is passed to a Tasklet when it gets executed.
|
JobDependencyRule |
This interface can control how jobs are scheduled.
|
Tasklet |
This interface implements code that is executed on the server-side.
|
TaskletInputContext |
This is interface is passed to a Tasklet when it gets executed.
|
TaskletOutputContext |
This is interface is passed to a Tasklet when it gets executed.
|
TaskletOutputSummary |
Summarized output results of a particular Tasklet processing run.
|
WorkflowContainer |
Interface provides access to actions you can perform within the Workflow Container
environment.
|
Enum | Description |
---|---|
Tasklet.Scope |
APP_SCOPE are cookies (name/value properties) that are shared between
all jobs runs of a Tasklet.
|
TaskletOutputSummary.ExitCondition |
Exit condition of Tasklet
|
TaskletOutputSummary.ExitState |
Exit Status of Tasklets
|
TaskletOutputSummary.ExitStatus | Deprecated |
Exception | Description |
---|---|
JobExitException |
Typically called by a Tasklet to stop the job from executing any
further.
|
NoRightsToActionException |
Thrown if you do not have rights to access the given job container action.
|
TaskletApprovalException |
Thrown by a Tasklet to cause job to stop processing pending an approval or rejection.
|
TaskletFailureException |
Thrown by a Tasklet during processing when there is an
internal error in the Tasklet.
|
WorkflowContainerException |
Runtime exception during processing of some container action/request.
|
Error | Description |
---|---|
JobDeathException |
Thrown internally by SOAFaces Container when
the job has been requested to terminate processing
by the user.
|
TaskletProcessingError |
Thrown internally by the SOAFaces Container when
an internal processing error occurs.
|
Copyright © Grand Logic, Inc. All Rights Reserved.