| Modifier and Type | Method and Description |
|---|---|
SGatewayInstance |
GatewayInstanceService.getActiveGatewayInstanceOfTheProcess(long parentProcessInstanceId,
String name)
Get active gatewayInstance in the specific process instance
|
SGatewayInstance |
GatewayInstanceService.getGatewayInstance(long gatewayInstanceId)
Get gateway instance by its id
|
| Modifier and Type | Method and Description |
|---|---|
List<SGatewayInstance> |
GatewayInstanceService.getInclusiveGatewaysOfProcessInstanceThatShouldFire(SProcessDefinition processDefinition,
long processInstanceId) |
List<SGatewayInstance> |
GatewayInstanceService.setFinishAndCreateNewGatewayForRemainingToken(SProcessDefinition processDefinition,
SGatewayInstance gatewayInstance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GatewayInstanceService.checkMergingCondition(SProcessDefinition sDefinition,
SGatewayInstance gatewayInstance) |
void |
GatewayInstanceService.createGatewayInstance(SGatewayInstance gatewayInstance)
Create gatewayInstance in DB according to the given gateway instance object
|
void |
GatewayInstanceService.hitTransition(SGatewayInstance gatewayInstance,
long transitionIndex)
Add transitionDefinitionName to hitBy of specific gatewayInstance
|
List<SGatewayInstance> |
GatewayInstanceService.setFinishAndCreateNewGatewayForRemainingToken(SProcessDefinition processDefinition,
SGatewayInstance gatewayInstance) |
void |
GatewayInstanceService.setState(SGatewayInstance gatewayInstance,
int stateId)
Change state of the specific gateway
|
| Modifier and Type | Method and Description |
|---|---|
SGatewayInstance |
GatewayInstanceServiceImpl.getActiveGatewayInstanceOfTheProcess(long parentProcessInstanceId,
String name) |
SGatewayInstance |
GatewayInstanceServiceImpl.getGatewayInstance(long gatewayInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<SGatewayInstance> |
GatewayInstanceServiceImpl.getInclusiveGatewaysOfProcessInstanceThatShouldFire(SProcessDefinition processDefinition,
long processInstanceId) |
List<SGatewayInstance> |
GatewayInstanceServiceImpl.setFinishAndCreateNewGatewayForRemainingToken(SProcessDefinition processDefinition,
SGatewayInstance gatewayInstance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GatewayInstanceServiceImpl.checkMergingCondition(SProcessDefinition sDefinition,
SGatewayInstance gatewayInstance) |
void |
GatewayInstanceServiceImpl.createGatewayInstance(SGatewayInstance gatewayInstance) |
protected List<STransitionDefinition> |
GatewayInstanceServiceImpl.getTransitionDefinitions(SGatewayInstance gatewayInstance,
SProcessDefinition processDefinition) |
void |
GatewayInstanceServiceImpl.hitTransition(SGatewayInstance gatewayInstance,
long transitionIndex) |
List<SGatewayInstance> |
GatewayInstanceServiceImpl.setFinishAndCreateNewGatewayForRemainingToken(SProcessDefinition processDefinition,
SGatewayInstance gatewayInstance) |
void |
GatewayInstanceServiceImpl.setState(SGatewayInstance gatewayInstance,
int stateId) |
| Modifier and Type | Method and Description |
|---|---|
SAGatewayInstanceBuilder |
SAGatewayInstanceBuilderFactory.createNewGatewayInstance(SGatewayInstance sGatewayInstance) |
| Modifier and Type | Method and Description |
|---|---|
SAGatewayInstanceBuilder |
SAGatewayInstanceBuilderFactoryImpl.createNewGatewayInstance(SGatewayInstance sGatewayInstance) |
| Constructor and Description |
|---|
SAGatewayInstanceImpl(SGatewayInstance sGatewayInstance) |
| Modifier and Type | Method and Description |
|---|---|
SGatewayInstance |
SGatewayInstanceBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SGatewayInstance |
SGatewayInstanceBuilderImpl.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SGatewayInstanceImpl |
| Constructor and Description |
|---|
SGatewayInstanceImpl(SGatewayInstance gatewayInstance) |
| Modifier and Type | Method and Description |
|---|---|
static SelectOneDescriptor<SGatewayInstance> |
SelectDescriptorBuilder.getActiveGatewayInstanceOfProcess(long parentProcessInstanceId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static GatewayInstance |
ModelConvertor.toGatewayInstance(SGatewayInstance sGatewayInstance,
FlowNodeStateManager flowNodeStateManager) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.