Class HvlBpmnBaseExecutionModel

java.lang.Object
tr.com.havelsan.javarch.bpmn.common.runtime.model.HvlBpmnBaseExecutionModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HvlBpmnMessageEventModel, HvlBpmnSignalEventModel, HvlBpmnTriggerModel

public abstract class HvlBpmnBaseExecutionModel extends Object implements Serializable
The type Hvl bpmn base execution model.
See Also:
  • Constructor Details

    • HvlBpmnBaseExecutionModel

      public HvlBpmnBaseExecutionModel()
  • Method Details

    • getExecutionId

      public String getExecutionId()
      Gets execution id.
      Returns:
      the execution id
    • setExecutionId

      public void setExecutionId(String executionId)
      Sets execution id.
      Parameters:
      executionId - the execution id
    • getProcessVariables

      public Map<String,Object> getProcessVariables()
      Gets process variables.
      Returns:
      the process variables
    • setProcessVariables

      public void setProcessVariables(Map<String,Object> processVariables)
      Sets process variables.
      Parameters:
      processVariables - the process variables
    • isAsync

      public boolean isAsync()
      Is async boolean.
      Returns:
      the boolean
    • setAsync

      public void setAsync(boolean async)
      Sets async.
      Parameters:
      async - the async