| Modifier and Type | Method and Description |
|---|---|
SGatewayType |
SGatewayDefinition.getGatewayType() |
static SGatewayType |
SGatewayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SGatewayType[] |
SGatewayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SGatewayType |
SGatewayDefinitionImpl.getGatewayType() |
| Constructor and Description |
|---|
SGatewayDefinitionImpl(long id,
String name,
SGatewayType gatewayType) |
| Modifier and Type | Method and Description |
|---|---|
SGatewayType |
SAGatewayInstanceImpl.getGatewayType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAGatewayInstanceImpl.setGatewayType(SGatewayType gatewayType) |
| Modifier and Type | Method and Description |
|---|---|
org.bonitasoft.engine.core.process.instance.model.builder.SGatewayInstanceBuilder |
SGatewayInstanceBuilderFactoryImpl.createNewInstance(String name,
long flowNodeDefinitionId,
long rootContainerId,
long parentContainerId,
SGatewayType gatewayType,
long processDefinitionId,
long rootProcessInstanceId,
long parentProcessInstanceId) |
org.bonitasoft.engine.core.process.instance.model.builder.SGatewayInstanceBuilder |
SGatewayInstanceBuilderImpl.setGatewayType(SGatewayType gatewayType) |
| Modifier and Type | Method and Description |
|---|---|
SGatewayType |
SGatewayInstanceImpl.getGatewayType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SGatewayInstanceImpl.setGatewayType(SGatewayType gatewayType) |
| Constructor and Description |
|---|
SGatewayInstanceImpl(String name,
long flowNodeDefinitionId,
long rootContainerId,
long parentContainerId,
SGatewayType gatewayType,
long logicalGroup1,
long logicalGroup2) |
Copyright © 2016 Bonitasoft S.A.. All rights reserved.