|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The approval and RFI activities are built-in to the provisioning platform. These built-in activities have specific result codes that are supported. This interface provides the result codes specific to the approval and RFI activities. They can be used as the summary of an ActivityResult.
ActivityResult
Field Summary | |
---|---|
static java.lang.String[] |
APPROVAL_RESULTS
Constant identifying the result constants that are approval based. |
static java.lang.String |
APPROVED
Constant identifying an approved result. |
static java.lang.String |
REJECTED
Constant identifying a rejected result. |
static java.lang.String[] |
RFI_RESULTS
Constant identifying the result constants that are RFI based. |
static java.lang.String |
SUBMITED
Constant identifying the RFI submitted result. |
Field Detail |
public static final java.lang.String APPROVED
public static final java.lang.String REJECTED
public static final java.lang.String[] APPROVAL_RESULTS
public static final java.lang.String SUBMITED
public static final java.lang.String[] RFI_RESULTS
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |