Uses of Class
org.jbpm.services.api.NodeInstanceNotFoundException
-
Packages that use NodeInstanceNotFoundException Package Description org.jbpm.kie.services.impl.admin org.jbpm.services.api.admin -
-
Uses of NodeInstanceNotFoundException in org.jbpm.kie.services.impl.admin
Methods in org.jbpm.kie.services.impl.admin that throw NodeInstanceNotFoundException Modifier and Type Method Description voidProcessInstanceAdminServiceImpl. cancelNodeInstance(long processInstanceId, long nodeInstanceId)voidProcessInstanceAdminServiceImpl. retriggerNodeInstance(long processInstanceId, long nodeInstanceId)voidProcessInstanceAdminServiceImpl. updateTimer(long processInstanceId, long timerId, long delay, long period, int repeatLimit)voidProcessInstanceAdminServiceImpl. updateTimerRelative(long processInstanceId, long timerId, long delay, long period, int repeatLimit) -
Uses of NodeInstanceNotFoundException in org.jbpm.services.api.admin
Methods in org.jbpm.services.api.admin that throw NodeInstanceNotFoundException Modifier and Type Method Description voidProcessInstanceAdminService. cancelNodeInstance(long processInstanceId, long nodeInstanceId)Cancels node instance with given id within given process instance.voidProcessInstanceAdminService. retriggerNodeInstance(long processInstanceId, long nodeInstanceId)Retriggers (which includes cancel) node instance given with node instance id within process instance.voidProcessInstanceAdminService. updateTimer(long processInstanceId, long timerId, long delay, long period, int repeatLimit)Updates active timer identified by timer id with delay that is given in seconds.voidProcessInstanceAdminService. updateTimerRelative(long processInstanceId, long timerId, long delay, long period, int repeatLimit)Updates active timer identified by timer id with delay that is given in seconds and is relative to current time.
-