| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.process.impl | |
| org.bonitasoft.engine.operation | |
| org.bonitasoft.engine.operation.impl |
| Modifier and Type | Method and Description |
|---|---|
ActivityDefinitionBuilder |
ActivityDefinitionBuilder.addOperation(LeftOperand leftOperand,
OperatorType type,
String operator,
String operatorInputType,
Expression rightOperand) |
ConnectorDefinitionBuilder |
ConnectorDefinitionBuilder.addOutput(LeftOperand leftOperand,
OperatorType type,
String operator,
String operatorInputType,
Expression rightOperand) |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
Operation.getType() |
static OperatorType |
OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OperationBuilder |
OperationBuilder.setType(OperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
OperationImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationImpl.setType(OperatorType type) |
Copyright © 2013 BonitaSoft. All Rights Reserved.