| Modifier and Type | Method and Description |
|---|---|
protected UntypedData |
PrimaryDataEntity.reloadOldDataType(EnumDublinCoreElements element)
Internal function to reload a data type of the old
MetaData for
the current version, after the user set a wrong value. |
| Modifier and Type | Method and Description |
|---|---|
List<PrimaryDataEntity> |
PrimaryDataDirectory.searchByDublinCoreElement(EnumDublinCoreElements element,
UntypedData data,
boolean fuzzy,
boolean recursiveIntoSubdirectories)
A convenience method for search only for a specific
EnumDublinCoreElements and UntypedData in this
PrimaryDataDirectory. |
protected abstract List<PrimaryDataEntity> |
PrimaryDataDirectory.searchByDublinCoreElementImpl(EnumDublinCoreElements element,
UntypedData data,
boolean fuzzy,
boolean recursiveIntoSubdirectories)
Abstract function for implementation of
PrimaryDataDirectory.searchByDublinCoreElement(EnumDublinCoreElements, UntypedData, boolean, boolean)
. |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckSum
Data type to manage the different
CheckSumTypes of a file. |
class |
CheckSumType
Data type to define a Checksum for a file.
|
class |
DataFormat
Data type to manage MIME types.
|
class |
DataSize
Store the size of an object.
|
class |
DataType
Management of DCMI data types.
|
class |
DateEvents
Collection of
EdalDate objects to define the dates and ranges of
different events,e.g. date of creation... |
class |
DirectoryMetaData
Provides a directory meta data type
|
class |
EdalDate
Data type to describe a time point.
|
class |
EdalDateRange
Data type to describe a time range.
|
class |
EdalLanguage
data type to describe the
EnumDublinCoreElements.LANGUAGE element |
class |
EmptyMetaData
Provides an empty meta data type.
|
class |
Identifier
Unique identifier, which is ensures to be global uniqueness defined at ISO/IEC
11578:1996.
|
class |
IdentifierRelation
Collection of untyped relations to other
MetaData objects. |
class |
LegalPerson |
class |
NaturalPerson
Represent a natural person.
|
class |
Person
Represent a person.
|
class |
Persons |
class |
Subjects |
class |
UnknownMetaData
Provides an unknown meta data type
|
| Modifier and Type | Field and Description |
|---|---|
static UntypedData |
MetaData.DIRECTORY
constant for directory meta data values
|
static UntypedData |
MetaData.EMPTY
constant for empty meta data values
|
static UntypedData |
MetaData.UNKNOWN
constant for unknown meta data values
|
| Modifier and Type | Field and Description |
|---|---|
static EnumMap<EnumDublinCoreElements,List<Class<? extends UntypedData>>> |
MetaData.ELEMENT_TYPE_MAP |
protected EnumMap<? super EnumDublinCoreElements,UntypedData> |
MetaData.metaDataValues
the store of all supported dublin core meta data
|
| Modifier and Type | Method and Description |
|---|---|
<T extends UntypedData> |
MetaData.getElementValue(Enum<? extends EnumDublinCoreElements> element)
Getter for a value of an element of the
MetaData object. |
| Modifier and Type | Method and Description |
|---|---|
Set<UntypedData> |
Subjects.getSubjects() |
Iterator<UntypedData> |
Subjects.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Subjects.add(UntypedData e) |
int |
UntypedData.compareTo(UntypedData datatype) |
int |
UnknownMetaData.compareTo(UntypedData datatype) |
int |
Subjects.compareTo(UntypedData datatype) |
int |
Persons.compareTo(UntypedData datatype) |
int |
Person.compareTo(UntypedData datatype) |
int |
NaturalPerson.compareTo(UntypedData datatype) |
int |
LegalPerson.compareTo(UntypedData datatype) |
int |
IdentifierRelation.compareTo(UntypedData datatype) |
int |
Identifier.compareTo(UntypedData datatype) |
int |
EmptyMetaData.compareTo(UntypedData datatype) |
int |
EdalLanguage.compareTo(UntypedData datatype) |
int |
EdalDateRange.compareTo(UntypedData object) |
int |
EdalDate.compareTo(UntypedData object) |
int |
DirectoryMetaData.compareTo(UntypedData datatype) |
int |
DateEvents.compareTo(UntypedData datatype) |
int |
DataType.compareTo(UntypedData datatype) |
int |
DataSize.compareTo(UntypedData datatype) |
int |
DataFormat.compareTo(UntypedData datatype) |
int |
CheckSumType.compareTo(UntypedData datatype) |
int |
CheckSum.compareTo(UntypedData datatype) |
void |
MetaData.setElementValue(EnumDublinCoreElements key,
UntypedData value)
Modify the value of a meta data element
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Subjects.addAll(Collection<? extends UntypedData> c) |
void |
Subjects.setSubjects(LinkedHashSet<UntypedData> subjects) |
| Constructor and Description |
|---|
XmlRightsList(UntypedData elementValue) |
XmlTitle(UntypedData data)
Copy-Constructor to create a
XmlTitle object from a
UntypedData object. |
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.