Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkCheckableObject

All Known Subinterfaces:
dkWorkFlowAction, dkWorkFlowActionList, dkWorkFlowDiagram, dkWorkPacket
All Known Implementing Classes:
dkPersistentCheckableObject

public interface dkCheckableObject

Interface for checkable objects


Method Summary
 void checkin()
          checkin the object data
 void checkout()
          checkout the object data
 java.lang.String getCheckedOutUserid()
          get the checked out userid
 void unlockCheckedOut()
          unlocks currently checked out object data
 

Method Detail

checkin

public void checkin()
             throws DKException
checkin the object data

checkout

public void checkout()
              throws DKAlreadyCheckedOutException,
                     DKException
checkout the object data

unlockCheckedOut

public void unlockCheckedOut()
                      throws DKNotCheckedOutException,
                             DKException
unlocks currently checked out object data

getCheckedOutUserid

public java.lang.String getCheckedOutUserid()
                                     throws DKNotCheckedOutException,
                                            DKException
get the checked out userid

EIP Java APIs

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