| Modifier and Type | Method and Description |
|---|---|
protected SInputDefinition |
ConstraintsDefinitionHelper.getInputDefinition(SContractDefinition contract,
String inputName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContractTypeValidator.validate(SInputDefinition definition,
Object object,
ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
List<SInputDefinition> |
SInputContainerDefinition.getInputDefinitions() |
| Modifier and Type | Class and Description |
|---|---|
class |
SInputDefinitionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<SInputDefinition> |
SInputDefinitionImpl.inputDefinitions |
| Modifier and Type | Method and Description |
|---|---|
List<SInputDefinition> |
SInputDefinitionImpl.getInputDefinitions() |
List<SInputDefinition> |
SContractDefinitionImpl.getInputDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SContractDefinitionImpl.addInput(SInputDefinition input) |
| Constructor and Description |
|---|
SInputDefinitionImpl(String name,
String description,
boolean multiple,
List<SInputDefinition> inputDefinitions) |
SInputDefinitionImpl(String name,
SType type,
String description,
boolean multiple,
List<SInputDefinition> inputDefinitions) |
Copyright © 2017 Bonitasoft S.A.. All rights reserved.