See: Description
| Class | Description |
|---|---|
| CodeDescriptorComparator |
This comparator can be used to compare code descriptors.
|
| ProcessModelXMLConstants |
Constants concerning XML, e.g. tag-names, namespaces.
|
| ProcessModelXMLExport |
The XMLExport class allows to export any template or instance data to an xml
file, an DOM document, a string or a byte array (containing XML code).
|
| ProcessModelXMLExportTools |
Helper methods for the XML export of process model classes, i.e. methods to
create single xml element objects.
|
| ProcessModelXMLHelperTools |
Contains important functions for both, XML import and export.
|
| ProcessModelXMLHelperTools.LockDescription |
This class describes a lock, e.g. a lock on a template.
|
| ProcessModelXMLHelperTools.SerialisableProcessType |
A lightweight data container for serialising process types without a
template proxy.
|
| ProcessModelXMLHelperTools.TemplateInformation |
A lightweight data container for serialising process types without a
template proxy.
|
| ProcessModelXMLImport |
Import templates and instances from XML.
|
| ProcessModelXMLImportTools |
All helper methods for the XML import of process model classes, i.e. mainly
parsing elements into objects.
|
| Enum | Description |
|---|---|
| ProcessModelXMLConstants.SchemaType |
This enum is used for the different schema types.
|
The exported document, e.g. for a template, may hold more information than just for the template. E.g. it is possible to store the TemplateStatus information within the same template file, but Template itself does not hold a reference to this information!
For these cases, import and export offer several methods to either store all this information in one file (requires e.g. a Template and a TemplateStatus object as parameter), or load specific information from the same document (e.g. one method to load a Template object from an XML file, another method to load a TemplateStatus object from the same file).