Class ProcessCancelledImpl

  • All Implemented Interfaces:
    org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.ProcessInstance,​org.activiti.api.process.model.events.ProcessRuntimeEvent.ProcessEvents>, org.activiti.api.process.model.events.ProcessRuntimeEvent<org.activiti.api.process.model.ProcessInstance>, org.activiti.api.process.runtime.events.ProcessCancelledEvent

    public class ProcessCancelledImpl
    extends org.activiti.api.runtime.event.impl.RuntimeEventImpl<org.activiti.api.process.model.ProcessInstance,​org.activiti.api.process.model.events.ProcessRuntimeEvent.ProcessEvents>
    implements org.activiti.api.process.runtime.events.ProcessCancelledEvent
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.activiti.api.process.model.events.ProcessRuntimeEvent

        org.activiti.api.process.model.events.ProcessRuntimeEvent.ProcessEvents
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessCancelledImpl​(org.activiti.api.process.model.ProcessInstance entity, java.lang.String cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCause()  
      org.activiti.api.process.model.events.ProcessRuntimeEvent.ProcessEvents getEventType()  
      • Methods inherited from class org.activiti.api.runtime.event.impl.RuntimeEventImpl

        equals, getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp, hashCode, setBusinessKey, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionVersion, setProcessInstanceId, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent

        getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
    • Constructor Detail

      • ProcessCancelledImpl

        public ProcessCancelledImpl​(org.activiti.api.process.model.ProcessInstance entity,
                                    java.lang.String cause)
    • Method Detail

      • getEventType

        public org.activiti.api.process.model.events.ProcessRuntimeEvent.ProcessEvents getEventType()
        Specified by:
        getEventType in interface org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.ProcessInstance,​org.activiti.api.process.model.events.ProcessRuntimeEvent.ProcessEvents>
      • getCause

        public java.lang.String getCause()
        Specified by:
        getCause in interface org.activiti.api.process.runtime.events.ProcessCancelledEvent