public interface ISStoreService extends BaseService
| Modifier and Type | Method and Description |
|---|---|
String |
backup() |
boolean |
createFileColl(String fileColl) |
boolean |
deleteFileColl(String fileColl) |
boolean |
deleteXML(String fileName,
String fileColl) |
boolean |
executeXUpdate(String query) |
List<String> |
getFileColls() |
List<String> |
getFileNames(String fileColl) |
String |
getXML(String fileName,
String fileColl) |
String |
getXMLbyQuery(String query) |
boolean |
insertXML(String fileName,
String fileColl,
String file) |
List<String> |
quickSearchXML(String query) |
boolean |
reindex() |
boolean |
sync() |
boolean |
updateXML(String fileName,
String fileColl,
String file) |
identify, notify, startboolean createFileColl(String fileColl) throws ISStoreException
ISStoreExceptionboolean deleteFileColl(String fileColl) throws ISStoreException
ISStoreExceptionboolean deleteXML(String fileName, String fileColl) throws ISStoreException
ISStoreExceptionboolean executeXUpdate(String query) throws ISStoreException
ISStoreExceptionList<String> getFileColls() throws ISStoreException
ISStoreExceptionList<String> getFileNames(String fileColl) throws ISStoreException
ISStoreExceptionString getXML(String fileName, String fileColl) throws ISStoreException
ISStoreExceptionString getXMLbyQuery(String query) throws ISStoreException
ISStoreExceptionboolean insertXML(String fileName, String fileColl, String file) throws ISStoreException
ISStoreExceptionboolean reindex()
List<String> quickSearchXML(String query) throws ISStoreException
ISStoreExceptionboolean sync()
boolean updateXML(String fileName, String fileColl, String file) throws ISStoreException
ISStoreExceptionString backup() throws ISStoreException
ISStoreExceptionCopyright © 2017. All rights reserved.