Class CloudVariableUpdatedEventImpl

  • All Implemented Interfaces:
    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.VariableEvent, org.activiti.api.model.shared.event.VariableUpdatedEvent, 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.CloudVariableEvent, org.activiti.cloud.api.model.shared.events.CloudVariableUpdatedEvent

    public class CloudVariableUpdatedEventImpl
    extends CloudVariableEventImpl
    implements org.activiti.cloud.api.model.shared.events.CloudVariableUpdatedEvent
    • Constructor Detail

      • CloudVariableUpdatedEventImpl

        public CloudVariableUpdatedEventImpl()
      • CloudVariableUpdatedEventImpl

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

        public CloudVariableUpdatedEventImpl​(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>