net.agmodel.resData
Interface ResourceEditor

All Superinterfaces:
Remote, ResourceUser, ServerRMI
All Known Subinterfaces:
ResourceSuper, ResourceTranslator

public interface ResourceEditor
extends ResourceUser

Title: Description: Copyright: Copyright (c) 2002 Company:


Field Summary
 
Fields inherited from interface net.agmodel.resData.ResourceUser
RMIHOSTPARAM, RMINAME
 
Fields inherited from interface net.agmodel.genericBroker.ServerRMI
EXISTINGUSER, NEWUSER, SUPERUSER
 
Method Summary
 String[] getResItemKeys(String sessionID, String filSetID)
          Gets the all item-ids(keys) for the fileSet .
 
Methods inherited from interface net.agmodel.resData.ResourceUser
getAllItemDescription, getItemDescription, getLanguageName, getResItem, getResItems, getUserFileSet, listFileSet, listLanguageID, listLanguages
 
Methods inherited from interface net.agmodel.genericBroker.ServerRMI
disconnect, getConnection, getConnection
 

Method Detail

getResItemKeys

public String[] getResItemKeys(String sessionID,
                               String filSetID)
                        throws RemoteException,
                               GeneralException
Gets the all item-ids(keys) for the fileSet .

Parameters:
sessionID - the identifier for the client provided by getConnection
Throws:
RemoteException.
RemoteException
GeneralException