Package io.jmix.bpmflowui.model
Class ParticipantModel
java.lang.Object
io.jmix.bpmflowui.model.ParticipantModel
- All Implemented Interfaces:
- HasBusinessId
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected ProcessModel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()getName()voidsetBusinessId(String businessId) voidvoidvoidsetProcess(ProcessModel process) 
- 
Field Details- 
id
- 
businessId
- 
name
- 
process
 
- 
- 
Constructor Details- 
ParticipantModelpublic ParticipantModel()
 
- 
- 
Method Details- 
getInstanceName
- 
getId
- 
setId
- 
getBusinessId- Specified by:
- getBusinessIdin interface- HasBusinessId
 
- 
setBusinessId- Specified by:
- setBusinessIdin interface- HasBusinessId
 
- 
getName
- 
setName
- 
getProcess
- 
setProcess
 
-