Class ActivitiProcessStartedEventImpl

    • Field Detail

      • nestedProcessInstanceId

        protected final java.lang.String nestedProcessInstanceId
      • nestedProcessDefinitionId

        protected final java.lang.String nestedProcessDefinitionId
    • Constructor Detail

      • ActivitiProcessStartedEventImpl

        public ActivitiProcessStartedEventImpl​(java.lang.Object entity,
                                               java.util.Map variables,
                                               boolean localScope)
    • Method Detail

      • getNestedProcessInstanceId

        public java.lang.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 java.lang.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.