Uses of Class
org.isda.cdm.PartyRole
-
Packages that use PartyRole Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of PartyRole in org.isda.cdm
Methods in org.isda.cdm that return PartyRole Modifier and Type Method Description PartyRole
PartyRole.PartyRoleBuilder. build()
Methods in org.isda.cdm that return types with arguments of type PartyRole Modifier and Type Method Description java.util.List<PartyRole>
LegalAgreementBase. getOtherParty()
The role(s) that other party(ies) may have in relation to the legal agreement, further to the contractual parties.java.util.List<PartyRole>
Affirmation. getPartyRole()
The role(s) that party(ies) may have in relation to the tradejava.util.List<PartyRole>
Confirmation. getPartyRole()
The role(s) that party(ies) may have in relation to the tradejava.util.List<PartyRole>
Contract. getPartyRole()
The role(s) that party(ies) may have in relation to the contract, further to the principal parties (i.e payer/receive or buyer/seller) to it.java.util.List<PartyRole>
Execution. getPartyRole()
The role(s) that party(ies) may have in relation to the execution, further to the principal parties (i.e payer/receive or buyer/seller) to it.com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyRole>
PartyRole. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyRole>
PartyRole.PartyRoleBuilder. metaData()
Methods in org.isda.cdm with parameters of type PartyRole Modifier and Type Method Description LegalAgreement.LegalAgreementBuilder
LegalAgreement.LegalAgreementBuilder. addOtherParty(PartyRole otherParty)
LegalAgreement.LegalAgreementBuilder
LegalAgreement.LegalAgreementBuilder. addOtherParty(PartyRole otherParty, int _idx)
LegalAgreementBase.LegalAgreementBaseBuilder
LegalAgreementBase.LegalAgreementBaseBuilder. addOtherParty(PartyRole otherParty)
LegalAgreementBase.LegalAgreementBaseBuilder
LegalAgreementBase.LegalAgreementBaseBuilder. addOtherParty(PartyRole otherParty, int _idx)
Affirmation.AffirmationBuilder
Affirmation.AffirmationBuilder. addPartyRole(PartyRole partyRole)
Affirmation.AffirmationBuilder
Affirmation.AffirmationBuilder. addPartyRole(PartyRole partyRole, int _idx)
Confirmation.ConfirmationBuilder
Confirmation.ConfirmationBuilder. addPartyRole(PartyRole partyRole)
Confirmation.ConfirmationBuilder
Confirmation.ConfirmationBuilder. addPartyRole(PartyRole partyRole, int _idx)
Contract.ContractBuilder
Contract.ContractBuilder. addPartyRole(PartyRole partyRole)
Contract.ContractBuilder
Contract.ContractBuilder. addPartyRole(PartyRole partyRole, int _idx)
Execution.ExecutionBuilder
Execution.ExecutionBuilder. addPartyRole(PartyRole partyRole)
Execution.ExecutionBuilder
Execution.ExecutionBuilder. addPartyRole(PartyRole partyRole, int _idx)
Method parameters in org.isda.cdm with type arguments of type PartyRole Modifier and Type Method Description LegalAgreement.LegalAgreementBuilder
LegalAgreement.LegalAgreementBuilder. addOtherParty(java.util.List<PartyRole> otherPartys)
LegalAgreementBase.LegalAgreementBaseBuilder
LegalAgreementBase.LegalAgreementBaseBuilder. addOtherParty(java.util.List<PartyRole> otherPartys)
Affirmation.AffirmationBuilder
Affirmation.AffirmationBuilder. addPartyRole(java.util.List<PartyRole> partyRoles)
Confirmation.ConfirmationBuilder
Confirmation.ConfirmationBuilder. addPartyRole(java.util.List<PartyRole> partyRoles)
Contract.ContractBuilder
Contract.ContractBuilder. addPartyRole(java.util.List<PartyRole> partyRoles)
Execution.ExecutionBuilder
Execution.ExecutionBuilder. addPartyRole(java.util.List<PartyRole> partyRoles)
-
Uses of PartyRole in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type PartyRole Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super PartyRole>>
PartyRoleMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super PartyRole>>
PartyRoleMeta. dataRules()
java.util.List<java.util.function.Function<? super PartyRole,com.rosetta.model.lib.qualify.QualifyResult>>
PartyRoleMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super PartyRole,java.lang.String>
PartyRoleMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super PartyRole>
PartyRoleMeta. validator()
-
Uses of PartyRole in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type PartyRole Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyRole>
PartyRoleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<PartyRole>
PartyRoleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PartyRole o)
Methods in org.isda.cdm.validation with parameters of type PartyRole Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyRole>
PartyRoleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PartyRole o)
-
Uses of PartyRole in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type PartyRole Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyRole>
PartyRoleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<PartyRole>
PartyRoleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PartyRole o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type PartyRole Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyRole>
PartyRoleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PartyRole o, java.lang.String field)
-