Uses of Interface
cdm.event.common.State
Packages that use State
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of State in cdm.event.common
Subinterfaces of State in cdm.event.commonClasses in cdm.event.common that implement StateModifier and TypeClassDescriptionstatic classBuilder Implementation of Statestatic classImmutable Implementation of StateMethods in cdm.event.common that return StateModifier and TypeMethodDescriptionState.build()Build MethodsState.StateBuilderImpl.build()State.StateImpl.build()CounterpartyPositionState.CounterpartyPositionStateImpl.getState()CounterpartyPositionState.getState()Represents the State of the Position through its life-cycle.TradeState.getState()Represents the State of the Trade through its life-cycle.TradeState.TradeStateImpl.getState()Methods in cdm.event.common that return types with arguments of type StateModifier and TypeMethodDescriptionState.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends State> State.metaData()Utility MethodsMethods in cdm.event.common with parameters of type StateModifier and TypeMethodDescription -
Uses of State in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type StateModifier and TypeMethodDescriptionStateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) StateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) StateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super State> StateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super State> StateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super State> StateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super State> StateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of State in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type StateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> StateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, State o) List<com.rosetta.model.lib.validation.ValidationResult<?>> StateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, State o) -
Uses of State in cdm.event.common.validation.datarule
Methods in cdm.event.common.validation.datarule with parameters of type StateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> StateClosedStateExists.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, State state) List<com.rosetta.model.lib.validation.ValidationResult<?>> StateClosedStateExists.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, State state) -
Uses of State in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type StateModifier and TypeMethodDescriptionStateOnlyExistsValidator.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 State