| Package | Description |
|---|---|
| com.mware.core.model.regex |
| Modifier and Type | Method and Description |
|---|---|
RegexEntry |
RegexEntryRepository.createNew(String name,
String pattern,
String concept) |
RegexEntry |
RegexEntryRepository.saveNew(String name,
String pattern,
String concept,
User user) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<RegexEntry> |
RegexEntryRepository.findAll(User user) |
Iterable<RegexEntry> |
RegexEntryRepository.findById(String id,
User user) |
Iterable<RegexEntry> |
RegexEntryRepository.findByIdStartsWith(SimpleOrmContext simpleOrmContext,
String prefix) |
Iterable<RegexEntry> |
RegexEntryRepository.findByName(String name,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegexEntryRepository.updateRegexEntry(RegexEntry entry,
User user) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.