Uses of Interface
cdm.legaldocumentation.master.icma.GlobalMasterRepoAgreement
Packages that use GlobalMasterRepoAgreement
Package
Description
Master agreement concepts.
-
Uses of GlobalMasterRepoAgreement in cdm.legaldocumentation.master
Methods in cdm.legaldocumentation.master that return GlobalMasterRepoAgreementModifier and TypeMethodDescriptionMasterAgreementElections.getIcmaGmra()The set of elections that define a GMRA.MasterAgreementElections.MasterAgreementElectionsImpl.getIcmaGmra()Methods in cdm.legaldocumentation.master with parameters of type GlobalMasterRepoAgreementModifier and TypeMethodDescriptionMasterAgreementElections.MasterAgreementElectionsBuilder.setIcmaGmra(GlobalMasterRepoAgreement icmaGmra) MasterAgreementElections.MasterAgreementElectionsBuilderImpl.setIcmaGmra(GlobalMasterRepoAgreement _icmaGmra) -
Uses of GlobalMasterRepoAgreement in cdm.legaldocumentation.master.icma
Subinterfaces of GlobalMasterRepoAgreement in cdm.legaldocumentation.master.icmaModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.master.icma that implement GlobalMasterRepoAgreementModifier and TypeClassDescriptionstatic classBuilder Implementation of GlobalMasterRepoAgreementstatic classImmutable Implementation of GlobalMasterRepoAgreementMethods in cdm.legaldocumentation.master.icma that return GlobalMasterRepoAgreementModifier and TypeMethodDescriptionGlobalMasterRepoAgreement.build()Build MethodsGlobalMasterRepoAgreement.GlobalMasterRepoAgreementBuilderImpl.build()GlobalMasterRepoAgreement.GlobalMasterRepoAgreementImpl.build()Methods in cdm.legaldocumentation.master.icma that return types with arguments of type GlobalMasterRepoAgreementModifier and TypeMethodDescriptiondefault Class<? extends GlobalMasterRepoAgreement> GlobalMasterRepoAgreement.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends GlobalMasterRepoAgreement> GlobalMasterRepoAgreement.metaData()Utility Methods -
Uses of GlobalMasterRepoAgreement in cdm.legaldocumentation.master.icma.meta
Methods in cdm.legaldocumentation.master.icma.meta that return types with arguments of type GlobalMasterRepoAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super GlobalMasterRepoAgreement>> GlobalMasterRepoAgreementMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super GlobalMasterRepoAgreement, com.rosetta.model.lib.qualify.QualifyResult>> GlobalMasterRepoAgreementMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super GlobalMasterRepoAgreement, Set<String>> GlobalMasterRepoAgreementMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super GlobalMasterRepoAgreement> GlobalMasterRepoAgreementMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super GlobalMasterRepoAgreement> GlobalMasterRepoAgreementMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super GlobalMasterRepoAgreement> GlobalMasterRepoAgreementMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super GlobalMasterRepoAgreement> GlobalMasterRepoAgreementMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of GlobalMasterRepoAgreement in cdm.legaldocumentation.master.icma.validation
Methods in cdm.legaldocumentation.master.icma.validation with parameters of type GlobalMasterRepoAgreementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> GlobalMasterRepoAgreementTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GlobalMasterRepoAgreement o) List<com.rosetta.model.lib.validation.ValidationResult<?>> GlobalMasterRepoAgreementValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, GlobalMasterRepoAgreement o) -
Uses of GlobalMasterRepoAgreement in cdm.legaldocumentation.master.icma.validation.exists
Methods in cdm.legaldocumentation.master.icma.validation.exists with type parameters of type GlobalMasterRepoAgreementModifier and TypeMethodDescription<T2 extends GlobalMasterRepoAgreement>
com.rosetta.model.lib.validation.ValidationResult<GlobalMasterRepoAgreement> GlobalMasterRepoAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.legaldocumentation.master.icma.validation.exists that return types with arguments of type GlobalMasterRepoAgreementModifier and TypeMethodDescription<T2 extends GlobalMasterRepoAgreement>
com.rosetta.model.lib.validation.ValidationResult<GlobalMasterRepoAgreement> GlobalMasterRepoAgreementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)