Package io.jmix.bpmflowui.model
Class StartEventModel
java.lang.Object
io.jmix.bpmflowui.model.StartEventModel
- All Implemented Interfaces:
- HasBusinessId,- HasErrorRefModel,- HasExecutionListeners,- HasFormData,- HasMessageRefModel,- HasSignalRefModel,- HasTimerDescription
public class StartEventModel
extends Object
implements HasBusinessId, HasFormData, HasExecutionListeners, HasMessageRefModel, HasSignalRefModel, HasTimerDescription, HasErrorRefModel
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ErrorRefModelprotected List<ExecutionListenerModel>protected FormDataModelprotected Stringprotected MessageRefModelprotected Stringprotected List<ProcessVariableModel>protected SignalRefModelprotected TimerDescriptionModel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()getName()voidsetBusinessId(String businessId) voidsetDocumentation(String documentation) voidsetErrorRefModel(ErrorRefModel errorRefModel) voidsetExecutionListeners(List<ExecutionListenerModel> executionListeners) voidsetFormData(FormDataModel formData) voidvoidsetMessageRefModel(MessageRefModel messageRefModel) voidvoidsetProcessVariables(List<ProcessVariableModel> processVariables) voidsetSignalRefModel(SignalRefModel signalRefModel) voidsetTimerDescription(TimerDescriptionModel timerDescription) 
- 
Field Details- 
id
- 
businessId
- 
name
- 
executionListeners
- 
formData
- 
messageRefModel
- 
signalRefModel
- 
timerDescription
- 
documentation
- 
processVariables
- 
errorRefModel
 
- 
- 
Constructor Details- 
StartEventModelpublic StartEventModel()
 
- 
- 
Method Details- 
getInstanceName
- 
getId
- 
setId
- 
getBusinessId- Specified by:
- getBusinessIdin interface- HasBusinessId
 
- 
setBusinessId- Specified by:
- setBusinessIdin interface- HasBusinessId
 
- 
getName
- 
setName
- 
getFormData- Specified by:
- getFormDatain interface- HasFormData
 
- 
setFormData- Specified by:
- setFormDatain interface- HasFormData
 
- 
getExecutionListeners- Specified by:
- getExecutionListenersin interface- HasExecutionListeners
 
- 
setExecutionListeners- Specified by:
- setExecutionListenersin interface- HasExecutionListeners
 
- 
getMessageRefModel- Specified by:
- getMessageRefModelin interface- HasMessageRefModel
 
- 
setMessageRefModel- Specified by:
- setMessageRefModelin interface- HasMessageRefModel
 
- 
getSignalRefModel- Specified by:
- getSignalRefModelin interface- HasSignalRefModel
 
- 
setSignalRefModel- Specified by:
- setSignalRefModelin interface- HasSignalRefModel
 
- 
getTimerDescription- Specified by:
- getTimerDescriptionin interface- HasTimerDescription
 
- 
setTimerDescription- Specified by:
- setTimerDescriptionin interface- HasTimerDescription
 
- 
getDocumentation
- 
setDocumentation
- 
getProcessVariables
- 
setProcessVariables
- 
getErrorRefModel- Specified by:
- getErrorRefModelin interface- HasErrorRefModel
 
- 
setErrorRefModel- Specified by:
- setErrorRefModelin interface- HasErrorRefModel
 
 
-