| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.flownode |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.flownode.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.process.impl |
| Modifier and Type | Method and Description |
|---|---|
GatewayType |
GatewayDefinition.getGatewayType() |
static GatewayType |
GatewayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GatewayType[] |
GatewayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GatewayType |
GatewayDefinitionImpl.getGatewayType() |
| Constructor and Description |
|---|
GatewayDefinitionImpl(long id,
String name,
GatewayType gatewayType) |
GatewayDefinitionImpl(String name,
GatewayType gatewayType) |
| Modifier and Type | Method and Description |
|---|---|
GatewayDefinitionBuilder |
ProcessDefinitionBuilder.addGateway(String name,
GatewayType gatewayType) |
GatewayDefinitionBuilder |
FlowElementContainerBuilder.addGateway(String name,
GatewayType gatewayType) |
GatewayDefinitionBuilder |
FlowElementBuilder.addGateway(String name,
GatewayType gatewayType)
Adds a
GatewayDefinition on this element |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.