| Package | Description |
|---|---|
| org.guvnor.ala.registry | |
| org.guvnor.ala.registry.inmemory | |
| org.guvnor.ala.runtime | |
| org.guvnor.ala.runtime.base |
| Modifier and Type | Method and Description |
|---|---|
Runtime |
RuntimeRegistry.getRuntimeById(String runtimeId)
Gets a runtime by identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<Runtime> |
RuntimeRegistry.getRuntimes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Gets the list of registered runtimes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeRegistry.registerRuntime(Runtime runtime)
Registers a runtime.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Runtime> |
InMemoryRuntimeRegistry.runtimes |
| Modifier and Type | Method and Description |
|---|---|
Runtime |
InMemoryRuntimeRegistry.getRuntimeById(String runtimeId) |
| Modifier and Type | Method and Description |
|---|---|
List<Runtime> |
InMemoryRuntimeRegistry.getRuntimes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryRuntimeRegistry.registerRuntime(Runtime runtime) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuntimeBuilder<T extends RuntimeConfig,R extends Runtime> |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRuntime
BaseRuntime implementation to be extended by each Runtime Provider
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.