Class ToAPIProcessCandidateStarterGroupAddedEventConverter

java.lang.Object
org.activiti.runtime.api.event.impl.ToAPIProcessCandidateStarterGroupAddedEventConverter
All Implemented Interfaces:
org.activiti.runtime.api.event.impl.EventConverter<org.activiti.api.process.runtime.events.ProcessCandidateStarterGroupAddedEvent,org.activiti.engine.delegate.event.ActivitiEntityEvent>

public class ToAPIProcessCandidateStarterGroupAddedEventConverter extends Object implements org.activiti.runtime.api.event.impl.EventConverter<org.activiti.api.process.runtime.events.ProcessCandidateStarterGroupAddedEvent,org.activiti.engine.delegate.event.ActivitiEntityEvent>
  • Constructor Details

  • Method Details

    • from

      public Optional<org.activiti.api.process.runtime.events.ProcessCandidateStarterGroupAddedEvent> from(org.activiti.engine.delegate.event.ActivitiEntityEvent internalEvent)
      Specified by:
      from in interface org.activiti.runtime.api.event.impl.EventConverter<org.activiti.api.process.runtime.events.ProcessCandidateStarterGroupAddedEvent,org.activiti.engine.delegate.event.ActivitiEntityEvent>