public interface TaskletOutputSummary
Modifier and Type | Interface and Description |
---|---|
static class |
TaskletOutputSummary.ExitCondition
Exit condition of Tasklet
|
static class |
TaskletOutputSummary.ExitState
Exit Status of Tasklets
|
static class |
TaskletOutputSummary.ExitStatus
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCustomStatusCode()
Tasklet defined custom status code.
|
java.lang.String |
getCustomStatusMessage()
Tasklet defined custom status message.
|
java.lang.String |
getDescription()
Description of Tasklet
|
java.util.Date |
getEndTime()
Time the Tasklet completed running.
|
TaskletOutputSummary.ExitCondition |
getExitCondition()
Exit condition of the Tasklet as defined by the exit condition states.
|
TaskletOutputSummary.ExitState |
getExitState()
Exit state of the Tasklet when it finished its processing.
|
TaskletOutputSummary.ExitStatus |
getExitStatus()
Deprecated.
Replaced by
getExitState() |
long |
getID()
Unique ID of Tasklet
|
java.lang.String |
getName()
Name of Tasklet.
|
int |
getOrder()
Order of execution of Tasklet within a job.
|
java.util.Date |
getStartTime()
Time the Tasklet started.
|
java.lang.String |
getType()
SOAFaces Bundle name of Tasklet
|
java.lang.String |
getUserExitMsg()
Deprecated.
Replaced by
getCustomStatusMessage() |
java.lang.Integer |
getUserExitStatus()
Deprecated.
Replaced by
getCustomStatusCode() |
boolean |
isDisabled()
If Tasklet was disabled or not.
|
boolean |
isError()
True if the Tasklet through any errors while running.
|
boolean |
isFailure()
TaskletFailureException was thrown or not.
|
boolean |
isWarning()
True if the Tasklet through any warning while running.
|
java.lang.String getName()
long getID()
int getOrder()
java.lang.String getDescription()
java.lang.String getType()
java.util.Date getStartTime()
java.util.Date getEndTime()
boolean isError()
boolean isWarning()
boolean isDisabled()
boolean isFailure()
@Deprecated TaskletOutputSummary.ExitStatus getExitStatus()
getExitState()
TaskletOutputSummary.ExitState getExitState()
TaskletOutputSummary.ExitCondition getExitCondition()
@Deprecated java.lang.Integer getUserExitStatus()
getCustomStatusCode()
@Deprecated java.lang.String getUserExitMsg()
getCustomStatusMessage()
java.lang.Integer getCustomStatusCode()
java.lang.String getCustomStatusMessage()
Copyright © Grand Logic, Inc. All Rights Reserved.