Uses of Class
org.opencastproject.metadata.dublincore.DCMIPeriod
Packages that use DCMIPeriod
-
Uses of DCMIPeriod in org.opencastproject.metadata.dublincore
Methods in org.opencastproject.metadata.dublincore that return DCMIPeriodModifier and TypeMethodDescriptionstatic DCMIPeriodEncodingSchemeUtils.decodeMandatoryPeriod(String value) LikeEncodingSchemeUtils.decodePeriod(DublinCoreValue), but throws anIllegalArgumentExceptionif the value cannot be decoded.static DCMIPeriodEncodingSchemeUtils.decodeMandatoryPeriod(DublinCoreValue value) LikeEncodingSchemeUtils.decodePeriod(String), but throws anIllegalArgumentExceptionif the value cannot be decoded.static DCMIPeriodEncodingSchemeUtils.decodePeriod(String value) Tries to decode a string in the DCMI period format, using W3C-DTF for the encoding of the individual dates.static DCMIPeriodEncodingSchemeUtils.decodePeriod(DublinCoreValue value) Tries to decode a string in the DCMI period format, using W3C-DTF for the encoding of the individual dates.Methods in org.opencastproject.metadata.dublincore with parameters of type DCMIPeriodModifier and TypeMethodDescriptionstatic DublinCoreValueEncodingSchemeUtils.encodePeriod(DCMIPeriod period, Precision precision) Encode a period with the given precision into a Dublin Core string value using the recommended DCMI Period scheme.Temporal.Match.period(DCMIPeriod period) static TemporalTemporal.period(DCMIPeriod period) A period in time limited by at least one instant.