| Package | Description |
|---|---|
| com.mware.core.model.regex |
| Modifier and Type | Class and Description |
|---|---|
class |
GeRegex |
| Modifier and Type | Method and Description |
|---|---|
Regex |
GeRegexRepository.createRegex(String name,
String pattern,
String concept) |
Regex |
RegexRepository.createRegex(String name,
String pattern,
String concept) |
Regex |
GeRegexRepository.findByName(String rgxName) |
Regex |
RegexRepository.findByName(String regexName) |
Regex |
GeRegexRepository.findRegexById(String regexId) |
Regex |
RegexRepository.findRegexById(String regexId) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Regex> |
GeRegexRepository.getAllRegexes() |
Iterable<Regex> |
RegexRepository.getAllRegexes() |
| Modifier and Type | Method and Description |
|---|---|
ClientApiRegex |
GeRegexRepository.toClientApi(Regex regex) |
ClientApiRegex |
RegexRepository.toClientApi(Regex regex) |
| Modifier and Type | Method and Description |
|---|---|
ClientApiRegexes |
GeRegexRepository.toClientApi(Iterable<Regex> regexes) |
ClientApiRegexes |
RegexRepository.toClientApi(Iterable<Regex> regexes) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.