Package | Description |
---|---|
com.sas.lsaf.core.action |
Contains common classes for getting status information for actions in the system.
|
Modifier and Type | Method and Description |
---|---|
ActionStatus.CompletionStatus |
ActionStatus.getCompletionStatus()
Get the completion status enum value indicating the most severe outcome (ERROR) encountered during the batch
operation
|
ActionStatus.CompletionStatus |
ActionStatusDetail.getCompletionStatus()
Get the completion status enum value indicating the most severe outcome (ERROR) encountered during the action.
|
static ActionStatus.CompletionStatus |
ActionStatus.CompletionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionStatus.CompletionStatus[] |
ActionStatus.CompletionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ActionStatus(ActionStatus.CompletionStatus completionStatus,
String completionMessage)
Initializing constructor which sets the values of all variables.
|
ActionStatusDetail(String id,
String itemIdentifier,
String itemLocation,
String itemName,
String messageCode,
String message,
ActionStatus.CompletionStatus completionStatus)
Initializing constructor which sets the values of all variables.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>