Uses of Interface
com.lyncode.xoai.dataprovider.data.ItemIdentifier
-
Packages that use ItemIdentifier Package Description com.lyncode.xoai.dataprovider.core com.lyncode.xoai.dataprovider.data com.lyncode.xoai.dataprovider.data.internal com.lyncode.xoai.dataprovider.format -
-
Uses of ItemIdentifier in com.lyncode.xoai.dataprovider.core
Methods in com.lyncode.xoai.dataprovider.core that return types with arguments of type ItemIdentifier Modifier and Type Method Description List<ItemIdentifier>ListItemIdentifiersResult. getResults()Methods in com.lyncode.xoai.dataprovider.core with parameters of type ItemIdentifier Modifier and Type Method Description booleanXOAIContext. isItemShown(ItemIdentifier item)Constructor parameters in com.lyncode.xoai.dataprovider.core with type arguments of type ItemIdentifier Constructor Description ListItemIdentifiersResult(boolean hasMoreResults, List<ItemIdentifier> results)ListItemIdentifiersResult(boolean hasMoreResults, List<ItemIdentifier> results, int totalResults) -
Uses of ItemIdentifier in com.lyncode.xoai.dataprovider.data
Subinterfaces of ItemIdentifier in com.lyncode.xoai.dataprovider.data Modifier and Type Interface Description interfaceItemThis is a required class to extend when implementing a specific OAI Data Provider.Methods in com.lyncode.xoai.dataprovider.data with parameters of type ItemIdentifier Modifier and Type Method Description booleanFilter. isItemShown(ItemIdentifier item) -
Uses of ItemIdentifier in com.lyncode.xoai.dataprovider.data.internal
Methods in com.lyncode.xoai.dataprovider.data.internal with parameters of type ItemIdentifier Modifier and Type Method Description booleanMetadataFormat. isApplicable(ItemIdentifier item)Constructors in com.lyncode.xoai.dataprovider.data.internal with parameters of type ItemIdentifier Constructor Description ItemIdentifyHelper(ItemIdentifier item) -
Uses of ItemIdentifier in com.lyncode.xoai.dataprovider.format
Methods in com.lyncode.xoai.dataprovider.format with parameters of type ItemIdentifier Modifier and Type Method Description List<MetadataFormat>MetadataFormatManager. getFormats(ItemIdentifier item)
-