Uses of Interface
cdm.event.common.PartyChangeInstruction
Packages that use PartyChangeInstruction
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of PartyChangeInstruction in cdm.event.common
Subinterfaces of PartyChangeInstruction in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.common that implement PartyChangeInstructionModifier and TypeClassDescriptionstatic classBuilder Implementation of PartyChangeInstructionstatic classImmutable Implementation of PartyChangeInstructionMethods in cdm.event.common that return PartyChangeInstructionModifier and TypeMethodDescriptionPartyChangeInstruction.build()Build MethodsPartyChangeInstruction.PartyChangeInstructionBuilderImpl.build()PartyChangeInstruction.PartyChangeInstructionImpl.build()PrimitiveInstruction.getPartyChange()Specifies instructions describing a party change primitive event.PrimitiveInstruction.PrimitiveInstructionImpl.getPartyChange()Methods in cdm.event.common that return types with arguments of type PartyChangeInstructionModifier and TypeMethodDescriptiondefault Class<? extends PartyChangeInstruction> PartyChangeInstruction.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyChangeInstruction> PartyChangeInstruction.metaData()Utility MethodsMethods in cdm.event.common with parameters of type PartyChangeInstructionModifier and TypeMethodDescriptionPrimitiveInstruction.PrimitiveInstructionBuilder.setPartyChange(PartyChangeInstruction partyChange) PrimitiveInstruction.PrimitiveInstructionBuilderImpl.setPartyChange(PartyChangeInstruction _partyChange) -
Uses of PartyChangeInstruction in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type PartyChangeInstructionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PartyChangeInstruction>> PartyChangeInstructionMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PartyChangeInstruction, com.rosetta.model.lib.qualify.QualifyResult>> PartyChangeInstructionMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PartyChangeInstruction, Set<String>> PartyChangeInstructionMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PartyChangeInstruction> PartyChangeInstructionMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PartyChangeInstruction> PartyChangeInstructionMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PartyChangeInstruction> PartyChangeInstructionMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PartyChangeInstruction> PartyChangeInstructionMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PartyChangeInstruction in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type PartyChangeInstructionModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PartyChangeInstructionTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PartyChangeInstruction o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PartyChangeInstructionValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PartyChangeInstruction o) -
Uses of PartyChangeInstruction in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type PartyChangeInstructionModifier and TypeMethodDescription<T2 extends PartyChangeInstruction>
com.rosetta.model.lib.validation.ValidationResult<PartyChangeInstruction> PartyChangeInstructionOnlyExistsValidator.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 PartyChangeInstructionModifier and TypeMethodDescription<T2 extends PartyChangeInstruction>
com.rosetta.model.lib.validation.ValidationResult<PartyChangeInstruction> PartyChangeInstructionOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)