Uses of Interface
cdm.legaldocumentation.common.AgreementTerms
Packages that use AgreementTerms
Package
Description
Common legal agreement concepts.
-
Uses of AgreementTerms in cdm.legaldocumentation.common
Subinterfaces of AgreementTerms in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement AgreementTermsModifier and TypeClassDescriptionstatic classBuilder Implementation of AgreementTermsstatic classImmutable Implementation of AgreementTermsMethods in cdm.legaldocumentation.common that return AgreementTermsModifier and TypeMethodDescriptionAgreementTerms.AgreementTermsBuilderImpl.build()AgreementTerms.AgreementTermsImpl.build()AgreementTerms.build()Build MethodsLegalAgreement.getAgreementTerms()Specification of the content of the legal agreement.LegalAgreement.LegalAgreementImpl.getAgreementTerms()Methods in cdm.legaldocumentation.common that return types with arguments of type AgreementTermsModifier and TypeMethodDescriptiondefault Class<? extends AgreementTerms> AgreementTerms.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AgreementTerms> AgreementTerms.metaData()Utility MethodsMethods in cdm.legaldocumentation.common with parameters of type AgreementTermsModifier and TypeMethodDescriptionLegalAgreement.LegalAgreementBuilder.setAgreementTerms(AgreementTerms agreementTerms) LegalAgreement.LegalAgreementBuilderImpl.setAgreementTerms(AgreementTerms _agreementTerms) -
Uses of AgreementTerms in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type AgreementTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AgreementTerms>> AgreementTermsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AgreementTerms, com.rosetta.model.lib.qualify.QualifyResult>> AgreementTermsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AgreementTerms, Set<String>> AgreementTermsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AgreementTerms> AgreementTermsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AgreementTerms> AgreementTermsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AgreementTerms> AgreementTermsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AgreementTerms> AgreementTermsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AgreementTerms in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type AgreementTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementTermsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementTerms o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AgreementTermsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AgreementTerms o) -
Uses of AgreementTerms in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type AgreementTermsModifier and TypeMethodDescription<T2 extends AgreementTerms>
com.rosetta.model.lib.validation.ValidationResult<AgreementTerms> AgreementTermsOnlyExistsValidator.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 AgreementTermsModifier and TypeMethodDescription<T2 extends AgreementTerms>
com.rosetta.model.lib.validation.ValidationResult<AgreementTerms> AgreementTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)