Uses of Class
de.aristaflow.adept2.util.xml.VersionException
Packages that use VersionException
-
Uses of VersionException in de.aristaflow.adept2.model.processmodel.xml
Methods in de.aristaflow.adept2.model.processmodel.xml that throw VersionExceptionModifier and TypeMethodDescriptionProcessModelXMLImport.getAdhocTemplateMappingFromFile(File file) Fetches the adhoc template ID mappings stored in the specified file.ProcessModelXMLImport.getBaseTemplateMappingFromFile(File file) Fetches the base template ID mappings stored in the specified file.ProcessModelXMLImport.getEmbeddedTemplateMappingFromFile(File file) Fetches the embedded template ID mappings stored in the specified file.ProcessModelXMLImport.getExecutableInstanceFromFile(ExecutionFactory executionFactory, File file) Reads a process instance from the given file and determines the file type.ProcessModelXMLImport.getExecutableInstanceFromFile(ExecutionFactory executionFactory, File file, Template template) Reads a process instance from the given file and determines the file type.ProcessModelXMLImport.getExecutableInstanceFromStream(ExecutionFactory executionFactory, InputStream stream, Template template) Reads a process instance from the designated input stream.ProcessModelXMLImport.getInstanceFromFile(File file) Reads a process instance from the given file and determines the file type.ProcessModelXMLImport.getInstanceFromFile(File file, Template template) Reads a process instance from the given file and determines the file type.ProcessModelXMLImport.getInstanceFromStream(InputStream inputStream) Reads a process instance from an input stream.ProcessModelXMLImport.getInstanceLocksFromFile(File file) Fetches the current locks stored in the specified file.ProcessModelXMLImport.getInstanceStatusFromInstanceDocument(Document document) Reads a process instance status from the given.ProcessModelXMLImport.getInstanceStatusFromInstanceFile(File file) Reads a process instance status from the given.ProcessModelXMLImport.getProcessTypesFromFile(File file) Fetches the process types stored in the specified file.ProcessModelXMLImport.getTemplateFromFile(File file) Reads a process template from the given file and determines the file type.ProcessModelXMLImport.getTemplateFromStream(InputStream inputStream) Reads a process template from an input stream.ProcessModelXMLImport.getTemplateIDFromInstanceFile(File file) Reads a process instance from the given file and determines the file type.ProcessModelXMLImport.getTemplateInformationsFromFile(File file) Fetches the template informations stored in the specified file.ProcessModelXMLImport.getTemplateLocksFromFile(File file) Fetches the current locks stored in the specified file.ProcessModelXMLImport.getTemplateStatusFromStream(InputStream inputStream) Reads the template status from the given template file.ProcessModelXMLImport.getTemplateStatusFromTemplateFile(File file) Reads the template status from the given template file.static voidProcessModelXMLImport.validateInstanceFormatVersion(Document instance) Validates the format version of the given instance document.static voidProcessModelXMLImport.validateTemplateFormatVersion(Document template) Validates the format version of the given template document.