Uses of Class
org.activiti.runtime.api.event.impl.ToAPIProcessCandidateStarterGroupAddedEventConverter
-
Packages that use ToAPIProcessCandidateStarterGroupAddedEventConverter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.internal -
-
Uses of ToAPIProcessCandidateStarterGroupAddedEventConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return ToAPIProcessCandidateStarterGroupAddedEventConverter Modifier and Type Method Description ToAPIProcessCandidateStarterGroupAddedEventConverterProcessRuntimeAutoConfiguration. processCandidateStarterGroupAddedEventConverter(APIProcessCandidateStarterGroupConverter processCandidateStarterGroupConverter)Methods in org.activiti.runtime.api.conf with parameters of type ToAPIProcessCandidateStarterGroupAddedEventConverter Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerProcessCandidateStarterGroupAddedListenerDelegate(RuntimeService runtimeService, List<ProcessRuntimeEventListener<ProcessCandidateStarterGroupAddedEvent>> listeners, ToAPIProcessCandidateStarterGroupAddedEventConverter processCandidateStarterGroupAddedEventConverter) -
Uses of ToAPIProcessCandidateStarterGroupAddedEventConverter in org.activiti.runtime.api.event.internal
Constructors in org.activiti.runtime.api.event.internal with parameters of type ToAPIProcessCandidateStarterGroupAddedEventConverter Constructor Description ProcessCandidateStarterGroupAddedListenerDelegate(List<ProcessRuntimeEventListener<ProcessCandidateStarterGroupAddedEvent>> listeners, ToAPIProcessCandidateStarterGroupAddedEventConverter processCandidateStarterGroupAddedEventConverter)
-