Uses of Class
com.lyncode.xoai.dataprovider.xml.xoai.Metadata
-
-
Uses of Metadata in com.lyncode.xoai.builders.dataprovider
Methods in com.lyncode.xoai.builders.dataprovider that return Metadata Modifier and Type Method Description MetadataMetadataBuilder. build()Methods in com.lyncode.xoai.builders.dataprovider with parameters of type Metadata Modifier and Type Method Description ItemMetadataBuilderItemMetadataBuilder. withMetadata(Metadata meta) -
Uses of Metadata in com.lyncode.xoai.dataprovider.core
Methods in com.lyncode.xoai.dataprovider.core that return Metadata Modifier and Type Method Description MetadataItemMetadata. getMetadata()Methods in com.lyncode.xoai.dataprovider.core that return types with arguments of type Metadata Modifier and Type Method Description List<Metadata>Set. getDescriptions()Methods in com.lyncode.xoai.dataprovider.core with parameters of type Metadata Modifier and Type Method Description voidSet. addDescription(Metadata desc)Constructors in com.lyncode.xoai.dataprovider.core with parameters of type Metadata Constructor Description ItemMetadata(Metadata meta)Constructor parameters in com.lyncode.xoai.dataprovider.core with type arguments of type Metadata Constructor Description Set(String setSpec, String setName, List<Metadata> descriptions) -
Uses of Metadata in com.lyncode.xoai.dataprovider.xml.oaipmh
Fields in com.lyncode.xoai.dataprovider.xml.oaipmh declared as Metadata Modifier and Type Field Description protected MetadataMetadataType. valueMethods in com.lyncode.xoai.dataprovider.xml.oaipmh with parameters of type Metadata Modifier and Type Method Description voidDescriptionType. setAny(Metadata metadata)Constructors in com.lyncode.xoai.dataprovider.xml.oaipmh with parameters of type Metadata Constructor Description DescriptionType(Metadata m)MetadataType(Metadata value)Sets the value of the any property. -
Uses of Metadata in com.lyncode.xoai.dataprovider.xml.xoai
Methods in com.lyncode.xoai.dataprovider.xml.xoai that return Metadata Modifier and Type Method Description MetadataXOAIParser. parse()static MetadataXOAIParser. parse(InputStream st) -
Uses of Metadata in com.lyncode.xoai.util
Methods in com.lyncode.xoai.util with parameters of type Metadata Modifier and Type Method Description static voidMarshallingUtils. writeMetadata(OutputStream out, Metadata meta)
-