com.ibm.itim.workflow.provisioning
Interface ApprovalRFIResult


public interface ApprovalRFIResult

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.

See Also:
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

APPROVED

static final java.lang.String APPROVED
Constant identifying an approved result.

See Also:
Constant Field Values

REJECTED

static final java.lang.String REJECTED
Constant identifying a rejected result.

See Also:
Constant Field Values

APPROVAL_RESULTS

static final java.lang.String[] APPROVAL_RESULTS
Constant identifying the result constants that are approval based. Those are APPROVED and REJECTED.


SUBMITED

static final java.lang.String SUBMITED
Constant identifying the RFI submitted result.

See Also:
Constant Field Values

RFI_RESULTS

static final java.lang.String[] RFI_RESULTS
Constant identifying the result constants that are RFI based. Only the SUBMITTED constant is supported at this time.



IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.