Uses of Interface
cdm.legaldocumentation.common.LegalAgreementBase
Packages that use LegalAgreementBase
Package
Description
Common legal agreement concepts.
-
Uses of LegalAgreementBase in cdm.legaldocumentation.common
Subinterfaces of LegalAgreementBase in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptioninterfaceThe specification of a legal agreement between two parties, being negotiated or having been executed.static interfaceBuilder Interfacestatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement LegalAgreementBaseModifier and TypeClassDescriptionstatic classBuilder Implementation of LegalAgreementstatic classImmutable Implementation of LegalAgreementstatic classBuilder Implementation of LegalAgreementBasestatic classImmutable Implementation of LegalAgreementBaseMethods in cdm.legaldocumentation.common that return LegalAgreementBaseModifier and TypeMethodDescriptionLegalAgreementBase.build()Build MethodsLegalAgreementBase.LegalAgreementBaseBuilderImpl.build()LegalAgreementBase.LegalAgreementBaseImpl.build()Methods in cdm.legaldocumentation.common that return types with arguments of type LegalAgreementBaseModifier and TypeMethodDescriptiondefault Class<? extends LegalAgreementBase> LegalAgreementBase.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalAgreementBase> LegalAgreementBase.metaData()Utility Methods -
Uses of LegalAgreementBase in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type LegalAgreementBaseModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super LegalAgreementBase>> LegalAgreementBaseMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super LegalAgreementBase, com.rosetta.model.lib.qualify.QualifyResult>> LegalAgreementBaseMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super LegalAgreementBase, Set<String>> LegalAgreementBaseMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super LegalAgreementBase> LegalAgreementBaseMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegalAgreementBase> LegalAgreementBaseMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super LegalAgreementBase> LegalAgreementBaseMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegalAgreementBase> LegalAgreementBaseMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of LegalAgreementBase in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type LegalAgreementBaseModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementBaseTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementBase o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementBaseValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementBase o) -
Uses of LegalAgreementBase in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type LegalAgreementBaseModifier and TypeMethodDescription<T2 extends LegalAgreementBase>
com.rosetta.model.lib.validation.ValidationResult<LegalAgreementBase> LegalAgreementBaseOnlyExistsValidator.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 LegalAgreementBaseModifier and TypeMethodDescription<T2 extends LegalAgreementBase>
com.rosetta.model.lib.validation.ValidationResult<LegalAgreementBase> LegalAgreementBaseOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)