Package cdm.event.workflow
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of WorkflowStatestatic classImmutable Implementation of WorkflowState -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()A comment field to be associated with the workflow, e.g. to specify why a transaction event was rejected by a party.List<? extends PartyCustomisedWorkflow> 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.default Class<? extends WorkflowState> getType()The identity of the warehouse, if any, that is executing that workflow step.The workflow status indicator, e.g.default com.rosetta.model.lib.meta.RosettaMetaData<? extends WorkflowState> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
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:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
WorkflowState.WorkflowStateBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-