| Modifier and Type | Method and Description |
|---|---|
static DCMIPeriod |
EncodingSchemeUtils.decodeMandatoryPeriod(DublinCoreValue value)
Like
EncodingSchemeUtils.decodePeriod(String), but throws an IllegalArgumentException if the value cannot be decoded. |
static DCMIPeriod |
EncodingSchemeUtils.decodeMandatoryPeriod(String value)
Like
EncodingSchemeUtils.decodePeriod(DublinCoreValue), but throws an IllegalArgumentException if the value cannot be
decoded. |
static DCMIPeriod |
EncodingSchemeUtils.decodePeriod(DublinCoreValue value)
Tries to decode a string in the DCMI period format, using W3C-DTF for the encoding of the individual dates.
|
static DCMIPeriod |
EncodingSchemeUtils.decodePeriod(String value)
Tries to decode a string in the DCMI period format, using W3C-DTF for the encoding of the individual dates.
|
static DCMIPeriod |
OpencastMetadataCodec.decodePeriod(String period)
Decode a period.
|
| Modifier and Type | Method and Description |
|---|---|
static DublinCoreValue |
EncodingSchemeUtils.encodePeriod(DCMIPeriod period,
Precision precision)
Encode a period with the given precision into a Dublin Core string value using the recommended DCMI Period scheme.
|
static Temporal |
Temporal.period(DCMIPeriod period)
A period in time limited by at least one instant.
|
A |
Temporal.Match.period(DCMIPeriod period) |
Copyright © 2009–2019 Opencast Project. All rights reserved.