Interface WorkflowState

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
WorkflowState.WorkflowStateBuilder
All Known Implementing Classes:
WorkflowState.WorkflowStateBuilderImpl, WorkflowState.WorkflowStateImpl

@RosettaDataType(value="WorkflowState", builder=WorkflowStateBuilderImpl.class, version="5.30.0") @RuneDataType(value="WorkflowState", model="cdm", builder=WorkflowStateBuilderImpl.class, version="5.30.0") public interface WorkflowState extends com.rosetta.model.lib.RosettaModelObject
A class to specify workflow information, which is conceptually applicable to all lifecycle events.
Version:
5.30.0
  • Field Details

  • Method Details

    • getWorkflowStatus

      WorkflowStatusEnum getWorkflowStatus()
      The workflow status indicator, e.g. Accepted, Rejected, ...
    • getComment

      String getComment()
      A comment field to be associated with the workflow, e.g. to specify why a transaction event was rejected by a party.
    • getPartyCustomisedWorkflow

      List<? extends PartyCustomisedWorkflow> 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. The initial use cases have been derived from the CME clearing and the DTCC TIW submissions.
    • getWarehouseIdentity

      WarehouseIdentityEnum getWarehouseIdentity()
      The identity of the warehouse, if any, that is executing that workflow step.
    • build

      WorkflowState 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 WorkflowState> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends WorkflowState> 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