Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkUserExit

All Known Subinterfaces:
dkImportDataSources, dkImportUsers
All Known Implementing Classes:
dkAbstractUserExit

public interface dkUserExit

This class defines methods to for a user exit class


Method Summary
 DKNVPair[] postCondition(DKNVPair[] params)
          Post condition process for a user exit
 DKNVPair[] preCondition(DKNVPair[] params)
          Pre condition process for a user exit
 

Method Detail

preCondition

public DKNVPair[] preCondition(DKNVPair[] params)
                        throws DKException,
                               java.lang.Exception
Pre condition process for a user exit
Parameters:
params - name/value pairs passed to the user exit
Returns:
the returned name/value pairs for processing by a datastore

postCondition

public DKNVPair[] postCondition(DKNVPair[] params)
                         throws DKException,
                                java.lang.Exception
Post condition process for a user exit
Parameters:
params - name/value pairs passed to the user exit
Returns:
the returned name/value pairs for processing by a datastore

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.