Uses of Interface
cdm.legaldocumentation.contract.Agreement
Packages that use Agreement
Package
Description
Common legal agreement concepts.
Contract (i.e. transaction confirmation) concepts.
-
Uses of Agreement in cdm.legaldocumentation.common
Methods in cdm.legaldocumentation.common that return AgreementModifier and TypeMethodDescriptionAgreementTerms.AgreementTermsImpl.getAgreement()AgreementTerms.getAgreement()Specification of the standard set of terms that define a legal agreement.Methods in cdm.legaldocumentation.common with parameters of type AgreementModifier and TypeMethodDescriptionAgreementTerms.AgreementTermsBuilder.setAgreement(Agreement agreement) AgreementTerms.AgreementTermsBuilderImpl.setAgreement(Agreement _agreement) -
Uses of Agreement in cdm.legaldocumentation.contract
Subinterfaces of Agreement in cdm.legaldocumentation.contractModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.contract that implement AgreementModifier and TypeClassDescriptionstatic classBuilder Implementation of Agreementstatic classImmutable Implementation of AgreementMethods in cdm.legaldocumentation.contract that return AgreementModifier and TypeMethodDescriptionAgreement.AgreementBuilderImpl.build()Agreement.AgreementImpl.build()Agreement.build()Build MethodsMethods in cdm.legaldocumentation.contract that return types with arguments of type Agreement -
Uses of Agreement in cdm.legaldocumentation.contract.meta
Methods in cdm.legaldocumentation.contract.meta that return types with arguments of type AgreementModifier and TypeMethodDescriptionAgreementMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) AgreementMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) AgreementMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Agreement> AgreementMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Agreement> AgreementMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Agreement> AgreementMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Agreement> AgreementMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Agreement in cdm.legaldocumentation.contract.validation
Methods in cdm.legaldocumentation.contract.validation with parameters of type AgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Agreement o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Agreement o) -
Uses of Agreement in cdm.legaldocumentation.contract.validation.datarule
Methods in cdm.legaldocumentation.contract.validation.datarule with parameters of type AgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementOneOf0.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Agreement agreement) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementOneOf0.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Agreement agreement) -
Uses of Agreement in cdm.legaldocumentation.contract.validation.exists
Methods in cdm.legaldocumentation.contract.validation.exists with type parameters of type AgreementModifier and TypeMethodDescriptionAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.contract.validation.exists that return types with arguments of type Agreement