| Modifier and Type | Class and Description |
|---|---|
class |
InvokeMethodPropertyChangeListener |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordStoreQueryTask |
| Modifier and Type | Class and Description |
|---|---|
class |
GeometryProjection |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphProcessor |
| Modifier and Type | Method and Description |
|---|---|
protected Process |
MultiCopyRecords.createProcess(Map<String,Object> processDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
TinProcess |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InOutProcess<I,O> |
interface |
InProcess<T> |
interface |
OutProcess<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInOutProcess<I,O> |
class |
AbstractInProcess<T> |
class |
AbstractMultipleProcess |
class |
AbstractOutProcess<T> |
class |
AbstractProcess |
class |
AbstractResetableProcess |
class |
BaseInOutProcess<I,O> |
class |
BaseInProcess<T> |
class |
BlackHole<T>
A BlackHole is a process which reads all objects from the input and discards
the value.
|
class |
Delta<T> |
class |
FilterProcess<T> |
class |
InvokeMethodRunnable
A runnable class which will invoke a method on an object with the specified
parameters.
|
class |
MultipleFilterProcess<T> |
class |
Parallel |
class |
RunnableChannelExecutor |
class |
Sequential |
| Modifier and Type | Method and Description |
|---|---|
Process |
ProcessQueueWorker.getProcess() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Process> |
ProcessNetwork.getProcesses() |
List<Process> |
AbstractMultipleProcess.getProcesses() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessNetwork.addProcess(Process process) |
void |
AbstractMultipleProcess.addProcess(Process process) |
void |
ProcessQueue.cancelProcess(Process process) |
void |
ProcessQueue.runProcess(Process process) |
static void |
ProcessNetwork.startAndWait(Process... processes) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessNetwork.setProcesses(Collection<Process> processes) |
| Constructor and Description |
|---|
AbstractMultipleProcess(Process... processes) |
Parallel(Process... processes) |
ProcessNetwork(Process... processes) |
ProcessRunnable(ProcessNetwork processManager,
Process process) |
Sequential(Process... processes) |
| Constructor and Description |
|---|
AbstractMultipleProcess(Collection<? extends Process> processes) |
Parallel(Collection<? extends Process> processes) |
ProcessNetwork(List<Process> processes) |
Sequential(Collection<? extends Process> processes) |
| Modifier and Type | Class and Description |
|---|---|
class |
CopyRecords |
| Modifier and Type | Class and Description |
|---|---|
class |
TargetBeanProcess |
| Modifier and Type | Method and Description |
|---|---|
Process |
TargetBeanProcess.getProcess() |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.