| Package | Description |
|---|---|
| nl.b3p.datastorelinker.entity | |
| nl.b3p.datastorelinker.util |
| Modifier and Type | Method and Description |
|---|---|
Process |
Process.getLinkedProcess() |
| Modifier and Type | Method and Description |
|---|---|
List<Process> |
Inout.getInputProcessList() |
List<Process> |
Inout.getOutputProcessList() |
List<Process> |
Schedule.getProcessList() |
List<Process> |
ProcessStatus.getProcessList() |
List<Process> |
Mail.getProcessList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Process.setLinkedProcess(Process linkedProcess) |
| Modifier and Type | Method and Description |
|---|---|
void |
Inout.setInputProcessList(List<Process> inputProcessList) |
void |
Inout.setOutputProcessList(List<Process> outputProcessList) |
void |
Schedule.setProcessList(List<Process> processList) |
void |
ProcessStatus.setProcessList(List<Process> processList) |
void |
Mail.setProcessList(List<Process> processList) |
| Modifier and Type | Method and Description |
|---|---|
static Process |
MarshalUtils.unmarshalProcess(org.jdom.Document xmlDocument) |
static Process |
MarshalUtils.unmarshalProcess(org.jdom.Document xmlDocument,
Schema schema) |
static Process |
MarshalUtils.unmarshalProcess(InputStream xmlDocument) |
static Process |
MarshalUtils.unmarshalProcess(InputStream xmlDocument,
Schema schema) |
static Process |
MarshalUtils.unmarshalProcess(String xmlDocument) |
static Process |
MarshalUtils.unmarshalProcess(String xmlDocument,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
static String |
MarshalUtils.marshalProcess(Process process) |
static String |
MarshalUtils.marshalProcess(Process process,
Schema schema) |
Copyright © 2015. All rights reserved.