avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.service.api
/
LocalItemReader
Local
Item
Reader
@
Service
class
LocalItemReader
(
itemRepository
:
ItemRepository
)
:
ItemReader
Members
Constructors
Local
Item
Reader
Link copied to clipboard
constructor
(
itemRepository
:
ItemRepository
)
Functions
find
Item
By
Internal
Name
Link copied to clipboard
open
override
fun
findItemByInternalName
(
internalName
:
String
)
:
ItemInfo
?
find
Items
By
Ids
Link copied to clipboard
open
override
fun
findItemsByIds
(
ids
:
Set
<
Long
>
)
:
Map
<
Long
,
ItemInfo
>