Uses of Interface
cdm.event.common.UnscheduledTransfer
Packages that use UnscheduledTransfer
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of UnscheduledTransfer in cdm.event.common
Subinterfaces of UnscheduledTransfer in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.common that implement UnscheduledTransferModifier and TypeClassDescriptionstatic classBuilder Implementation of UnscheduledTransferstatic classImmutable Implementation of UnscheduledTransferMethods in cdm.event.common that return UnscheduledTransferModifier and TypeMethodDescriptionUnscheduledTransfer.build()Build MethodsUnscheduledTransfer.UnscheduledTransferBuilderImpl.build()UnscheduledTransfer.UnscheduledTransferImpl.build()Transfer.getUnscheduledTransfer()An ad-hoc transfer instigated by a party to the contract e.g.Transfer.TransferImpl.getUnscheduledTransfer()Methods in cdm.event.common that return types with arguments of type UnscheduledTransferModifier and TypeMethodDescriptiondefault Class<? extends UnscheduledTransfer> UnscheduledTransfer.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends UnscheduledTransfer> UnscheduledTransfer.metaData()Utility MethodsMethods in cdm.event.common with parameters of type UnscheduledTransferModifier and TypeMethodDescriptionTransfer.TransferBuilder.setUnscheduledTransfer(UnscheduledTransfer _UnscheduledTransfer) Transfer.TransferBuilderImpl.setUnscheduledTransfer(UnscheduledTransfer _unscheduledTransfer) -
Uses of UnscheduledTransfer in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type UnscheduledTransferModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super UnscheduledTransfer>> UnscheduledTransferMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super UnscheduledTransfer, com.rosetta.model.lib.qualify.QualifyResult>> UnscheduledTransferMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super UnscheduledTransfer, Set<String>> UnscheduledTransferMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super UnscheduledTransfer> UnscheduledTransferMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super UnscheduledTransfer> UnscheduledTransferMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super UnscheduledTransfer> UnscheduledTransferMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super UnscheduledTransfer> UnscheduledTransferMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of UnscheduledTransfer in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type UnscheduledTransferModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> UnscheduledTransferTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UnscheduledTransfer o) List<com.rosetta.model.lib.validation.ValidationResult<?>> UnscheduledTransferValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UnscheduledTransfer o) -
Uses of UnscheduledTransfer in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type UnscheduledTransferModifier and TypeMethodDescription<T2 extends UnscheduledTransfer>
com.rosetta.model.lib.validation.ValidationResult<UnscheduledTransfer> UnscheduledTransferOnlyExistsValidator.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 UnscheduledTransferModifier and TypeMethodDescription<T2 extends UnscheduledTransfer>
com.rosetta.model.lib.validation.ValidationResult<UnscheduledTransfer> UnscheduledTransferOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)