| Modifier and Type | Field and Description |
|---|---|
static com.entwinemedia.fn.Fn<DublinCoreValue,Temporal> |
OpencastMetadataCodec.decodeTemporal
OpencastMetadataCodec.decodeTemporal(DublinCoreValue) as a function. |
| Modifier and Type | Method and Description |
|---|---|
static Temporal |
EncodingSchemeUtils.decodeMandatoryTemporal(DublinCoreValue value)
Like
EncodingSchemeUtils.decodeTemporal(DublinCoreValue), but throws an IllegalArgumentException if the value cannot
be decoded. |
static Temporal |
EncodingSchemeUtils.decodeTemporal(DublinCoreValue value)
Tries to decode the value to a temporal object.
|
static Temporal |
OpencastMetadataCodec.decodeTemporal(DublinCoreValue temporal)
Decode a temporal value.
|
static Temporal |
Temporal.duration(long duration)
A time span measured in milliseconds.
|
static Temporal |
Temporal.instant(Date instant)
An instant in time.
|
static Temporal |
Temporal.period(DCMIPeriod period)
A period in time limited by at least one instant.
|
| Modifier and Type | Method and Description |
|---|---|
com.entwinemedia.fn.data.Opt<Temporal> |
OpencastDctermsDublinCore.getCreated()
Get the
DublinCore.PROPERTY_CREATED property. |
com.entwinemedia.fn.data.Opt<Temporal> |
OpencastDctermsDublinCore.getTemporal()
Get the
DublinCore.PROPERTY_TEMPORAL property. |
| Modifier and Type | Method and Description |
|---|---|
void |
OpencastDctermsDublinCore.setCreated(Temporal t)
Set the
DublinCore.PROPERTY_CREATED property. |
Copyright © 2009–2019 Opencast Project. All rights reserved.