Uses of Class
org.isda.cdm.LegalAgreement
-
Packages that use LegalAgreement Package Description org.isda.cdm org.isda.cdm.functions org.isda.cdm.meta org.isda.cdm.metafields org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of LegalAgreement in org.isda.cdm
Methods in org.isda.cdm that return LegalAgreement Modifier and Type Method Description LegalAgreement
LegalAgreement.LegalAgreementBuilder. build()
Methods in org.isda.cdm that return types with arguments of type LegalAgreement Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalAgreement>
LegalAgreement.LegalAgreementBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends LegalAgreement>
LegalAgreement. metaData()
Methods in org.isda.cdm with parameters of type LegalAgreement Modifier and Type Method Description Documentation.DocumentationBuilder
Documentation.DocumentationBuilder. addLegalAgreementRef(LegalAgreement legalAgreement)
Lineage.LineageBuilder
Lineage.LineageBuilder. addLegalAgreementRef(LegalAgreement legalAgreement)
Method parameters in org.isda.cdm with type arguments of type LegalAgreement Modifier and Type Method Description Documentation.DocumentationBuilder
Documentation.DocumentationBuilder. addLegalAgreementRef(java.util.List<LegalAgreement> legalAgreements)
Lineage.LineageBuilder
Lineage.LineageBuilder. addLegalAgreementRef(java.util.List<LegalAgreement> legalAgreements)
-
Uses of LegalAgreement in org.isda.cdm.functions
Methods in org.isda.cdm.functions with parameters of type LegalAgreement Modifier and Type Method Description protected Event.EventBuilder
FormContract. doEvaluate(Event executionEvent, LegalAgreement legalAgreement)
protected ContractFormation.ContractFormationBuilder
NewContractFormationPrimitive. doEvaluate(ExecutionState executionState, java.util.List<Party> parties, LegalAgreement legalAgreement)
Event
FormContract. evaluate(Event executionEvent, LegalAgreement legalAgreement)
ContractFormation
NewContractFormationPrimitive. evaluate(ExecutionState executionState, java.util.List<Party> parties, LegalAgreement legalAgreement)
protected com.rosetta.model.lib.functions.MapperBuilder<Execution>
FormContract. execution(Event executionEvent, LegalAgreement legalAgreement)
-
Uses of LegalAgreement in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type LegalAgreement Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super LegalAgreement>>
LegalAgreementMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super LegalAgreement>>
LegalAgreementMeta. dataRules()
java.util.List<java.util.function.Function<? super LegalAgreement,com.rosetta.model.lib.qualify.QualifyResult>>
LegalAgreementMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super LegalAgreement,java.lang.String>
LegalAgreementMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super LegalAgreement>
LegalAgreementMeta. validator()
-
Uses of LegalAgreement in org.isda.cdm.metafields
Methods in org.isda.cdm.metafields that return LegalAgreement Modifier and Type Method Description LegalAgreement
ReferenceWithMetaLegalAgreement. getValue()
Methods in org.isda.cdm.metafields with parameters of type LegalAgreement Modifier and Type Method Description ReferenceWithMetaLegalAgreement.ReferenceWithMetaLegalAgreementBuilder
ReferenceWithMetaLegalAgreement.ReferenceWithMetaLegalAgreementBuilder. setValue(LegalAgreement value)
-
Uses of LegalAgreement in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type LegalAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreement>
LegalAgreementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<LegalAgreement>
LegalAgreementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement o)
Methods in org.isda.cdm.validation with parameters of type LegalAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreement>
LegalAgreementValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement o)
-
Uses of LegalAgreement in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type LegalAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreement>
LegalAgreementOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<LegalAgreement>
LegalAgreementOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement object)
Methods in org.isda.cdm.validation.choicerule with parameters of type LegalAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreement>
LegalAgreementOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement object)
-
Uses of LegalAgreement in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type LegalAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreement>
LegalAgreementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<LegalAgreement>
LegalAgreementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type LegalAgreement Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<LegalAgreement>
LegalAgreementOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, LegalAgreement o, java.lang.String field)
-