Package | Description |
---|---|
org.jbpm.kie.services.impl.admin | |
org.jbpm.services.api.admin |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceAdminServiceImpl.cancelNodeInstance(long processInstanceId,
long nodeInstanceId) |
Collection<NodeInstanceDesc> |
ProcessInstanceAdminServiceImpl.getActiveNodeInstances(long processInstanceId) |
Collection<ProcessNode> |
ProcessInstanceAdminServiceImpl.getProcessNodes(long processInstanceId) |
Collection<TimerInstance> |
ProcessInstanceAdminServiceImpl.getTimerInstances(long processInstanceId) |
void |
ProcessInstanceAdminServiceImpl.retriggerNodeInstance(long processInstanceId,
long nodeInstanceId) |
void |
ProcessInstanceAdminServiceImpl.triggerNode(long processInstanceId,
long nodeId) |
void |
ProcessInstanceAdminServiceImpl.updateTimer(long processInstanceId,
long timerId,
long delay,
long period,
int repeatLimit) |
void |
ProcessInstanceAdminServiceImpl.updateTimerRelative(long processInstanceId,
long timerId,
long delay,
long period,
int repeatLimit) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessInstanceAdminService.cancelNodeInstance(long processInstanceId,
long nodeInstanceId)
Cancels node instance with given id within given process instance.
|
Collection<NodeInstanceDesc> |
ProcessInstanceAdminService.getActiveNodeInstances(long processInstanceId)
Returns all active node instances in given process instance;
|
Collection<ProcessNode> |
ProcessInstanceAdminService.getProcessNodes(long processInstanceId)
Returns all process nodes found in given process instance.
|
Collection<TimerInstance> |
ProcessInstanceAdminService.getTimerInstances(long processInstanceId)
Returns active timers for given process instance.
|
void |
ProcessInstanceAdminService.retriggerNodeInstance(long processInstanceId,
long nodeInstanceId)
Retriggers (which includes cancel) node instance given with node instance id within process instance.
|
void |
ProcessInstanceAdminService.triggerNode(long processInstanceId,
long nodeId)
Triggers node to create new node instance with node id within process instance.
|
void |
ProcessInstanceAdminService.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.
|
void |
ProcessInstanceAdminService.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.
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.