Uses of Interface
cdm.event.common.ReturnInstruction
Packages that use ReturnInstruction
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of ReturnInstruction in cdm.event.common
Subinterfaces of ReturnInstruction in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.common that implement ReturnInstructionModifier and TypeClassDescriptionstatic classBuilder Implementation of ReturnInstructionstatic classImmutable Implementation of ReturnInstructionMethods in cdm.event.common that return ReturnInstructionModifier and TypeMethodDescriptionReturnInstruction.build()Build MethodsReturnInstruction.ReturnInstructionBuilderImpl.build()ReturnInstruction.ReturnInstructionImpl.build()Methods in cdm.event.common that return types with arguments of type ReturnInstructionModifier and TypeMethodDescriptiondefault Class<? extends ReturnInstruction> ReturnInstruction.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReturnInstruction> ReturnInstruction.metaData()Utility Methods -
Uses of ReturnInstruction in cdm.event.common.functions
Methods in cdm.event.common.functions with parameters of type ReturnInstructionModifier and TypeMethodDescriptionprotected BusinessEvent.BusinessEventBuilderCreate_Return.Create_ReturnDefault.assignOutput(BusinessEvent.BusinessEventBuilder returnEvent, TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PriceQuantity> Create_Return.changePriceQuantity(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) protected com.rosetta.model.lib.mapper.MapperS<? extends PriceQuantity> Create_Return.Create_ReturnDefault.changePriceQuantity(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) protected BusinessEvent.BusinessEventBuilderCreate_Return.Create_ReturnDefault.doEvaluate(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) protected abstract BusinessEvent.BusinessEventBuilderCreate_Return.doEvaluate(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) Create_Return.evaluate(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) protected com.rosetta.model.lib.mapper.MapperC<? extends NonNegativeQuantitySchedule> Create_Return.Create_ReturnDefault.quantitySchedule(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends NonNegativeQuantitySchedule> Create_Return.quantitySchedule(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Create_Return.Create_ReturnDefault.tradableProduct(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Create_Return.tradableProduct(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) -
Uses of ReturnInstruction in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type ReturnInstructionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ReturnInstruction>> ReturnInstructionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ReturnInstruction, com.rosetta.model.lib.qualify.QualifyResult>> ReturnInstructionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ReturnInstruction, Set<String>> ReturnInstructionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ReturnInstruction> ReturnInstructionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReturnInstruction> ReturnInstructionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ReturnInstruction> ReturnInstructionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReturnInstruction> ReturnInstructionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ReturnInstruction in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type ReturnInstructionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnInstructionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnInstruction o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReturnInstructionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReturnInstruction o) -
Uses of ReturnInstruction in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type ReturnInstructionModifier and TypeMethodDescription<T2 extends ReturnInstruction>
com.rosetta.model.lib.validation.ValidationResult<ReturnInstruction> ReturnInstructionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.event.common.validation.exists that return types with arguments of type ReturnInstructionModifier and TypeMethodDescription<T2 extends ReturnInstruction>
com.rosetta.model.lib.validation.ValidationResult<ReturnInstruction> ReturnInstructionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of ReturnInstruction in cdm.security.lending.functions
Methods in cdm.security.lending.functions that return ReturnInstructionMethods in cdm.security.lending.functions with parameters of type ReturnInstructionModifier and TypeMethodDescriptionSettlementFunctionHelper.createReturn(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) Constructors in cdm.security.lending.functions with parameters of type ReturnInstructionModifierConstructorDescriptionRunReturnSettlementWorkflowInput(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate)