Uses of Class
org.activiti.runtime.api.event.impl.ToAPIProcessCandidateStarterGroupRemovedEventConverter
-
Packages that use ToAPIProcessCandidateStarterGroupRemovedEventConverter Package Description org.activiti.runtime.api.conf org.activiti.runtime.api.event.internal -
-
Uses of ToAPIProcessCandidateStarterGroupRemovedEventConverter in org.activiti.runtime.api.conf
Methods in org.activiti.runtime.api.conf that return ToAPIProcessCandidateStarterGroupRemovedEventConverter Modifier and Type Method Description ToAPIProcessCandidateStarterGroupRemovedEventConverterProcessRuntimeAutoConfiguration. processCandidateStarterGroupRemovedEventConverter(APIProcessCandidateStarterGroupConverter processCandidateStarterGroupConverter)Methods in org.activiti.runtime.api.conf with parameters of type ToAPIProcessCandidateStarterGroupRemovedEventConverter Modifier and Type Method Description org.springframework.beans.factory.InitializingBeanProcessRuntimeAutoConfiguration. registerProcessCandidateStarterGroupRemovedListenerDelegate(RuntimeService runtimeService, List<ProcessRuntimeEventListener<ProcessCandidateStarterGroupRemovedEvent>> listeners, ToAPIProcessCandidateStarterGroupRemovedEventConverter processCandidateStarterGroupRemovedEventConverter) -
Uses of ToAPIProcessCandidateStarterGroupRemovedEventConverter in org.activiti.runtime.api.event.internal
Constructors in org.activiti.runtime.api.event.internal with parameters of type ToAPIProcessCandidateStarterGroupRemovedEventConverter Constructor Description ProcessCandidateStarterGroupRemovedListenerDelegate(List<ProcessRuntimeEventListener<ProcessCandidateStarterGroupRemovedEvent>> listeners, ToAPIProcessCandidateStarterGroupRemovedEventConverter processCandidateStarterGroupRemovedEventConverter)
-