Uses of Interface
cdm.base.datetime.DateList
Packages that use DateList
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Observable event concepts: extraordinary event, trigger event, disruption event etc.
-
Uses of DateList in cdm.base.datetime
Subinterfaces of DateList in cdm.base.datetimeClasses in cdm.base.datetime that implement DateListModifier and TypeClassDescriptionstatic classBuilder Implementation of DateListstatic classImmutable Implementation of DateListMethods in cdm.base.datetime that return DateListModifier and TypeMethodDescriptionDateList.build()Build MethodsDateList.DateListBuilderImpl.build()DateList.DateListImpl.build()Methods in cdm.base.datetime that return types with arguments of type DateList -
Uses of DateList in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type DateListModifier and TypeMethodDescriptionDateListMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) DateListMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) DateListMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DateList> DateListMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DateList> DateListMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DateList> DateListMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DateList> DateListMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DateList in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type DateListModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DateListTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DateList o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DateListValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DateList o) -
Uses of DateList in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type DateListModifier and TypeMethodDescriptionDateListOnlyExistsValidator.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 DateList -
Uses of DateList in cdm.observable.event
Methods in cdm.observable.event that return DateListModifier and TypeMethodDescriptionTriggerEvent.getTriggerDates()The trigger Dates.TriggerEvent.TriggerEventImpl.getTriggerDates()Methods in cdm.observable.event with parameters of type DateListModifier and TypeMethodDescriptionTriggerEvent.TriggerEventBuilder.setTriggerDates(DateList triggerDates) TriggerEvent.TriggerEventBuilderImpl.setTriggerDates(DateList _triggerDates)