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