| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputDefinition> |
InputContainerDefinition.getInputs()
Lists the inputs of the container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputDefinitionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<InputDefinition> |
InputContainerDefinitionImpl.inputs |
| Modifier and Type | Method and Description |
|---|---|
List<InputDefinition> |
InputContainerDefinitionImpl.getInputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
InputContainerDefinitionImpl.addInput(InputDefinition input) |
| Constructor and Description |
|---|
InputContainerDefinitionImpl(List<InputDefinition> inputs) |
InputDefinitionImpl(String name,
String description,
boolean multiple,
List<InputDefinition> inputDefinitions) |
InputDefinitionImpl(String name,
String description,
boolean multiple,
Type type,
List<InputDefinition> inputDefinitions) |
InputDefinitionImpl(String name,
String description,
List<InputDefinition> inputDefinitions) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.