Package | Description |
---|---|
org.komodo.spi.repository |
Modifier and Type | Method and Description |
---|---|
static Repository.KeywordCriteria |
Repository.KeywordCriteria.getDefault() |
static Repository.KeywordCriteria |
Repository.KeywordCriteria.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Repository.KeywordCriteria[] |
Repository.KeywordCriteria.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<KomodoObject> |
Repository.searchByKeyword(Repository.UnitOfWork transaction,
String type,
String property,
Repository.KeywordCriteria keywordCriteria,
String... keywords) |
Copyright © 2013–2019. All rights reserved.