com.groupdocs.annotation.data.connector.data
Interface IDataConnector

All Superinterfaces:
IConnector
All Known Implementing Classes:
AbstractDataConnector, JsonDataConnector, XmlDataConnector

public interface IDataConnector
extends IConnector

Data connector interface

Author:
Aleksey Permyakov (26.09.2014)

Method Summary
 StoreLogic getStoreLogic()
          Getter for property 'storeLogic'.
 
Methods inherited from interface com.groupdocs.annotation.data.connector.IConnector
closeConnection, getAnnotationDao, getCollaboratorDao, getDocumentDao, getReplyDao, getSessionDao, getStorageSchemaUpdater, getSystemInfoDao, getUserDao, openConnection
 

Method Detail

getStoreLogic

StoreLogic getStoreLogic()
Getter for property 'storeLogic'.

Returns:
Value for property 'storeLogic'.


Copyright © 2014. All rights reserved.