Package | Description |
---|---|
org.komodo.spi.repository |
Modifier and Type | Method and Description |
---|---|
RepoEngine.RequestType |
RepoEngine.Request.getRequestType() |
static RepoEngine.RequestType |
RepoEngine.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepoEngine.RequestType[] |
RepoEngine.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
RepoEngine.RequestType.isSessionRequest(RepoEngine.RequestType requestType) |
void |
RepoEngine.Request.setRequestType(RepoEngine.RequestType requestType) |
Constructor and Description |
---|
Request(RepoEngine.RequestType requestType,
RepoEngine.RequestCallback callback) |
Copyright © 2013–2019. All rights reserved.