| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.contract |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.contract.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.process.impl |
| Modifier and Type | Method and Description |
|---|---|
Type |
InputDefinition.getType()
Gets the type of the input.
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Type |
InputDefinitionImpl.type |
| Modifier and Type | Method and Description |
|---|---|
Type |
InputDefinitionImpl.getType() |
| Constructor and Description |
|---|
InputDefinitionImpl(String name,
String description,
boolean multiple,
Type type,
List<InputDefinition> inputDefinitions) |
InputDefinitionImpl(String name,
Type type,
String description) |
InputDefinitionImpl(String name,
Type type,
String description,
boolean multiple) |
| Modifier and Type | Method and Description |
|---|---|
InputContainerDefinitionBuilder |
InputContainerDefinitionBuilder.addInput(String name,
Type type,
String description) |
ContractDefinitionBuilder |
ContractDefinitionBuilder.addInput(String name,
Type type,
String description) |
InputContainerDefinitionBuilder |
InputContainerDefinitionBuilder.addInput(String name,
Type type,
String description,
boolean multiple) |
ContractDefinitionBuilder |
ContractDefinitionBuilder.addInput(String name,
Type type,
String description,
boolean multiple) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.