Uses of Interface
cdm.legaldocumentation.master.isla.Aggregation
Packages that use Aggregation
Package
Description
-
Uses of Aggregation in cdm.legaldocumentation.master.isla
Subinterfaces of Aggregation in cdm.legaldocumentation.master.islaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.master.isla that implement AggregationModifier and TypeClassDescriptionstatic classBuilder Implementation of Aggregationstatic classImmutable Implementation of AggregationMethods in cdm.legaldocumentation.master.isla that return AggregationModifier and TypeMethodDescriptionAggregation.AggregationBuilderImpl.build()Aggregation.AggregationImpl.build()Aggregation.build()Build MethodsCollateralSpecification.CollateralSpecificationImpl.getAggregation()CollateralSpecification.getAggregation()How does paragraph 5.4 (aggregation) apply to the GMSLA?Methods in cdm.legaldocumentation.master.isla that return types with arguments of type AggregationModifier and TypeMethodDescriptiondefault Class<? extends Aggregation> Aggregation.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Aggregation> Aggregation.metaData()Utility MethodsMethods in cdm.legaldocumentation.master.isla with parameters of type AggregationModifier and TypeMethodDescriptionCollateralSpecification.CollateralSpecificationBuilder.setAggregation(Aggregation aggregation) CollateralSpecification.CollateralSpecificationBuilderImpl.setAggregation(Aggregation _aggregation) -
Uses of Aggregation in cdm.legaldocumentation.master.isla.meta
Methods in cdm.legaldocumentation.master.isla.meta that return types with arguments of type AggregationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super Aggregation>> AggregationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super Aggregation, com.rosetta.model.lib.qualify.QualifyResult>> AggregationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super Aggregation, Set<String>> AggregationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Aggregation> AggregationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Aggregation> AggregationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Aggregation> AggregationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Aggregation> AggregationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Aggregation in cdm.legaldocumentation.master.isla.validation
Methods in cdm.legaldocumentation.master.isla.validation with parameters of type AggregationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AggregationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Aggregation o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AggregationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Aggregation o) -
Uses of Aggregation in cdm.legaldocumentation.master.isla.validation.exists
Methods in cdm.legaldocumentation.master.isla.validation.exists with type parameters of type AggregationModifier and TypeMethodDescription<T2 extends Aggregation>
com.rosetta.model.lib.validation.ValidationResult<Aggregation> AggregationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.master.isla.validation.exists that return types with arguments of type AggregationModifier and TypeMethodDescription<T2 extends Aggregation>
com.rosetta.model.lib.validation.ValidationResult<Aggregation> AggregationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)