@Controller @RequestMapping(value="/api/vfs/index/") @EsbBeanAnnotation(id="VFSIndexService") public class VFSIndexServiceAPI extends Object implements VFSIndexService
| 构造器和说明 |
|---|
VFSIndexServiceAPI() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResultModel<JLucene> |
addIndex(JLucene luceneBean) |
ResultModel<Boolean> |
deleteIndex(Condition<FileIndexEnmu,FileIndex> condition) |
IndexService |
getService() |
ListResultModel<List<FileIndex>> |
search(Condition<FileIndexEnmu,FileIndex> condition) |
public IndexService getService()
@RequestMapping(method=POST,
value="addIndex")
@ResponseBody
public ResultModel<JLucene> addIndex(@RequestBody
JLucene luceneBean)
addIndex 在接口中 VFSIndexService@RequestMapping(method=POST,
value="deleteIndex")
@ResponseBody
public ResultModel<Boolean> deleteIndex(@RequestBody
Condition<FileIndexEnmu,FileIndex> condition)
deleteIndex 在接口中 VFSIndexService@RequestMapping(method=POST,
value="search")
@ResponseBody
public ListResultModel<List<FileIndex>> search(@RequestBody
Condition<FileIndexEnmu,FileIndex> condition)
search 在接口中 VFSIndexServiceCopyright © 2023 onecode. All rights reserved.