Class CloudTaskEventImpl

    • Method Summary

      • Methods inherited from class org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl

        equals, getAppName, getAppVersion, getEntityId, getMessageId, getSequenceNumber, getServiceFullName, getServiceName, getServiceType, getServiceVersion, hashCode, setAppName, setAppVersion, setEntityId, setMessageId, setSequenceNumber, setServiceFullName, setServiceName, setServiceType, setServiceVersion, toString
      • Methods inherited from class org.activiti.api.runtime.event.impl.RuntimeEventImpl

        getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp, setBusinessKey, setEntity, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionVersion, setProcessInstanceId
      • 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, getEventType, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
    • Constructor Detail

      • CloudTaskEventImpl

        public CloudTaskEventImpl()
      • CloudTaskEventImpl

        public CloudTaskEventImpl​(org.activiti.api.task.model.Task task)
      • CloudTaskEventImpl

        public CloudTaskEventImpl​(java.lang.String id,
                                  java.lang.Long timestamp,
                                  org.activiti.api.task.model.Task task)