Package com.morpheusdata.model
Class ProcessEvent
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ProcessEvent
- All Implemented Interfaces:
Serializable
Represents an event (or step) within a
Process.
Extends MorpheusModel to inherit the id field. When used as a parameter
for MorpheusProcessService.runProcessStep(com.morpheusdata.model.process.RunProcessStepRequest), the id
should be set to the value returned by
InsertProcessStepResponse.getProcessEventId() so the
platform can locate the persisted event to dispatch.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of step this event represents.getType()Deprecated.UsegetStepType()instead.voidsetEventTitle(String eventTitle) voidsetJobConfig(Map jobConfig) voidsetJobName(String jobName) voidsetStepType(ProcessStepType stepType) Sets the type of step for this eventvoidDeprecated.UsesetStepType(ProcessStepType)instead.Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
type
Deprecated.UsestepTypeinstead. -
stepType
-
eventTitle
-
jobName
-
jobConfig
-
-
Constructor Details
-
ProcessEvent
public ProcessEvent()
-
-
Method Details
-
getType
Deprecated.UsegetStepType()instead. -
setType
Deprecated.UsesetStepType(ProcessStepType)instead. -
getStepType
The type of step this event represents.See
ProcessStepTypefor some examples from core.- Returns:
- step type
-
setStepType
Sets the type of step for this eventSee
ProcessStepTypefor some examples from core.- Parameters:
stepType- step type
-
getEventTitle
-
setEventTitle
-
getJobName
-
setJobName
-
getJobConfig
-
setJobConfig
-
ProcessStepTypeinstead.