public class WorkFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.work.BonitaWork |
createExecuteConnectorOfActivity(long processDefinitionId,
long processInstanceId,
long flowNodeDefinitionId,
long flowNodeInstanceId,
long connectorInstanceId,
String connectorDefinitionName) |
static org.bonitasoft.engine.work.BonitaWork |
createExecuteConnectorOfProcess(long processDefinitionId,
long processInstanceId,
long rootProcessInstanceId,
long connectorInstanceId,
String connectorDefinitionName,
ConnectorEvent activationEvent,
FlowNodeSelector flowNodeSelector) |
static org.bonitasoft.engine.work.BonitaWork |
createExecuteFlowNodeWork(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId) |
static org.bonitasoft.engine.work.BonitaWork |
createExecuteMessageCoupleWork(org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance messageInstance,
org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent waitingMessage) |
static org.bonitasoft.engine.work.BonitaWork |
createExecuteReadyHumanTaskWork(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId) |
static org.bonitasoft.engine.work.BonitaWork |
createNotifyChildFinishedWork(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId,
long parentId,
String parentType) |
static org.bonitasoft.engine.work.BonitaWork |
createTriggerSignalWork(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingSignalEvent listeningSignal) |
public static org.bonitasoft.engine.work.BonitaWork createExecuteConnectorOfActivity(long processDefinitionId,
long processInstanceId,
long flowNodeDefinitionId,
long flowNodeInstanceId,
long connectorInstanceId,
String connectorDefinitionName)
public static org.bonitasoft.engine.work.BonitaWork createExecuteConnectorOfProcess(long processDefinitionId,
long processInstanceId,
long rootProcessInstanceId,
long connectorInstanceId,
String connectorDefinitionName,
ConnectorEvent activationEvent,
FlowNodeSelector flowNodeSelector)
public static org.bonitasoft.engine.work.BonitaWork createExecuteFlowNodeWork(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId)
public static org.bonitasoft.engine.work.BonitaWork createExecuteReadyHumanTaskWork(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId)
public static org.bonitasoft.engine.work.BonitaWork createExecuteMessageCoupleWork(org.bonitasoft.engine.core.process.instance.model.event.handling.SMessageInstance messageInstance,
org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingMessageEvent waitingMessage)
public static org.bonitasoft.engine.work.BonitaWork createNotifyChildFinishedWork(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId,
long parentId,
String parentType)
public static org.bonitasoft.engine.work.BonitaWork createTriggerSignalWork(org.bonitasoft.engine.core.process.instance.model.event.handling.SWaitingSignalEvent listeningSignal)
Copyright © 2017 Bonitasoft S.A.. All rights reserved.