Uses of Interface
cdm.product.asset.ReferencePair
Packages that use ReferencePair
Package
Description
Product concepts applicable to specific asset classes.
-
Uses of ReferencePair in cdm.product.asset
Subinterfaces of ReferencePair in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement ReferencePairModifier and TypeClassDescriptionstatic classBuilder Implementation of ReferencePairstatic classImmutable Implementation of ReferencePairMethods in cdm.product.asset that return ReferencePairModifier and TypeMethodDescriptionReferencePair.build()Build MethodsReferencePair.ReferencePairBuilderImpl.build()ReferencePair.ReferencePairImpl.build()ReferencePoolItem.getReferencePair()ReferencePoolItem.ReferencePoolItemImpl.getReferencePair()Methods in cdm.product.asset that return types with arguments of type ReferencePairModifier and TypeMethodDescriptiondefault Class<? extends ReferencePair> ReferencePair.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferencePair> ReferencePair.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type ReferencePairModifier and TypeMethodDescriptionReferencePoolItem.ReferencePoolItemBuilder.setReferencePair(ReferencePair referencePair) ReferencePoolItem.ReferencePoolItemBuilderImpl.setReferencePair(ReferencePair _referencePair) -
Uses of ReferencePair in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type ReferencePairModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ReferencePair>> ReferencePairMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ReferencePair, com.rosetta.model.lib.qualify.QualifyResult>> ReferencePairMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ReferencePair, Set<String>> ReferencePairMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ReferencePair> ReferencePairMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReferencePair> ReferencePairMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ReferencePair> ReferencePairMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReferencePair> ReferencePairMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ReferencePair in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type ReferencePairModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReferencePairTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferencePair o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReferencePairValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferencePair o) -
Uses of ReferencePair in cdm.product.asset.validation.datarule
Methods in cdm.product.asset.validation.datarule with parameters of type ReferencePairModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReferencePairReferenceChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferencePair referencePair) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReferencePairReferenceChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferencePair referencePair) -
Uses of ReferencePair in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type ReferencePairModifier and TypeMethodDescription<T2 extends ReferencePair>
com.rosetta.model.lib.validation.ValidationResult<ReferencePair> ReferencePairOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.asset.validation.exists that return types with arguments of type ReferencePairModifier and TypeMethodDescription<T2 extends ReferencePair>
com.rosetta.model.lib.validation.ValidationResult<ReferencePair> ReferencePairOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)