Uses of Interface
cdm.product.template.RecallProvision
Packages that use RecallProvision
Package
Description
Template feature concepts to define payouts.
-
Uses of RecallProvision in cdm.product.template
Subinterfaces of RecallProvision in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement RecallProvisionModifier and TypeClassDescriptionstatic classBuilder Implementation of RecallProvisionstatic classImmutable Implementation of RecallProvisionMethods in cdm.product.template that return RecallProvisionModifier and TypeMethodDescriptionRecallProvision.build()Build MethodsRecallProvision.RecallProvisionBuilderImpl.build()RecallProvision.RecallProvisionImpl.build()TerminationProvision.getRecallProvision()A provision defining criteria controlling the ability for a lender to recall securities it has lent out.TerminationProvision.TerminationProvisionImpl.getRecallProvision()Methods in cdm.product.template that return types with arguments of type RecallProvisionModifier and TypeMethodDescriptiondefault Class<? extends RecallProvision> RecallProvision.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RecallProvision> RecallProvision.metaData()Utility MethodsMethods in cdm.product.template with parameters of type RecallProvisionModifier and TypeMethodDescriptionTerminationProvision.TerminationProvisionBuilder.setRecallProvision(RecallProvision recallProvision) TerminationProvision.TerminationProvisionBuilderImpl.setRecallProvision(RecallProvision _recallProvision) -
Uses of RecallProvision in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type RecallProvisionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super RecallProvision>> RecallProvisionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super RecallProvision, com.rosetta.model.lib.qualify.QualifyResult>> RecallProvisionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super RecallProvision, Set<String>> RecallProvisionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RecallProvision> RecallProvisionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RecallProvision> RecallProvisionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RecallProvision> RecallProvisionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RecallProvision> RecallProvisionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RecallProvision in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type RecallProvisionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RecallProvisionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RecallProvision o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RecallProvisionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RecallProvision o) -
Uses of RecallProvision in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type RecallProvisionModifier and TypeMethodDescription<T2 extends RecallProvision>
com.rosetta.model.lib.validation.ValidationResult<RecallProvision> RecallProvisionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type RecallProvisionModifier and TypeMethodDescription<T2 extends RecallProvision>
com.rosetta.model.lib.validation.ValidationResult<RecallProvision> RecallProvisionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)