public static interface ValidationService.ValidationFunction
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String fieldName,
String fieldValue,
ErrorCollection errorCollection)
param input - the locked object
return function result
|
void validate(@NotNull
String fieldName,
@NotNull
String fieldValue,
@NotNull
ErrorCollection errorCollection)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.