Uses of Interface
cdm.legaldocumentation.common.ClosedState
Packages that use ClosedState
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Common legal agreement concepts.
-
Uses of ClosedState in cdm.event.common
Methods in cdm.event.common that return ClosedStateModifier and TypeMethodDescriptionState.getClosedState()Represents the qualification of what led to the trade's closure alongside the dates on which this closure took effect.State.StateImpl.getClosedState()Methods in cdm.event.common with parameters of type ClosedStateModifier and TypeMethodDescriptionState.StateBuilder.setClosedState(ClosedState closedState) State.StateBuilderImpl.setClosedState(ClosedState _closedState) -
Uses of ClosedState in cdm.legaldocumentation.common
Subinterfaces of ClosedState in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement ClosedStateModifier and TypeClassDescriptionstatic classBuilder Implementation of ClosedStatestatic classImmutable Implementation of ClosedStateMethods in cdm.legaldocumentation.common that return ClosedStateModifier and TypeMethodDescriptionClosedState.build()Build MethodsClosedState.ClosedStateBuilderImpl.build()ClosedState.ClosedStateImpl.build()Methods in cdm.legaldocumentation.common that return types with arguments of type ClosedStateModifier and TypeMethodDescriptiondefault Class<? extends ClosedState> ClosedState.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ClosedState> ClosedState.metaData()Utility Methods -
Uses of ClosedState in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type ClosedStateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ClosedState>> ClosedStateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ClosedState, com.rosetta.model.lib.qualify.QualifyResult>> ClosedStateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ClosedState, Set<String>> ClosedStateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ClosedState> ClosedStateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ClosedState> ClosedStateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ClosedState> ClosedStateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ClosedState> ClosedStateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ClosedState in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type ClosedStateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ClosedStateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ClosedState o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ClosedStateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ClosedState o) -
Uses of ClosedState in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type ClosedStateModifier and TypeMethodDescription<T2 extends ClosedState>
com.rosetta.model.lib.validation.ValidationResult<ClosedState> ClosedStateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.common.validation.exists that return types with arguments of type ClosedStateModifier and TypeMethodDescription<T2 extends ClosedState>
com.rosetta.model.lib.validation.ValidationResult<ClosedState> ClosedStateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)