Uses of Interface
cdm.legaldocumentation.common.UmbrellaAgreementEntity
Packages that use UmbrellaAgreementEntity
Package
Description
Common legal agreement concepts.
-
Uses of UmbrellaAgreementEntity in cdm.legaldocumentation.common
Subinterfaces of UmbrellaAgreementEntity in cdm.legaldocumentation.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.legaldocumentation.common that implement UmbrellaAgreementEntityModifier and TypeClassDescriptionstatic classBuilder Implementation of UmbrellaAgreementEntitystatic classImmutable Implementation of UmbrellaAgreementEntityMethods in cdm.legaldocumentation.common that return UmbrellaAgreementEntityModifier and TypeMethodDescriptionUmbrellaAgreementEntity.build()Build MethodsUmbrellaAgreementEntity.UmbrellaAgreementEntityBuilderImpl.build()UmbrellaAgreementEntity.UmbrellaAgreementEntityImpl.build()Methods in cdm.legaldocumentation.common that return types with arguments of type UmbrellaAgreementEntityModifier and TypeMethodDescriptionList<? extends UmbrellaAgreementEntity> UmbrellaAgreement.getParties()Underlying principals to the umbrella agreement.List<? extends UmbrellaAgreementEntity> UmbrellaAgreement.UmbrellaAgreementImpl.getParties()default Class<? extends UmbrellaAgreementEntity> UmbrellaAgreementEntity.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends UmbrellaAgreementEntity> UmbrellaAgreementEntity.metaData()Utility MethodsMethods in cdm.legaldocumentation.common with parameters of type UmbrellaAgreementEntityModifier and TypeMethodDescriptionUmbrellaAgreement.UmbrellaAgreementBuilder.addParties(UmbrellaAgreementEntity parties) UmbrellaAgreement.UmbrellaAgreementBuilder.addParties(UmbrellaAgreementEntity parties, int idx) UmbrellaAgreement.UmbrellaAgreementBuilderImpl.addParties(UmbrellaAgreementEntity _parties) UmbrellaAgreement.UmbrellaAgreementBuilderImpl.addParties(UmbrellaAgreementEntity _parties, int idx) Method parameters in cdm.legaldocumentation.common with type arguments of type UmbrellaAgreementEntityModifier and TypeMethodDescriptionUmbrellaAgreement.UmbrellaAgreementBuilder.addParties(List<? extends UmbrellaAgreementEntity> parties) UmbrellaAgreement.UmbrellaAgreementBuilderImpl.addParties(List<? extends UmbrellaAgreementEntity> partiess) UmbrellaAgreement.UmbrellaAgreementBuilder.setParties(List<? extends UmbrellaAgreementEntity> parties) UmbrellaAgreement.UmbrellaAgreementBuilderImpl.setParties(List<? extends UmbrellaAgreementEntity> partiess) -
Uses of UmbrellaAgreementEntity in cdm.legaldocumentation.common.meta
Methods in cdm.legaldocumentation.common.meta that return types with arguments of type UmbrellaAgreementEntityModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreementEntity>> UmbrellaAgreementEntityMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super UmbrellaAgreementEntity, com.rosetta.model.lib.qualify.QualifyResult>> UmbrellaAgreementEntityMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super UmbrellaAgreementEntity, Set<String>> UmbrellaAgreementEntityMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreementEntity> UmbrellaAgreementEntityMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreementEntity> UmbrellaAgreementEntityMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreementEntity> UmbrellaAgreementEntityMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super UmbrellaAgreementEntity> UmbrellaAgreementEntityMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of UmbrellaAgreementEntity in cdm.legaldocumentation.common.validation
Methods in cdm.legaldocumentation.common.validation with parameters of type UmbrellaAgreementEntityModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> UmbrellaAgreementEntityTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UmbrellaAgreementEntity o) List<com.rosetta.model.lib.validation.ValidationResult<?>> UmbrellaAgreementEntityValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, UmbrellaAgreementEntity o) -
Uses of UmbrellaAgreementEntity in cdm.legaldocumentation.common.validation.exists
Methods in cdm.legaldocumentation.common.validation.exists with type parameters of type UmbrellaAgreementEntityModifier and TypeMethodDescription<T2 extends UmbrellaAgreementEntity>
com.rosetta.model.lib.validation.ValidationResult<UmbrellaAgreementEntity> UmbrellaAgreementEntityOnlyExistsValidator.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 UmbrellaAgreementEntityModifier and TypeMethodDescription<T2 extends UmbrellaAgreementEntity>
com.rosetta.model.lib.validation.ValidationResult<UmbrellaAgreementEntity> UmbrellaAgreementEntityOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)