Package | Description |
---|---|
org.komodo.spi.metadata | |
org.komodo.spi.outcome | |
org.komodo.spi.query.proc.wsdl | |
org.komodo.spi.repository.validation |
Modifier and Type | Method and Description |
---|---|
Outcome |
MetadataInstance.ping(MetadataInstance.ConnectivityType connectivityType)
Ping the metadata instance to determine whether it is still connected
|
Modifier and Type | Class and Description |
---|---|
static class |
OutcomeFactory.OutcomeImpl
An implementation of an
outcome . |
Modifier and Type | Method and Description |
---|---|
Outcome |
OutcomeFactory.createError(String msg) |
Outcome |
OutcomeFactory.createError(String msg,
Exception ex) |
Outcome |
OutcomeFactory.createInformation(String msg,
Exception ex) |
Outcome |
OutcomeFactory.createMultiOutcome(String message,
List<Outcome> outcomes) |
Outcome |
OutcomeFactory.createOK() |
Outcome |
OutcomeFactory.createOK(String msg) |
Outcome |
OutcomeFactory.createWarning(String msg) |
Modifier and Type | Method and Description |
---|---|
List<Outcome> |
OutcomeFactory.OutcomeImpl.getOutcomes() |
List<Outcome> |
Outcome.getOutcomes() |
Modifier and Type | Method and Description |
---|---|
void |
OutcomeFactory.OutcomeImpl.addOutcome(Outcome outcome) |
void |
Outcome.addOutcome(Outcome outcome) |
Modifier and Type | Method and Description |
---|---|
void |
OutcomeFactory.OutcomeImpl.addOutcomes(List<Outcome> outcomes) |
void |
Outcome.addOutcomes(List<Outcome> outcomes) |
Outcome |
OutcomeFactory.createMultiOutcome(String message,
List<Outcome> outcomes) |
Modifier and Type | Method and Description |
---|---|
Outcome |
WsdlColumnInfo.getOutcome() |
Outcome |
WsdlAttributeInfo.getOutcome() |
Modifier and Type | Interface and Description |
---|---|
interface |
Result
A result of evaluating a
validation rule . |
Copyright © 2013–2019. All rights reserved.