Class ActivitiEventImpl

    • Field Detail

      • executionId

        protected java.lang.String executionId
      • processInstanceId

        protected java.lang.String processInstanceId
      • processDefinitionId

        protected java.lang.String processDefinitionId
    • Constructor Detail

      • ActivitiEventImpl

        public ActivitiEventImpl​(ActivitiEventType type)
        Creates a new event implementation, not part of an execution context.
      • ActivitiEventImpl

        public ActivitiEventImpl​(ActivitiEventType type,
                                 java.lang.String executionId,
                                 java.lang.String processInstanceId,
                                 java.lang.String processDefinitionId)
        Creates a new event implementation, part of an execution context.
    • Method Detail

      • getExecutionId

        public java.lang.String getExecutionId()
        Specified by:
        getExecutionId in interface ActivitiEvent
        Returns:
        the id of the execution this event is associated with. Returns null, if the event was not dispatched from within an active execution.
      • setExecutionId

        public void setExecutionId​(java.lang.String executionId)
      • getProcessDefinitionId

        public java.lang.String getProcessDefinitionId()
        Specified by:
        getProcessDefinitionId in interface ActivitiEvent
        Returns:
        the id of the process definition this event is associated with. Returns null, if the event was not dispatched from within an active execution.
      • setProcessDefinitionId

        public void setProcessDefinitionId​(java.lang.String processDefinitionId)
      • getProcessInstanceId

        public java.lang.String getProcessInstanceId()
        Specified by:
        getProcessInstanceId in interface ActivitiEvent
        Returns:
        the id of the process instance this event is associated with. Returns null, if the event was not dispatched from within an active execution.
      • setProcessInstanceId

        public void setProcessInstanceId​(java.lang.String processInstanceId)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object