Uses of Class
org.isda.cdm.CustomisedWorkflow
-
Packages that use CustomisedWorkflow Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of CustomisedWorkflow in org.isda.cdm
Methods in org.isda.cdm that return CustomisedWorkflow Modifier and Type Method Description CustomisedWorkflow
CustomisedWorkflow.CustomisedWorkflowBuilder. build()
Methods in org.isda.cdm that return types with arguments of type CustomisedWorkflow Modifier and Type Method Description java.util.List<CustomisedWorkflow>
PartyCustomisedWorkflow. getCustomisedWorkflow()
Non-standardized data in a generic form.com.rosetta.model.lib.meta.RosettaMetaData<? extends CustomisedWorkflow>
CustomisedWorkflow.CustomisedWorkflowBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends CustomisedWorkflow>
CustomisedWorkflow. metaData()
Methods in org.isda.cdm with parameters of type CustomisedWorkflow Modifier and Type Method Description PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder. addCustomisedWorkflow(CustomisedWorkflow customisedWorkflow)
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder. addCustomisedWorkflow(CustomisedWorkflow customisedWorkflow, int _idx)
Method parameters in org.isda.cdm with type arguments of type CustomisedWorkflow Modifier and Type Method Description PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder. addCustomisedWorkflow(java.util.List<CustomisedWorkflow> customisedWorkflows)
-
Uses of CustomisedWorkflow in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type CustomisedWorkflow Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super CustomisedWorkflow>>
CustomisedWorkflowMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super CustomisedWorkflow>>
CustomisedWorkflowMeta. dataRules()
java.util.List<java.util.function.Function<? super CustomisedWorkflow,com.rosetta.model.lib.qualify.QualifyResult>>
CustomisedWorkflowMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super CustomisedWorkflow,java.lang.String>
CustomisedWorkflowMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super CustomisedWorkflow>
CustomisedWorkflowMeta. validator()
-
Uses of CustomisedWorkflow in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type CustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CustomisedWorkflow>
CustomisedWorkflowValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<CustomisedWorkflow>
CustomisedWorkflowValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CustomisedWorkflow o)
Methods in org.isda.cdm.validation with parameters of type CustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CustomisedWorkflow>
CustomisedWorkflowValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CustomisedWorkflow o)
-
Uses of CustomisedWorkflow in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type CustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CustomisedWorkflow>
CustomisedWorkflowOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<CustomisedWorkflow>
CustomisedWorkflowOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CustomisedWorkflow o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type CustomisedWorkflow Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<CustomisedWorkflow>
CustomisedWorkflowOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, CustomisedWorkflow o, java.lang.String field)
-