Class CloudVariableCreatedEventImpl

  • All Implemented Interfaces:
    java.io.Serializable, org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.model.shared.model.VariableInstance,​org.activiti.api.model.shared.event.VariableEvent.VariableEvents>, org.activiti.api.model.shared.event.VariableCreatedEvent, org.activiti.api.model.shared.event.VariableEvent, org.activiti.api.model.shared.model.ApplicationElement, org.activiti.cloud.api.model.shared.CloudRuntimeEntity, org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<org.activiti.api.model.shared.model.VariableInstance,​org.activiti.api.model.shared.event.VariableEvent.VariableEvents>, org.activiti.cloud.api.model.shared.events.CloudVariableCreatedEvent, org.activiti.cloud.api.model.shared.events.CloudVariableEvent

    public class CloudVariableCreatedEventImpl
    extends CloudVariableEventImpl
    implements org.activiti.cloud.api.model.shared.events.CloudVariableCreatedEvent
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.activiti.api.model.shared.event.VariableEvent

        org.activiti.api.model.shared.event.VariableEvent.VariableEvents
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.activiti.api.model.shared.event.VariableEvent.VariableEvents getEventType()  
      • 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.model.ApplicationElement

        getAppVersion
      • Methods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity

        getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
      • Methods inherited from interface org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent

        getEntityId, getMessageId, getSequenceNumber
      • Methods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent

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

      • CloudVariableCreatedEventImpl

        public CloudVariableCreatedEventImpl()
      • CloudVariableCreatedEventImpl

        public CloudVariableCreatedEventImpl​(org.activiti.api.model.shared.model.VariableInstance entity)
      • CloudVariableCreatedEventImpl

        public CloudVariableCreatedEventImpl​(java.lang.String id,
                                             java.lang.Long timestamp,
                                             org.activiti.api.model.shared.model.VariableInstance entity)
    • Method Detail

      • getEventType

        public org.activiti.api.model.shared.event.VariableEvent.VariableEvents getEventType()
        Specified by:
        getEventType in interface org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.model.shared.model.VariableInstance,​org.activiti.api.model.shared.event.VariableEvent.VariableEvents>