Uses of Interface
cdm.event.common.TransferState
Packages that use TransferState
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of TransferState in cdm.event.common
Subinterfaces of TransferState in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.common that implement TransferStateModifier and TypeClassDescriptionstatic classBuilder Implementation of TransferStatestatic classImmutable Implementation of TransferStateMethods in cdm.event.common that return TransferStateModifier and TypeMethodDescriptionTransferState.build()Build MethodsTransferState.TransferStateBuilderImpl.build()TransferState.TransferStateImpl.build()Methods in cdm.event.common that return types with arguments of type TransferStateModifier and TypeMethodDescriptionList<? extends TransferState> TradeState.getTransferHistory()Represents the updated Trade attributes which can change as the result of a transfer event.List<? extends TransferState> TradeState.TradeStateImpl.getTransferHistory()List<? extends TransferState> TransferInstruction.getTransferState()Specifies the terms and state of a transfers.List<? extends TransferState> TransferInstruction.TransferInstructionImpl.getTransferState()default Class<? extends TransferState> TransferState.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends TransferState> TransferState.metaData()Utility MethodsMethods in cdm.event.common with parameters of type TransferStateModifier and TypeMethodDescriptionTradeState.TradeStateBuilder.addTransferHistory(TransferState transferHistory) TradeState.TradeStateBuilder.addTransferHistory(TransferState transferHistory, int idx) TradeState.TradeStateBuilderImpl.addTransferHistory(TransferState _transferHistory) TradeState.TradeStateBuilderImpl.addTransferHistory(TransferState _transferHistory, int idx) TransferInstruction.TransferInstructionBuilder.addTransferState(TransferState transferState) TransferInstruction.TransferInstructionBuilder.addTransferState(TransferState transferState, int idx) TransferInstruction.TransferInstructionBuilderImpl.addTransferState(TransferState _transferState) TransferInstruction.TransferInstructionBuilderImpl.addTransferState(TransferState _transferState, int idx) Method parameters in cdm.event.common with type arguments of type TransferStateModifier and TypeMethodDescriptionTradeState.TradeStateBuilder.addTransferHistory(List<? extends TransferState> transferHistory) TradeState.TradeStateBuilderImpl.addTransferHistory(List<? extends TransferState> transferHistorys) TransferInstruction.TransferInstructionBuilder.addTransferState(List<? extends TransferState> transferState) TransferInstruction.TransferInstructionBuilderImpl.addTransferState(List<? extends TransferState> transferStates) TradeState.TradeStateBuilder.setTransferHistory(List<? extends TransferState> transferHistory) TradeState.TradeStateBuilderImpl.setTransferHistory(List<? extends TransferState> transferHistorys) TransferInstruction.TransferInstructionBuilder.setTransferState(List<? extends TransferState> transferState) TransferInstruction.TransferInstructionBuilderImpl.setTransferState(List<? extends TransferState> transferStates) -
Uses of TransferState in cdm.event.common.functions
Methods in cdm.event.common.functions that return types with arguments of type TransferState -
Uses of TransferState in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type TransferStateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super TransferState>> TransferStateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super TransferState, com.rosetta.model.lib.qualify.QualifyResult>> TransferStateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super TransferState, Set<String>> TransferStateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super TransferState> TransferStateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TransferState> TransferStateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super TransferState> TransferStateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TransferState> TransferStateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of TransferState in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type TransferStateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> TransferStateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TransferState o) List<com.rosetta.model.lib.validation.ValidationResult<?>> TransferStateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TransferState o) -
Uses of TransferState in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type TransferStateModifier and TypeMethodDescription<T2 extends TransferState>
com.rosetta.model.lib.validation.ValidationResult<TransferState> TransferStateOnlyExistsValidator.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 TransferStateModifier and TypeMethodDescription<T2 extends TransferState>
com.rosetta.model.lib.validation.ValidationResult<TransferState> TransferStateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of TransferState in cdm.event.qualification.functions
Methods in cdm.event.qualification.functions that return types with arguments of type TransferStateModifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperC<? extends TransferState> Qualify_CashTransfer.afterTransfers(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TransferState> Qualify_CashTransfer.Qualify_CashTransferDefault.afterTransfers(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TransferState> Qualify_CashTransfer.beforeTransfers(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TransferState> Qualify_CashTransfer.Qualify_CashTransferDefault.beforeTransfers(BusinessEvent businessEvent)