ogre.dms.util.si
Interface DMCI


public interface DMCI

Document Management Common Interface.

Version:
$Id: DMCI.java,v 1.1.1.1.2.5.2.1 2007/03/30 10:34:34 esso Exp $
Author:
Docpedia team.

Method Summary
 boolean connectServer(String host, String port)
           
 boolean disconnectServer()
           
 AccessControlService getACService()
           
 AdminService getAdminService()
           
 DocumentManagementService getDMService()
           
 String getDMSServerHost()
           
 String getDMSServerPort()
           
 FlowService getFlowService()
           
 FolderManagementService getFMService()
           
 ForumService getForumService()
           
 com.flowring.library.service.LibraryAdminService getLibraryAdminService()
           
 com.flowring.library.service.LibraryUserService getLibraryUserService()
           
 OrganizationManagementService getOMService()
           
 PhysicalDocumentAccessService getPDAService()
           
 PhysicalDocumentTransferTool getPhysicalDocumentTransferTool()
           
 QueryService getQueryService()
           
 RepositoryManagementService getRMService()
           
 SearchService getSearchService()
           
 ShortcutManagementService getShortcutService()
           
 SubscribingService getSubscribingService()
           
 SystemService getSystemService()
           
 DocumentTemplateManagementService getTemplateService()
           
 boolean isAlive()
           
 DMSUser login(String loginID, String password)
          Verify the user with the given login id and password.
 

Method Detail

connectServer

boolean connectServer(String host,
                      String port)
                      throws Exception,
                             RemoteException
Throws:
Exception
RemoteException

disconnectServer

boolean disconnectServer()
                         throws Exception,
                                RemoteException
Throws:
Exception
RemoteException

getDMSServerHost

String getDMSServerHost()
                        throws Exception,
                               RemoteException
Throws:
Exception
RemoteException

getDMSServerPort

String getDMSServerPort()
                        throws Exception,
                               RemoteException
Throws:
Exception
RemoteException

getQueryService

QueryService getQueryService()
                             throws Exception,
                                    RemoteException
Throws:
Exception
RemoteException

getPDAService

PhysicalDocumentAccessService getPDAService()
                                            throws Exception,
                                                   RemoteException
Throws:
Exception
RemoteException

getFMService

FolderManagementService getFMService()
                                     throws Exception,
                                            RemoteException
Throws:
Exception
RemoteException

getDMService

DocumentManagementService getDMService()
                                       throws Exception,
                                              RemoteException
Throws:
Exception
RemoteException

getRMService

RepositoryManagementService getRMService()
                                         throws Exception,
                                                RemoteException
Throws:
Exception
RemoteException

getOMService

OrganizationManagementService getOMService()
                                           throws Exception,
                                                  RemoteException
Throws:
Exception
RemoteException

getACService

AccessControlService getACService()
                                  throws Exception,
                                         RemoteException
Throws:
Exception
RemoteException

getSearchService

SearchService getSearchService()
                               throws Exception,
                                      RemoteException
Throws:
Exception
RemoteException

getSubscribingService

SubscribingService getSubscribingService()
                                         throws Exception,
                                                RemoteException
Throws:
Exception
RemoteException

getTemplateService

DocumentTemplateManagementService getTemplateService()
                                                     throws Exception,
                                                            RemoteException
Throws:
Exception
RemoteException

getShortcutService

ShortcutManagementService getShortcutService()
                                             throws Exception,
                                                    RemoteException
Throws:
Exception
RemoteException

getSystemService

SystemService getSystemService()
                               throws Exception,
                                      RemoteException
Throws:
Exception
RemoteException

getAdminService

AdminService getAdminService()
                             throws Exception,
                                    RemoteException
Throws:
Exception
RemoteException

getFlowService

FlowService getFlowService()
                           throws Exception,
                                  RemoteException
Throws:
Exception
RemoteException

getPhysicalDocumentTransferTool

PhysicalDocumentTransferTool getPhysicalDocumentTransferTool()
                                                             throws Exception,
                                                                    RemoteException
Throws:
Exception
RemoteException

getLibraryAdminService

com.flowring.library.service.LibraryAdminService getLibraryAdminService()
                                                                        throws Exception,
                                                                               RemoteException
Throws:
Exception
RemoteException

getLibraryUserService

com.flowring.library.service.LibraryUserService getLibraryUserService()
                                                                      throws Exception,
                                                                             RemoteException
Throws:
Exception
RemoteException

getForumService

ForumService getForumService()
                             throws Exception,
                                    RemoteException
Throws:
Exception
RemoteException

isAlive

boolean isAlive()
                throws Exception,
                       RemoteException
Throws:
Exception
RemoteException

login

DMSUser login(String loginID,
              String password)
              throws Exception,
                     RemoteException
Verify the user with the given login id and password.

Parameters:
loginID -
password -
Returns:
DMSUser if being authenticated, else null.
Throws:
RemoteException
Exception
Since:
V2.1


Copyright(c) 2005-2012 by Flowring Technology Corp., 12 F., No 120, Sec 2, Gongdao 5th Rd., Hsin-Chu City 300, Taiwan(R.O.C.) All rights reserved.