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,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency) |
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 |
createNotifyChildFinishedWork(long processDefinitionId,
long processInstanceId,
long flowNodeInstanceId,
long parentId,
String parentType) |
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,
List<org.bonitasoft.engine.core.operation.model.SOperation> operations,
org.bonitasoft.engine.core.expression.control.model.SExpressionContext contextDependency)
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)
Copyright © 2016 Bonitasoft S.A.. All rights reserved.