Class ToAPIProcessCandidateStarterUserAddedEventConverter
java.lang.Object
org.activiti.runtime.api.event.impl.ToAPIProcessCandidateStarterUserAddedEventConverter
- All Implemented Interfaces:
org.activiti.runtime.api.event.impl.EventConverter<org.activiti.api.process.runtime.events.ProcessCandidateStarterUserAddedEvent,org.activiti.engine.delegate.event.ActivitiEntityEvent>
public class ToAPIProcessCandidateStarterUserAddedEventConverter
extends Object
implements org.activiti.runtime.api.event.impl.EventConverter<org.activiti.api.process.runtime.events.ProcessCandidateStarterUserAddedEvent,org.activiti.engine.delegate.event.ActivitiEntityEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionToAPIProcessCandidateStarterUserAddedEventConverter(APIProcessCandidateStarterUserConverter 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
-
ToAPIProcessCandidateStarterUserAddedEventConverter
public ToAPIProcessCandidateStarterUserAddedEventConverter(APIProcessCandidateStarterUserConverter converter)
-
-
Method Details
-
from
public Optional<org.activiti.api.process.runtime.events.ProcessCandidateStarterUserAddedEvent> from(org.activiti.engine.delegate.event.ActivitiEntityEvent internalEvent) - Specified by:
fromin interfaceorg.activiti.runtime.api.event.impl.EventConverter<org.activiti.api.process.runtime.events.ProcessCandidateStarterUserAddedEvent,org.activiti.engine.delegate.event.ActivitiEntityEvent>
-