Uses of Class
org.activiti.runtime.api.event.impl.ToAPIProcessCandidateStarterUserRemovedEventConverter
-
Packages that use ToAPIProcessCandidateStarterUserRemovedEventConverter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.internal -
-
Uses of ToAPIProcessCandidateStarterUserRemovedEventConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return ToAPIProcessCandidateStarterUserRemovedEventConverter Modifier and Type Method Description ToAPIProcessCandidateStarterUserRemovedEventConverterProcessRuntimeAutoConfiguration. processCandidateStarterUserRemovedEventConverter(APIProcessCandidateStarterUserConverter processCandidateStarterUserConverter)Methods in org.activiti.runtime.api.conf with parameters of type ToAPIProcessCandidateStarterUserRemovedEventConverter Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerProcessCandidateStarterUserRemovedListenerDelegate(RuntimeService runtimeService, List<ProcessRuntimeEventListener<ProcessCandidateStarterUserRemovedEvent>> listeners, ToAPIProcessCandidateStarterUserRemovedEventConverter processCandidateStarterUserRemovedEventConverter) -
Uses of ToAPIProcessCandidateStarterUserRemovedEventConverter in org.activiti.runtime.api.event.internal
Constructors in org.activiti.runtime.api.event.internal with parameters of type ToAPIProcessCandidateStarterUserRemovedEventConverter Constructor Description ProcessCandidateStarterUserRemovedListenerDelegate(List<ProcessRuntimeEventListener<ProcessCandidateStarterUserRemovedEvent>> listeners, ToAPIProcessCandidateStarterUserRemovedEventConverter processCandidateStarterUserRemovedEventConverter)
-