Uses of Interface
cdm.legaldocumentation.common.LegalAgreementIdentification
Packages that use LegalAgreementIdentification
Package
Description
Common legal agreement concepts.
-
Uses of LegalAgreementIdentification in cdm.legaldocumentation.common
Subinterfaces of LegalAgreementIdentification in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement LegalAgreementIdentificationModifier and TypeClassDescriptionstatic classBuilder Implementation of LegalAgreementIdentificationstatic classImmutable Implementation of LegalAgreementIdentificationMethods in cdm.legaldocumentation.common that return LegalAgreementIdentificationModifier and TypeMethodDescriptionLegalAgreementIdentification.build()Build MethodsLegalAgreementIdentification.LegalAgreementIdentificationBuilderImpl.build()LegalAgreementIdentification.LegalAgreementIdentificationImpl.build()LegalAgreementBase.getLegalAgreementIdentification()The type of legal agreement, identified via a set of composable attributes: agreementName, publisher, governing law and version, e.g.LegalAgreementBase.LegalAgreementBaseImpl.getLegalAgreementIdentification()Methods in cdm.legaldocumentation.common that return types with arguments of type LegalAgreementIdentificationModifier and TypeMethodDescriptiondefault Class<? extends LegalAgreementIdentification> LegalAgreementIdentification.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalAgreementIdentification> LegalAgreementIdentification.metaData()Utility MethodsMethods in cdm.legaldocumentation.common with parameters of type LegalAgreementIdentificationModifier and TypeMethodDescriptionLegalAgreement.LegalAgreementBuilder.setLegalAgreementIdentification(LegalAgreementIdentification legalAgreementIdentification) LegalAgreement.LegalAgreementBuilderImpl.setLegalAgreementIdentification(LegalAgreementIdentification _legalAgreementIdentification) LegalAgreementBase.LegalAgreementBaseBuilder.setLegalAgreementIdentification(LegalAgreementIdentification legalAgreementIdentification) LegalAgreementBase.LegalAgreementBaseBuilderImpl.setLegalAgreementIdentification(LegalAgreementIdentification _legalAgreementIdentification) -
Uses of LegalAgreementIdentification in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type LegalAgreementIdentificationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super LegalAgreementIdentification>> LegalAgreementIdentificationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super LegalAgreementIdentification, com.rosetta.model.lib.qualify.QualifyResult>> LegalAgreementIdentificationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super LegalAgreementIdentification, Set<String>> LegalAgreementIdentificationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super LegalAgreementIdentification> LegalAgreementIdentificationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegalAgreementIdentification> LegalAgreementIdentificationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super LegalAgreementIdentification> LegalAgreementIdentificationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super LegalAgreementIdentification> LegalAgreementIdentificationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of LegalAgreementIdentification in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type LegalAgreementIdentificationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementIdentificationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementIdentification o) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementIdentificationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementIdentification o) -
Uses of LegalAgreementIdentification in cdm.legaldocumentation.common.validation.datarule
Methods in cdm.legaldocumentation.common.validation.datarule with parameters of type LegalAgreementIdentificationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementIdentificationCSAMarginType.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementIdentification legalAgreementIdentification) List<com.rosetta.model.lib.validation.ValidationResult<?>> LegalAgreementIdentificationCSAMarginType.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, LegalAgreementIdentification legalAgreementIdentification) -
Uses of LegalAgreementIdentification in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type LegalAgreementIdentificationModifier and TypeMethodDescription<T2 extends LegalAgreementIdentification>
com.rosetta.model.lib.validation.ValidationResult<LegalAgreementIdentification> LegalAgreementIdentificationOnlyExistsValidator.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 LegalAgreementIdentificationModifier and TypeMethodDescription<T2 extends LegalAgreementIdentification>
com.rosetta.model.lib.validation.ValidationResult<LegalAgreementIdentification> LegalAgreementIdentificationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)