Uses of Interface
ch.ivyteam.ivy.process.eventstart.IProcessStarter
Packages that use IProcessStarter
-
Uses of IProcessStarter in ch.ivyteam.ivy.process.eventstart
Methods in ch.ivyteam.ivy.process.eventstart that return IProcessStarterModifier and TypeMethodDescriptionStarts the process in the context of the given session.Starts the process in the context of the given user.IProcessStartEventBeanRuntime.processStarter()Returns a starter object that you can use to start the process that belongs to the start event element this bean was configured on.IProcessStarter.withParameter(String name, Object value) The process will be started with the given parameter.IProcessStarter.withParameters(Map<String, Object> parameters) The process will be started with the given parameters.IProcessStarter.withReason(String startReason) Provide a reason why the process is started.