Package cdm.event.workflow
Interface PartyCustomisedWorkflow
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder
- All Known Implementing Classes:
PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilderImpl,PartyCustomisedWorkflow.PartyCustomisedWorkflowImpl
@RosettaDataType(value="PartyCustomisedWorkflow",
builder=PartyCustomisedWorkflowBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PartyCustomisedWorkflow",
model="cdm",
builder=PartyCustomisedWorkflowBuilderImpl.class,
version="5.30.0")
public interface PartyCustomisedWorkflow
extends com.rosetta.model.lib.RosettaModelObject
A class to specify a party-related, non-standardized data in a generic form.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PartyCustomisedWorkflowstatic classImmutable Implementation of PartyCustomisedWorkflow -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends CustomisedWorkflow> Non-standardized data in a generic form.The party name to which the workflow pertains to.Reference to the party to which the workflow pertains to.default Class<? extends PartyCustomisedWorkflow> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyCustomisedWorkflow> 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
-
getPartyReference
ReferenceWithMetaParty getPartyReference()Reference to the party to which the workflow pertains to. -
getPartyName
String getPartyName()The party name to which the workflow pertains to. -
getCustomisedWorkflow
List<? extends CustomisedWorkflow> getCustomisedWorkflow()Non-standardized data in a generic form. -
build
PartyCustomisedWorkflow build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-