Interface CustomisedWorkflow

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
CustomisedWorkflow.CustomisedWorkflowBuilder
All Known Implementing Classes:
CustomisedWorkflow.CustomisedWorkflowBuilderImpl, CustomisedWorkflow.CustomisedWorkflowImpl

@RosettaDataType(value="CustomisedWorkflow", builder=CustomisedWorkflowBuilderImpl.class, version="5.30.0") @RuneDataType(value="CustomisedWorkflow", model="cdm", builder=CustomisedWorkflowBuilderImpl.class, version="5.30.0") public interface CustomisedWorkflow extends com.rosetta.model.lib.RosettaModelObject
In its initial iteration, this class is meant to support the DTCC TIW workflow information.
Version:
5.30.0
  • Field Details

  • Method Details

    • getItemName

      String getItemName()
      In this initial iteration, this corresponds to the DTCC TIW element name.
    • getItemValue

      String getItemValue()
      In this initial iteration, this corresponds to the DTCC value.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends CustomisedWorkflow> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends CustomisedWorkflow> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject