static Map<UUID,UUID> |
ProcessModelXMLImport.getAdhocTemplateMappingFromFile(File file) |
Fetches the adhoc template ID mappings stored in the specified file.
|
static Map<UUID,UUID> |
ProcessModelXMLImport.getBaseTemplateMappingFromFile(File file) |
Fetches the base template ID mappings stored in the specified file.
|
static Map<UUID,UUID> |
ProcessModelXMLImport.getEmbeddedTemplateMappingFromFile(File file) |
Fetches the embedded template ID mappings stored in the specified file.
|
ExecutableInstance |
ProcessModelXMLImport.getExecutableInstanceFromFile(ExecutionFactory executionFactory,
File file) |
Reads a process instance from the given file and determines the file type.
|
ExecutableInstance |
ProcessModelXMLImport.getExecutableInstanceFromFile(ExecutionFactory executionFactory,
File file,
Template template) |
Reads a process instance from the given file and determines the file type.
|
ExecutableInstance |
ProcessModelXMLImport.getExecutableInstanceFromStream(ExecutionFactory executionFactory,
InputStream stream,
Template template) |
Reads a process instance from the designated input stream.
|
Instance |
ProcessModelXMLImport.getInstanceFromFile(File file) |
Reads a process instance from the given file and determines the file type.
|
Instance |
ProcessModelXMLImport.getInstanceFromFile(File file,
Template template) |
Reads a process instance from the given file and determines the file type.
|
Instance |
ProcessModelXMLImport.getInstanceFromStream(InputStream inputStream) |
Reads a process instance from an input stream.
|
static Map<UUID,ProcessModelXMLHelperTools.LockDescription> |
ProcessModelXMLImport.getInstanceLocksFromFile(File file) |
Fetches the current locks stored in the specified file.
|
InstanceStatus |
ProcessModelXMLImport.getInstanceStatusFromInstanceDocument(Document document) |
Reads a process instance status from the given.
|
InstanceStatus |
ProcessModelXMLImport.getInstanceStatusFromInstanceFile(File file) |
Reads a process instance status from the given.
|
static Set<ProcessModelXMLHelperTools.SerialisableProcessType> |
ProcessModelXMLImport.getProcessTypesFromFile(File file) |
Fetches the process types stored in the specified file.
|
Template |
ProcessModelXMLImport.getTemplateFromFile(File file) |
Reads a process template from the given file and determines the file type.
|
Template |
ProcessModelXMLImport.getTemplateFromStream(InputStream inputStream) |
Reads a process template from an input stream.
|
UUID |
ProcessModelXMLImport.getTemplateIDFromInstanceFile(File file) |
Reads a process instance from the given file and determines the file type.
|
static Map<UUID,ProcessModelXMLHelperTools.TemplateInformation> |
ProcessModelXMLImport.getTemplateInformationsFromFile(File file) |
Fetches the template informations stored in the specified file.
|
static Map<UUID,ProcessModelXMLHelperTools.LockDescription> |
ProcessModelXMLImport.getTemplateLocksFromFile(File file) |
Fetches the current locks stored in the specified file.
|
TemplateStatus |
ProcessModelXMLImport.getTemplateStatusFromStream(InputStream inputStream) |
Reads the template status from the given template file.
|
TemplateStatus |
ProcessModelXMLImport.getTemplateStatusFromTemplateFile(File file) |
Reads the template status from the given template file.
|
static void |
ProcessModelXMLImport.validateInstanceFormatVersion(Document instance) |
Validates the format version of the given instance document.
|
static void |
ProcessModelXMLImport.validateTemplateFormatVersion(Document template) |
Validates the format version of the given template document.
|