|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuditOnResultEnum
Specifies the values for notification via audit.
| Nested Class Summary | |
|---|---|
static class |
AuditOnResultEnum.Enum
Internal Use Only. |
static class |
AuditOnResultEnum.Factory
A class with methods for creating instances of the AuditOnResultEnum type. |
| Field Summary | |
|---|---|
static AuditOnResultEnum.Enum |
BOTH
Notify on both schedule success and failure. |
static AuditOnResultEnum.Enum |
FAILURE
Notify on schedule failure. |
static int |
INT_BOTH
Notify on both schedule success and failure. |
static int |
INT_FAILURE
Notify on schedule failure. |
static int |
INT_NONE
No notification. |
static int |
INT_SUCCESS
Notify on schedule success. |
static AuditOnResultEnum.Enum |
NONE
No notification. |
static AuditOnResultEnum.Enum |
SUCCESS
Notify on schedule success. |
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
org.apache.xmlbeans.StringEnumAbstractBase |
enumValue()
Internal Use Only. |
void |
set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
static final AuditOnResultEnum.Enum NONE
static final AuditOnResultEnum.Enum SUCCESS
static final AuditOnResultEnum.Enum FAILURE
static final AuditOnResultEnum.Enum BOTH
static final int INT_NONE
static final int INT_SUCCESS
static final int INT_FAILURE
static final int INT_BOTH
| Method Detail |
|---|
org.apache.xmlbeans.StringEnumAbstractBase enumValue()
void set(org.apache.xmlbeans.StringEnumAbstractBase e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||