Uses of Interface
cdm.base.datetime.RelativeDates
Packages that use RelativeDates
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
-
Uses of RelativeDates in cdm.base.datetime
Subinterfaces of RelativeDates in cdm.base.datetimeModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime that implement RelativeDatesModifier and TypeClassDescriptionstatic classBuilder Implementation of RelativeDatesstatic classImmutable Implementation of RelativeDatesMethods in cdm.base.datetime that return RelativeDatesModifier and TypeMethodDescriptionRelativeDates.build()Build MethodsRelativeDates.RelativeDatesBuilderImpl.build()RelativeDates.RelativeDatesImpl.build()AdjustableOrRelativeDates.AdjustableOrRelativeDatesImpl.getRelativeDates()AdjustableOrRelativeDates.getRelativeDates()A series of dates specified as some offset to another series of dates (the anchor dates).AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesImpl.getRelativeDates()AdjustableRelativeOrPeriodicDates.getRelativeDates()A series of dates specified as some offset to another series of dates (the anchor dates).Methods in cdm.base.datetime that return types with arguments of type RelativeDatesModifier and TypeMethodDescriptiondefault Class<? extends RelativeDates> RelativeDates.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RelativeDates> RelativeDates.metaData()Utility MethodsMethods in cdm.base.datetime with parameters of type RelativeDatesModifier and TypeMethodDescriptionAdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder.setRelativeDates(RelativeDates relativeDates) AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilderImpl.setRelativeDates(RelativeDates _relativeDates) AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesBuilder.setRelativeDates(RelativeDates relativeDates) AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesBuilderImpl.setRelativeDates(RelativeDates _relativeDates) -
Uses of RelativeDates in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type RelativeDatesModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super RelativeDates>> RelativeDatesMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super RelativeDates, com.rosetta.model.lib.qualify.QualifyResult>> RelativeDatesMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super RelativeDates, Set<String>> RelativeDatesMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RelativeDates> RelativeDatesMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RelativeDates> RelativeDatesMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RelativeDates> RelativeDatesMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RelativeDates> RelativeDatesMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RelativeDates in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type RelativeDatesModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RelativeDatesTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RelativeDates o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RelativeDatesValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RelativeDates o) -
Uses of RelativeDates in cdm.base.datetime.validation.datarule
Methods in cdm.base.datetime.validation.datarule with parameters of type RelativeDatesModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RelativeDatesPeriodSkipGreaterThanOne.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RelativeDates relativeDates) List<com.rosetta.model.lib.validation.ValidationResult<?>> RelativeDatesPeriodSkipGreaterThanOne.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RelativeDates relativeDates) -
Uses of RelativeDates in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type RelativeDatesModifier and TypeMethodDescription<T2 extends RelativeDates>
com.rosetta.model.lib.validation.ValidationResult<RelativeDates> RelativeDatesOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.datetime.validation.exists that return types with arguments of type RelativeDatesModifier and TypeMethodDescription<T2 extends RelativeDates>
com.rosetta.model.lib.validation.ValidationResult<RelativeDates> RelativeDatesOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)