| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.flownode | |
| org.bonitasoft.engine.bpm.flownode.impl | |
| 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) |
Copyright © 2013 BonitaSoft. All Rights Reserved.