| Modifier and Type | Class and Description |
|---|---|
class |
ProcessRequestImpl<T extends ProcessItem> |
| Modifier and Type | Method and Description |
|---|---|
ProcessRequest<ProcessCreateItem> |
PostProcessPlugin.processCreate(ProcessRequest<ProcessCreateItem> input)
Submits a
ProcessRequest to be processed by the PostProcessPlugin. |
ProcessRequest<ProcessDeleteItem> |
PostProcessPlugin.processDelete(ProcessRequest<ProcessDeleteItem> input)
Submits a
ProcessRequest to be processed by the PostProcessPlugin. |
ProcessRequest<ProcessUpdateItem> |
PostProcessPlugin.processUpdate(ProcessRequest<ProcessUpdateItem> input)
Submits a
ProcessRequest to be processed by the PostProcessPlugin. |
| Modifier and Type | Method and Description |
|---|---|
ProcessRequest<ProcessCreateItem> |
PostProcessPlugin.processCreate(ProcessRequest<ProcessCreateItem> input)
Submits a
ProcessRequest to be processed by the PostProcessPlugin. |
ProcessRequest<ProcessDeleteItem> |
PostProcessPlugin.processDelete(ProcessRequest<ProcessDeleteItem> input)
Submits a
ProcessRequest to be processed by the PostProcessPlugin. |
ProcessRequest<ProcessUpdateItem> |
PostProcessPlugin.processUpdate(ProcessRequest<ProcessUpdateItem> input)
Submits a
ProcessRequest to be processed by the PostProcessPlugin. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingFramework.submitCreate(ProcessRequest<ProcessCreateItem> input)
Submits a
ProcessRequest to be processed by the ProcessingFramework. |
void |
ProcessingFramework.submitDelete(ProcessRequest<ProcessDeleteItem> input)
Submits a
ProcessRequest to be processed by the ProcessingFramework. |
void |
ProcessingFramework.submitUpdate(ProcessRequest<ProcessUpdateItem> input)
Submits a
ProcessRequest to be processed by the ProcessingFramework. |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryProcessingFramework.submitCreate(ProcessRequest<ProcessCreateItem> input) |
void |
InMemoryProcessingFramework.submitDelete(ProcessRequest<ProcessDeleteItem> input) |
void |
InMemoryProcessingFramework.submitUpdate(ProcessRequest<ProcessUpdateItem> input) |
This work is licensed under a Creative Commons Attribution 4.0 International License.