Uses of Interface
cdm.event.common.ScheduledTransfer
Packages that use ScheduledTransfer
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of ScheduledTransfer in cdm.event.common
Subinterfaces of ScheduledTransfer in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.common that implement ScheduledTransferModifier and TypeClassDescriptionstatic classBuilder Implementation of ScheduledTransferstatic classImmutable Implementation of ScheduledTransferMethods in cdm.event.common that return ScheduledTransferModifier and TypeMethodDescriptionScheduledTransfer.build()Build MethodsScheduledTransfer.ScheduledTransferBuilderImpl.build()ScheduledTransfer.ScheduledTransferImpl.build()TransferExpression.getScheduledTransfer()Specifies a transfer created from a scheduled or contingent event on a contract, e.g.TransferExpression.TransferExpressionImpl.getScheduledTransfer()Methods in cdm.event.common that return types with arguments of type ScheduledTransferModifier and TypeMethodDescriptiondefault Class<? extends ScheduledTransfer> ScheduledTransfer.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ScheduledTransfer> ScheduledTransfer.metaData()Utility MethodsMethods in cdm.event.common with parameters of type ScheduledTransferModifier and TypeMethodDescriptionTransferExpression.TransferExpressionBuilder.setScheduledTransfer(ScheduledTransfer scheduledTransfer) TransferExpression.TransferExpressionBuilderImpl.setScheduledTransfer(ScheduledTransfer _scheduledTransfer) -
Uses of ScheduledTransfer in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type ScheduledTransferModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ScheduledTransfer>> ScheduledTransferMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ScheduledTransfer, com.rosetta.model.lib.qualify.QualifyResult>> ScheduledTransferMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ScheduledTransfer, Set<String>> ScheduledTransferMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ScheduledTransfer> ScheduledTransferMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ScheduledTransfer> ScheduledTransferMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ScheduledTransfer> ScheduledTransferMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ScheduledTransfer> ScheduledTransferMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ScheduledTransfer in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type ScheduledTransferModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ScheduledTransferTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ScheduledTransfer o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ScheduledTransferValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ScheduledTransfer o) -
Uses of ScheduledTransfer in cdm.event.common.validation.datarule
Methods in cdm.event.common.validation.datarule with parameters of type ScheduledTransferModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ScheduledTransferCorporateActionTransferTypeExists.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ScheduledTransfer scheduledTransfer) List<com.rosetta.model.lib.validation.ValidationResult<?>> ScheduledTransferCorporateActionTransferTypeExists.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ScheduledTransfer scheduledTransfer) -
Uses of ScheduledTransfer in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type ScheduledTransferModifier and TypeMethodDescription<T2 extends ScheduledTransfer>
com.rosetta.model.lib.validation.ValidationResult<ScheduledTransfer> ScheduledTransferOnlyExistsValidator.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 ScheduledTransferModifier and TypeMethodDescription<T2 extends ScheduledTransfer>
com.rosetta.model.lib.validation.ValidationResult<ScheduledTransfer> ScheduledTransferOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)