Uses of Class
org.isda.cdm.PartyCustomisedWorkflow
-
Packages that use PartyCustomisedWorkflow Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of PartyCustomisedWorkflow in org.isda.cdm
Methods in org.isda.cdm that return PartyCustomisedWorkflow Modifier and Type Method Description PartyCustomisedWorkflow
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder. build()
Methods in org.isda.cdm that return types with arguments of type PartyCustomisedWorkflow Modifier and Type Method Description java.util.List<PartyCustomisedWorkflow>
EventWorkflow. getPartyCustomisedWorkflow()
Workflow data that is specific to certain market participants and is expressed as part of the CDM in a very generic manner, which can be party-specific.java.util.List<PartyCustomisedWorkflow>
TradeWarehouseWorkflow. getPartyCustomisedWorkflow()
Non-standardized workflow data related to a party.com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyCustomisedWorkflow>
PartyCustomisedWorkflow. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyCustomisedWorkflow>
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder. metaData()
Methods in org.isda.cdm with parameters of type PartyCustomisedWorkflow Modifier and Type Method Description EventWorkflow.EventWorkflowBuilder
EventWorkflow.EventWorkflowBuilder. addPartyCustomisedWorkflow(PartyCustomisedWorkflow partyCustomisedWorkflow)
EventWorkflow.EventWorkflowBuilder
EventWorkflow.EventWorkflowBuilder. addPartyCustomisedWorkflow(PartyCustomisedWorkflow partyCustomisedWorkflow, int _idx)
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder. addPartyCustomisedWorkflow(PartyCustomisedWorkflow partyCustomisedWorkflow)
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder. addPartyCustomisedWorkflow(PartyCustomisedWorkflow partyCustomisedWorkflow, int _idx)
Method parameters in org.isda.cdm with type arguments of type PartyCustomisedWorkflow Modifier and Type Method Description EventWorkflow.EventWorkflowBuilder
EventWorkflow.EventWorkflowBuilder. addPartyCustomisedWorkflow(java.util.List<PartyCustomisedWorkflow> partyCustomisedWorkflows)
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder
TradeWarehouseWorkflow.TradeWarehouseWorkflowBuilder. addPartyCustomisedWorkflow(java.util.List<PartyCustomisedWorkflow> partyCustomisedWorkflows)
-
Uses of PartyCustomisedWorkflow in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type PartyCustomisedWorkflow Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super PartyCustomisedWorkflow>>
PartyCustomisedWorkflowMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super PartyCustomisedWorkflow>>
PartyCustomisedWorkflowMeta. dataRules()
java.util.List<java.util.function.Function<? super PartyCustomisedWorkflow,com.rosetta.model.lib.qualify.QualifyResult>>
PartyCustomisedWorkflowMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super PartyCustomisedWorkflow,java.lang.String>
PartyCustomisedWorkflowMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super PartyCustomisedWorkflow>
PartyCustomisedWorkflowMeta. validator()
-
Uses of PartyCustomisedWorkflow in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type PartyCustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow>
PartyCustomisedWorkflowValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow>
PartyCustomisedWorkflowValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow o)
Methods in org.isda.cdm.validation with parameters of type PartyCustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow>
PartyCustomisedWorkflowValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow o)
-
Uses of PartyCustomisedWorkflow in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type PartyCustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow>
PartyCustomisedWorkflowChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow>
PartyCustomisedWorkflowChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow object)
Methods in org.isda.cdm.validation.choicerule with parameters of type PartyCustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow>
PartyCustomisedWorkflowChoiceRule. validate(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow object)
-
Uses of PartyCustomisedWorkflow in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type PartyCustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow>
PartyCustomisedWorkflowOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow>
PartyCustomisedWorkflowOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type PartyCustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow>
PartyCustomisedWorkflowOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow o, java.lang.String field)
-