Uses of Interface
cdm.legaldocumentation.common.UmbrellaAgreement
Packages that use UmbrellaAgreement
Package
Description
Common legal agreement concepts.
-
Uses of UmbrellaAgreement in cdm.legaldocumentation.common
Subinterfaces of UmbrellaAgreement in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement UmbrellaAgreementModifier and TypeClassDescriptionstatic classBuilder Implementation of UmbrellaAgreementstatic classImmutable Implementation of UmbrellaAgreementMethods in cdm.legaldocumentation.common that return UmbrellaAgreementModifier and TypeMethodDescriptionUmbrellaAgreement.build()Build MethodsUmbrellaAgreement.UmbrellaAgreementBuilderImpl.build()UmbrellaAgreement.UmbrellaAgreementImpl.build()LegalAgreement.getUmbrellaAgreement()The determination of whether Umbrella Agreement terms are applicable (True) or Not Applicable (False).LegalAgreement.LegalAgreementImpl.getUmbrellaAgreement()Methods in cdm.legaldocumentation.common that return types with arguments of type UmbrellaAgreementModifier and TypeMethodDescriptiondefault Class<? extends UmbrellaAgreement> UmbrellaAgreement.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends UmbrellaAgreement> UmbrellaAgreement.metaData()Utility MethodsMethods in cdm.legaldocumentation.common with parameters of type UmbrellaAgreementModifier and TypeMethodDescriptionLegalAgreement.LegalAgreementBuilder.setUmbrellaAgreement(UmbrellaAgreement umbrellaAgreement) LegalAgreement.LegalAgreementBuilderImpl.setUmbrellaAgreement(UmbrellaAgreement _umbrellaAgreement) -
Uses of UmbrellaAgreement in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type UmbrellaAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreement>> UmbrellaAgreementMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super UmbrellaAgreement, com.rosetta.model.lib.qualify.QualifyResult>> UmbrellaAgreementMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super UmbrellaAgreement, Set<String>> UmbrellaAgreementMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreement> UmbrellaAgreementMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreement> UmbrellaAgreementMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreement> UmbrellaAgreementMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreement> UmbrellaAgreementMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of UmbrellaAgreement in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type UmbrellaAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> UmbrellaAgreementTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UmbrellaAgreement o) List<com.rosetta.model.lib.validation.ValidationResult<?>> UmbrellaAgreementValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UmbrellaAgreement o) -
Uses of UmbrellaAgreement in cdm.legaldocumentation.common.validation.datarule
Methods in cdm.legaldocumentation.common.validation.datarule with parameters of type UmbrellaAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> UmbrellaAgreementUmbrellaAgreementExists.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UmbrellaAgreement umbrellaAgreement) List<com.rosetta.model.lib.validation.ValidationResult<?>> UmbrellaAgreementUmbrellaAgreementExists.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UmbrellaAgreement umbrellaAgreement) -
Uses of UmbrellaAgreement in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type UmbrellaAgreementModifier and TypeMethodDescription<T2 extends UmbrellaAgreement>
com.rosetta.model.lib.validation.ValidationResult<UmbrellaAgreement> UmbrellaAgreementOnlyExistsValidator.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 UmbrellaAgreementModifier and TypeMethodDescription<T2 extends UmbrellaAgreement>
com.rosetta.model.lib.validation.ValidationResult<UmbrellaAgreement> UmbrellaAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)