| Package | Description |
|---|---|
| ee.telekom.workflow.api |
| Modifier and Type | Method and Description |
|---|---|
DslValidationBlock<WorkflowFactory> |
WorkflowFactory.start()
Must be called once as the first method on the factory.
|
DslValidationBlock<Level> |
DslValidationBlock.validateInputVariable(int id,
String variable,
Class<?> type)
Checks a required input value.
|
DslValidationBlock<Level> |
DslValidationBlock.validateInputVariable(int id,
String variable,
Class<?> type,
boolean isRequired)
Like
validateInputVariable(int, String, Class, boolean, Object) with a default value of null |
DslValidationBlock<Level> |
DslValidationBlock.validateInputVariable(int id,
String variable,
Class<?> type,
boolean isRequired,
Object defaultValue)
Checks a required or optional input value.
|
Copyright © 2017. All rights reserved.