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

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

See Also:
Constant Field Values

REJECTED

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

See Also:
Constant Field Values

APPROVAL_RESULTS

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


SUBMITED

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

See Also:
Constant Field Values

RFI_RESULTS

public 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 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.