Class ActivitiProcessStartedEventImpl

All Implemented Interfaces:
ActivitiEntityEvent, ActivitiEntityWithVariablesEvent, ActivitiEvent, ActivitiProcessStartedEvent

public class ActivitiProcessStartedEventImpl extends ActivitiEntityWithVariablesEventImpl implements ActivitiProcessStartedEvent
An ActivitiCancelledEvent implementation.
  • Field Details

    • nestedProcessInstanceId

      protected final String nestedProcessInstanceId
    • nestedProcessDefinitionId

      protected final String nestedProcessDefinitionId
  • Constructor Details

    • ActivitiProcessStartedEventImpl

      public ActivitiProcessStartedEventImpl(Object entity, Map variables, boolean localScope)
  • Method Details

    • getNestedProcessInstanceId

      public String getNestedProcessInstanceId()
      Specified by:
      getNestedProcessInstanceId in interface ActivitiProcessStartedEvent
      Returns:
      the id of the process instance of the nested process that starts the current process instance, or null if the current process instance is not started into a nested process.
    • getNestedProcessDefinitionId

      public String getNestedProcessDefinitionId()
      Specified by:
      getNestedProcessDefinitionId in interface ActivitiProcessStartedEvent
      Returns:
      the id of the process definition of the nested process that starts the current process instance, or null if the current process instance is not started into a nested process.