Class ToAPIProcessCandidateStarterGroupRemovedEventConverter
- java.lang.Object
-
- org.activiti.runtime.api.event.impl.ToAPIProcessCandidateStarterGroupRemovedEventConverter
-
- All Implemented Interfaces:
EventConverter<ProcessCandidateStarterGroupRemovedEvent,ActivitiEntityEvent>
public class ToAPIProcessCandidateStarterGroupRemovedEventConverter extends Object implements EventConverter<ProcessCandidateStarterGroupRemovedEvent,ActivitiEntityEvent>
-
-
Constructor Summary
Constructors Constructor Description ToAPIProcessCandidateStarterGroupRemovedEventConverter(APIProcessCandidateStarterGroupConverter converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<ProcessCandidateStarterGroupRemovedEvent>from(ActivitiEntityEvent internalEvent)
-
-
-
Constructor Detail
-
ToAPIProcessCandidateStarterGroupRemovedEventConverter
public ToAPIProcessCandidateStarterGroupRemovedEventConverter(APIProcessCandidateStarterGroupConverter converter)
-
-
Method Detail
-
from
public Optional<ProcessCandidateStarterGroupRemovedEvent> from(ActivitiEntityEvent internalEvent)
- Specified by:
fromin interfaceEventConverter<ProcessCandidateStarterGroupRemovedEvent,ActivitiEntityEvent>
-
-