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