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 Summary
ConstructorsConstructorDescriptionToAPIProcessCandidateStarterGroupAddedEventConverter(APIProcessCandidateStarterGroupConverter converter) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.runtime.api.event.impl.EventConverter
createVariableInstance
-
Constructor Details
-
ToAPIProcessCandidateStarterGroupAddedEventConverter
public ToAPIProcessCandidateStarterGroupAddedEventConverter(APIProcessCandidateStarterGroupConverter converter)
-
-
Method Details
-
from
public Optional<org.activiti.api.process.runtime.events.ProcessCandidateStarterGroupAddedEvent> from(org.activiti.engine.delegate.event.ActivitiEntityEvent internalEvent) - Specified by:
fromin interfaceorg.activiti.runtime.api.event.impl.EventConverter<org.activiti.api.process.runtime.events.ProcessCandidateStarterGroupAddedEvent,org.activiti.engine.delegate.event.ActivitiEntityEvent>
-