Uses of Class
org.activiti.runtime.api.event.impl.ToAPIProcessCandidateStarterUserAddedEventConverter
-
Packages that use ToAPIProcessCandidateStarterUserAddedEventConverter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.internal -
-
Uses of ToAPIProcessCandidateStarterUserAddedEventConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return ToAPIProcessCandidateStarterUserAddedEventConverter Modifier and Type Method Description ToAPIProcessCandidateStarterUserAddedEventConverterProcessRuntimeAutoConfiguration. processCandidateStarterUserAddedEventConverter(APIProcessCandidateStarterUserConverter processCandidateStarterUserConverter)Methods in org.activiti.runtime.api.conf with parameters of type ToAPIProcessCandidateStarterUserAddedEventConverter Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerProcessCandidateStarterUserAddedListenerDelegate(RuntimeService runtimeService, List<ProcessRuntimeEventListener<ProcessCandidateStarterUserAddedEvent>> listeners, ToAPIProcessCandidateStarterUserAddedEventConverter processCandidateStarterUserAddedEventConverter) -
Uses of ToAPIProcessCandidateStarterUserAddedEventConverter in org.activiti.runtime.api.event.internal
Constructors in org.activiti.runtime.api.event.internal with parameters of type ToAPIProcessCandidateStarterUserAddedEventConverter Constructor Description ProcessCandidateStarterUserAddedListenerDelegate(List<ProcessRuntimeEventListener<ProcessCandidateStarterUserAddedEvent>> listeners, ToAPIProcessCandidateStarterUserAddedEventConverter processCandidateStarterUserAddedEventConverter)
-