Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkDatastoreIntIP

All Superinterfaces:
dkDatastore, dkQueryEvaluator, dkQueryManager
All Known Implementing Classes:
DKDatastoreIP

public interface dkDatastoreIntIP
extends dkDatastore

dkDatastoreIntIP: the following methods are additions or modifications of the existing method in the current implementation of dkDatastoreIntIP


Method Summary
 java.lang.String checkedOutUserid(dkDataObject dobj)
           
 void checkIn(dkDataObject dobj)
           
 void checkOut(dkDataObject dobj)
           
 boolean isCheckedOut(dkDataObject dobj)
           
 dkXDO retrieveFormOverlay(java.lang.String id)
           
 void unlockCheckedOut(dkDataObject dobj)
           
 
Methods inherited from interface com.ibm.mm.sdk.common.dkDatastore
addExtension, addObject, addObject, addObject, addObjects, addObjects, addObjects, changePassword, clearCache, clearCache, commit, connect, connection, createDDO, createQuery, createQuery, datastoreDef, datastoreName, datastoreType, deleteObject, deleteObject, deleteObject, deleteObjects, deleteObjects, deleteObjects, destroy, disconnect, evaluate, evaluate, evaluate, evaluate, execute, execute, execute, execute, executeWithCallback, executeWithCallback, executeWithCallback, executeWithCallback, getExtension, getMapping, getOption, handle, isConnected, listAvailableServices, listDataSourceNames, listDataSources, listEntities, listEntityAttrNames, listEntityAttrs, listEntityNames, listExtensionNames, listMappingNames, listSchema, listSchemaAttributes, listSearchableEntities, listSearchableEntityNames, listSearchTemplateNames, listSearchTemplates, listServers, registerMapping, removeExtension, retrieveObject, retrieveObject, retrieveObject, retrieveObjects, retrieveObjects, retrieveObjects, rollback, serviceMgr, setOption, startTransaction, unRegisterMapping, updateObject, updateObject, updateObject, updateObjects, updateObjects, updateObjects, userName
 

Method Detail

retrieveFormOverlay

public dkXDO retrieveFormOverlay(java.lang.String id)
                          throws DKException,
                                 java.lang.Exception

isCheckedOut

public boolean isCheckedOut(dkDataObject dobj)
                     throws DKUsageError,
                            DKDatastoreAccessError,
                            java.lang.Exception

checkedOutUserid

public java.lang.String checkedOutUserid(dkDataObject dobj)
                                  throws DKUsageError,
                                         DKDatastoreAccessError,
                                         java.lang.Exception

unlockCheckedOut

public void unlockCheckedOut(dkDataObject dobj)
                      throws DKUsageError,
                             DKDatastoreAccessError,
                             java.lang.Exception

checkOut

public void checkOut(dkDataObject dobj)
              throws DKUsageError,
                     DKDatastoreAccessError,
                     java.lang.Exception

checkIn

public void checkIn(dkDataObject dobj)
             throws DKUsageError,
                    DKDatastoreAccessError,
                    java.lang.Exception

EIP Java APIs

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