Uses of Interface
com.lyncode.xoai.dataprovider.data.Item
-
Packages that use Item Package Description com.lyncode.xoai.dataprovider.core com.lyncode.xoai.dataprovider.data.internal com.lyncode.xoai.dataprovider.services.api -
-
Uses of Item in com.lyncode.xoai.dataprovider.core
Methods in com.lyncode.xoai.dataprovider.core that return types with arguments of type Item Modifier and Type Method Description List<Item>ListItemsResults. getResults()Methods in com.lyncode.xoai.dataprovider.core with parameters of type Item Modifier and Type Method Description List<MetadataFormat>XOAIContext. getFormats(Item item)Constructor parameters in com.lyncode.xoai.dataprovider.core with type arguments of type Item Constructor Description ListItemsResults(boolean hasMoreResults, List<Item> results)ListItemsResults(boolean hasMoreResults, List<Item> results, int total) -
Uses of Item in com.lyncode.xoai.dataprovider.data.internal
Methods in com.lyncode.xoai.dataprovider.data.internal that return Item Modifier and Type Method Description ItemItemHelper. getItem()ItemItemRepositoryHelper. getItem(String identifier)Constructors in com.lyncode.xoai.dataprovider.data.internal with parameters of type Item Constructor Description ItemHelper(Item item) -
Uses of Item in com.lyncode.xoai.dataprovider.services.api
Methods in com.lyncode.xoai.dataprovider.services.api that return Item Modifier and Type Method Description ItemItemRepository. getItem(String identifier)Gets an item from the data source.
-