| Package | Description |
|---|---|
| com.suncode.pwfl.workflow.form.validator |
| Modifier and Type | Method and Description |
|---|---|
static ValidatorMessage |
ValidatorMessage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidatorMessage[] |
ValidatorMessage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ValidatorMessage> |
Validator.getMessageTypes() |
Set<ValidatorMessage> |
ValidatorDefinition.getMessageTypes() |
| Modifier and Type | Method and Description |
|---|---|
ValidatorDefinitionBuilder |
ValidatorDefinitionBuilder.messageTypes(ValidatorMessage... messageTypes)
Method adds an ability to configure validator messages defined by user
|
| Constructor and Description |
|---|
ValidatorDefinition(String id,
String documentationLink,
LocalizedString name,
LocalizedString description,
Icon icon,
List<Category> categories,
List<ParameterDefinition<?>> parameters,
List<ContextVariable<?>> contextVariables,
Set<ValidatorMessage> messageTypes,
LocalizedString deprecationDescription) |
Copyright © 2022 Suncode. All rights reserved.