Class CloudVariableCreatedEventImpl

  • 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.VariableCreatedEvent, org.activiti.api.model.shared.event.VariableEvent, 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
    • 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>