Class ToCloudVariableEventConverter

java.lang.Object
org.activiti.cloud.services.events.converter.ToCloudVariableEventConverter

public class ToCloudVariableEventConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ToCloudVariableEventConverter(RuntimeBundleInfoAppender runtimeBundleInfoAppender, org.activiti.spring.process.ProcessExtensionService processExtensionService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.activiti.cloud.api.model.shared.events.CloudVariableCreatedEvent
    from(org.activiti.api.model.shared.event.VariableCreatedEvent event)
     
    org.activiti.cloud.api.model.shared.events.CloudVariableDeletedEvent
    from(org.activiti.api.model.shared.event.VariableDeletedEvent event)
     
    org.activiti.cloud.api.model.shared.events.CloudVariableUpdatedEvent
    from(org.activiti.api.model.shared.event.VariableUpdatedEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ToCloudVariableEventConverter

      public ToCloudVariableEventConverter(RuntimeBundleInfoAppender runtimeBundleInfoAppender, org.activiti.spring.process.ProcessExtensionService processExtensionService)
  • Method Details

    • from

      public org.activiti.cloud.api.model.shared.events.CloudVariableCreatedEvent from(org.activiti.api.model.shared.event.VariableCreatedEvent event)
    • from

      public org.activiti.cloud.api.model.shared.events.CloudVariableUpdatedEvent from(org.activiti.api.model.shared.event.VariableUpdatedEvent event)
    • from

      public org.activiti.cloud.api.model.shared.events.CloudVariableDeletedEvent from(org.activiti.api.model.shared.event.VariableDeletedEvent event)