Uses of Enum Class
org.opencastproject.oaipmh.Granularity
Packages that use Granularity
-
Uses of Granularity in org.opencastproject.oaipmh
Methods in org.opencastproject.oaipmh that return GranularityModifier and TypeMethodDescriptionstatic GranularityOaiPmhUtil.fromOaiRepresentation(String oai) Convert from a OAI representation.static GranularityReturns the enum constant of this class with the specified name.static Granularity[]Granularity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.oaipmh with parameters of type GranularityModifier and TypeMethodDescriptionstatic StringOaiPmhUtil.toOaiRepresentation(Granularity g) static StringOaiPmhUtil.toUtc(Date d, Granularity g) Convert a date into a UTC string of the given granularity. -
Uses of Granularity in org.opencastproject.oaipmh.server
Methods in org.opencastproject.oaipmh.server that return GranularityModifier and TypeMethodDescriptionDefaultRepository.getRepositoryTimeGranularity()abstract GranularityOaiPmhRepository.getRepositoryTimeGranularity()Methods in org.opencastproject.oaipmh.server with parameters of type GranularityModifier and TypeMethodDescriptionstatic DateOaiPmhRepository.granulate(Granularity g, Date d) "Cut" a date to the repositories supported granularity.