Package | Description |
---|---|
eu.fbk.knowledgestore |
KnowledgeStore core API (
ks-core ). |
Modifier and Type | Method and Description |
---|---|
protected Outcome.Status |
AbstractSession.doFail(Throwable ex,
AtomicReference<String> message) |
Outcome.Status |
Outcome.getStatus()
Returns the status code for this outcome.
|
static Outcome.Status |
Outcome.Status.valueOf(int httpStatus)
Return the
Status that more closely matches the HTTP status code specified. |
static Outcome.Status |
Outcome.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Outcome.Status |
Outcome.Status.valueOf(org.openrdf.model.URI uri)
Lookups the status code with the URI specified.
|
static Outcome.Status[] |
Outcome.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Outcome |
Outcome.create(Outcome.Status status,
org.openrdf.model.URI invocationID)
Creates a new
Outcome with the status code and invocation ID supplied. |
static Outcome |
Outcome.create(Outcome.Status status,
org.openrdf.model.URI invocationID,
org.openrdf.model.URI objectID)
Creates a new
Outcome with the status code, invocation ID and optional object ID
supplied. |
static Outcome |
Outcome.create(Outcome.Status status,
org.openrdf.model.URI invocationID,
org.openrdf.model.URI objectID,
String message)
Creates a new
Outcome with the status code, invocation ID, optional object ID and
optional message supplied. |
Copyright © 2015–2016 FBK-irst. All rights reserved.