Uses of Class
org.isda.cdm.CustomisedWorkflow.CustomisedWorkflowBuilder
-
Packages that use CustomisedWorkflow.CustomisedWorkflowBuilder Package Description org.isda.cdm -
-
Uses of CustomisedWorkflow.CustomisedWorkflowBuilder in org.isda.cdm
Fields in org.isda.cdm with type parameters of type CustomisedWorkflow.CustomisedWorkflowBuilder Modifier and Type Field Description protected java.util.List<CustomisedWorkflow.CustomisedWorkflowBuilder>
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder. customisedWorkflow
Methods in org.isda.cdm that return CustomisedWorkflow.CustomisedWorkflowBuilder Modifier and Type Method Description static CustomisedWorkflow.CustomisedWorkflowBuilder
CustomisedWorkflow. builder()
CustomisedWorkflow.CustomisedWorkflowBuilder
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder. getOrCreateCustomisedWorkflow(int index)
CustomisedWorkflow.CustomisedWorkflowBuilder
CustomisedWorkflow.CustomisedWorkflowBuilder. prune()
CustomisedWorkflow.CustomisedWorkflowBuilder
CustomisedWorkflow.CustomisedWorkflowBuilder. setItemName(java.lang.String itemName)
CustomisedWorkflow.CustomisedWorkflowBuilder
CustomisedWorkflow.CustomisedWorkflowBuilder. setItemValue(java.lang.String itemValue)
CustomisedWorkflow.CustomisedWorkflowBuilder
CustomisedWorkflow. toBuilder()
Methods in org.isda.cdm that return types with arguments of type CustomisedWorkflow.CustomisedWorkflowBuilder Modifier and Type Method Description java.util.List<CustomisedWorkflow.CustomisedWorkflowBuilder>
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder. getCustomisedWorkflow()
Methods in org.isda.cdm with parameters of type CustomisedWorkflow.CustomisedWorkflowBuilder Modifier and Type Method Description PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder. addCustomisedWorkflowBuilder(CustomisedWorkflow.CustomisedWorkflowBuilder customisedWorkflow)
-