接口 SourceService
-
- 所有已知实现类:
SourceServiceImpl
public interface SourceService
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 Response<Long>count()Response<Long>delete(Long id)Response<PageEntity<SourceEntity>>getAll(int offset, int limit)Response<SourceEntity>getById(Long id)Response<SourceEntity>getByIdV2(Long id)Response<Map<String,List<PluginEntity>>>getPlugins()Response<SourceEntity>saveOrUpdate(SourceEntity configure)已过时。Response<SourceEntity>saveOrUpdateV2(SourceBody configure)Response<Object>shared(SharedSourceBody configure)Response<Object>testConnection(SourceEntity configure)已过时。Response<Object>testConnectionV2(SourceBody configure)
-
-
-
方法详细资料
-
saveOrUpdate
@Deprecated Response<SourceEntity> saveOrUpdate(SourceEntity configure)
已过时。
-
getAll
Response<PageEntity<SourceEntity>> getAll(int offset, int limit)
-
testConnection
@Deprecated Response<Object> testConnection(SourceEntity configure)
已过时。
-
getById
Response<SourceEntity> getById(Long id)
-
getPlugins
Response<Map<String,List<PluginEntity>>> getPlugins()
-
shared
Response<Object> shared(SharedSourceBody configure)
-
testConnectionV2
Response<Object> testConnectionV2(SourceBody configure)
-
saveOrUpdateV2
Response<SourceEntity> saveOrUpdateV2(SourceBody configure)
-
getByIdV2
Response<SourceEntity> getByIdV2(Long id)
-
-