public interface RegexRepository
| Modifier and Type | Field and Description |
|---|---|
static String |
VISIBILITY_STRING |
| Modifier and Type | Method and Description |
|---|---|
Regex |
createRegex(String name,
String pattern,
String concept) |
void |
deleteRegex(String id) |
Regex |
findByName(String regexName) |
Regex |
findRegexById(String regexId) |
Iterable<Regex> |
getAllRegexes() |
ClientApiRegexes |
toClientApi(Iterable<Regex> regexes) |
ClientApiRegex |
toClientApi(Regex regex) |
void |
updateRegex(String id,
String name,
String pattern,
String concept) |
static final String VISIBILITY_STRING
void deleteRegex(String id)
ClientApiRegexes toClientApi(Iterable<Regex> regexes)
ClientApiRegex toClientApi(Regex regex)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.