| Package | Description |
|---|---|
| de.aristaflow.adept2.core.client | |
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.model | |
| de.aristaflow.adept2.model.processmodel.xml |
The xml packages provides a generic import and export functionality for all components implementing the common ADEPT2 processmodel interfaces and just requires an implementation of the ProcessModelFactory.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionFactory |
MultiplexingClientService.getExecutionFactory() |
ExecutionFactory |
WorklistClientService.getExecutionFactory() |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionFactory |
AbstractEventManager.exmFactory
The factory for creating the execution context for starting instances.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionFactory |
ModelFactoryRegistry.getExecutionFactory(java.lang.String instanceName)
Gets the designated instance of the execution factory configured for the
designated component instance.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutableInstance |
ProcessModelXMLImport.getExecutableInstanceFromDocument(ExecutionFactory executionFactory,
org.w3c.dom.Document document,
Template template)
Creates an instance using the given DOM document.
|
ExecutableInstance |
ProcessModelXMLImport.getExecutableInstanceFromFile(ExecutionFactory executionFactory,
java.io.File file)
Reads a process instance from the given file and determines the file type.
|
ExecutableInstance |
ProcessModelXMLImport.getExecutableInstanceFromFile(ExecutionFactory executionFactory,
java.io.File file,
Template template)
Reads a process instance from the given file and determines the file type.
|
ExecutableInstance |
ProcessModelXMLImport.getExecutableInstanceFromStream(ExecutionFactory executionFactory,
java.io.InputStream stream,
Template template)
Reads a process instance from the designated input stream.
|