Uses of Class
de.aristaflow.adept2.util.xml.XMLFormatException
Packages that use XMLFormatException
-
Uses of XMLFormatException in de.aristaflow.adept2.extensions.datatypes
Methods in de.aristaflow.adept2.extensions.datatypes that throw XMLFormatExceptionModifier and TypeMethodDescriptionprotected abstract StringAbstractXmlBasedUdt.loadFromStream(InputStream valueAsStream) Loads and data from the designatedInputStreamby parsing the corresponding XML.ListUdt.loadFromStream(InputStream in) LocalisationUdt.loadFromStream(InputStream in) voidWebFormContainer.loadFromStream(InputStream in) Loads the data of the WebForm container from the given input stream.voidWebFormSubtable.loadFromStream(InputStream in) Loads the data of the WebForm subtable from the given input stream.voidWJPContainer.loadFromStream(InputStream in) Deprecated.Loads the data of the WJP container from the given input stream.voidWJPSubtable.loadFromStream(InputStream in) Deprecated.Loads the data of the WJP subtable from the given input stream.protected voidAbstractXmlBasedUdt.loadFromUdtValue(UDTValue udtValue) Loads the data from the designatedUDTValueby parsing the corresponding XML.voidWebFormContainer.loadFromUDTValue(UDTValue udtValue) Loads the data of the WebForm container from the givenUDTValue.voidWebFormSubtable.loadFromUDTValue(UDTValue udtValue) Loads the data of the WebForm subtable from the givenUDTValue.voidWJPContainer.loadFromUDTValue(UDTValue udtValue) Deprecated.Loads the data of the WJP container from the givenUDTValue.voidWJPSubtable.loadFromUDTValue(UDTValue udtValue) Deprecated.Loads the data of the WJP subtable from the givenUDTValue.Constructors in de.aristaflow.adept2.extensions.datatypes that throw XMLFormatExceptionModifierConstructorDescriptionCreates a new list UDT for the designatedUDTValue.ListUdt(InputStream stream) Creates a new list UDT for the designatedInputStream.LocalisationUdt(UDTValue value) Creates a new localisation UDT for the designatedUDTValue.LocalisationUdt(InputStream stream) Creates a new localisation UDT for the designatedInputStream. -
Uses of XMLFormatException in de.aristaflow.adept2.model.processmodel.xml
Methods in de.aristaflow.adept2.model.processmodel.xml that throw XMLFormatExceptionModifier 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.ProcessModelXMLExport.getDocumentForAdhocTemplateMapping(Map<UUID, UUID> mapping) Generates and returns aDocumentrepresenting the given adhoc template id mappingProcessModelXMLExport.getDocumentForBaseTemplateMapping(Map<UUID, UUID> mapping) Generates and returns aDocumentrepresenting the given base template id mappingProcessModelXMLExport.getDocumentForEBP(ExecutableBusinessProcess ebp) ProcessModelXMLExport.getDocumentForEmbeddedTemplateMapping(Map<UUID, UUID> mapping) Generates and returns aDocumentrepresenting the given embedded template id mappingProcessModelXMLExport.getDocumentForInstance(Instance instance) Creates a DOM document from the instance.ProcessModelXMLExport.getDocumentForInstanceLocks(Map<UUID, ProcessModelXMLHelperTools.LockDescription> locks) Generates and returns aDocumentfor the given instance locksProcessModelXMLExport.getDocumentForProcessTypes(Set<ProcessModelXMLHelperTools.SerialisableProcessType> items) Generates and returns aDocumentrepresenting the given ProcessTypesProcessModelXMLExport.getDocumentForTemplate(Template template) Creates a DOM document from the template.ProcessModelXMLExport.getDocumentForTemplateAndStatus(Template template, TemplateStatus templateStatus) Returns The corresponding document for a given template and a given template status.ProcessModelXMLExport.getDocumentForTemplateInformations(Map<UUID, ProcessModelXMLHelperTools.TemplateInformation> items) Generates and returns aDocumentrepresenting the given TemplateInformations.ProcessModelXMLExport.getDocumentForTemplateLocks(Map<UUID, ProcessModelXMLHelperTools.LockDescription> locks) Generates and returns aDocumentfor the given template locksProcessModelXMLImport.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.ProcessModelXMLExport.getInputStreamForInstance(Instance instance) Returns The corresponding stream for a given instanceProcessModelXMLExport.getInputStreamForInstance(Instance instance, boolean intend) Returns The corresponding stream for a given instanceProcessModelXMLExport.getInputStreamForTemplate(Template template) Returns The corresponding stream for a given templateProcessModelXMLExport.getInputStreamForTemplate(Template template, boolean intend) Returns The corresponding stream for a given templateProcessModelXMLExport.getInputStreamForTemplateAndStatus(Template template, TemplateStatus templateStatus) Returns The corresponding stream for a given template and a given template status.ProcessModelXMLExport.getInputStreamForTemplateAndStatus(Template template, TemplateStatus templateStatus, boolean intend) Returns The corresponding stream for a given template and a given template status.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.ProcessModelXMLExport.getXMLStringForInstance(Instance instance) Returns the xml code of a given instance as string.ProcessModelXMLExport.getXMLStringForInstance(Instance instance, boolean intend) Returns the xml code of a given instance as string.ProcessModelXMLExport.getXMLStringForTemplate(Template template) Returns the xml code of a given template as string.ProcessModelXMLExport.getXMLStringForTemplate(Template template, boolean intend) Returns the xml code of a given template as string.static voidProcessModelXMLHelperTools.validateDocument(Document document, ProcessModelXMLConstants.SchemaType schemaType) Checks, if a document uses a valid schema.voidProcessModelXMLExport.writeAdhocTemplateMappingToFile(Map<UUID, UUID> mapping, File file) Writes the given adhoc template id mapping to the specified file.voidProcessModelXMLExport.writeBaseTemplateMappingToFile(Map<UUID, UUID> mapping, File file) Writes the given base template id mapping to the specified file.voidProcessModelXMLExport.writeEmbeddedTemplateMappingToFile(Map<UUID, UUID> mapping, File file) Writes the given embedded template id mapping to the specified file.voidProcessModelXMLExport.writeExecutableInstanceAndStatusToFile(ExecutableInstance instance, InstanceStatus instanceStatus, File file) Writes the given instance including its status to the given file.voidProcessModelXMLExport.writeExecutableInstanceAndStatusToFile(ExecutableInstance instance, InstanceStatus instanceStatus, File file, boolean intend) Writes the given instance including its status to the given file.voidProcessModelXMLExport.writeExecutableInstanceAndStatusToFile(ExecutableInstance instance, InstanceStatus instanceStatus, File file, Template structure) Writes the given instance including its status to the given file.voidProcessModelXMLExport.writeExecutableInstanceAndStatusToFile(ExecutableInstance instance, InstanceStatus instanceStatus, File file, Template structure, boolean intend) Writes the given instance including its status to the given file.voidProcessModelXMLExport.writeInstanceAndStatusToFile(Instance instance, InstanceStatus instanceStatus, File file, boolean storeStructure) Writes the given instance including its status to the given file.voidProcessModelXMLExport.writeInstanceAndStatusToFile(Instance instance, InstanceStatus instanceStatus, File file, boolean storeStructure, boolean intend) Writes the given instance including its status to the given file.voidProcessModelXMLExport.writeInstanceLocksToFile(Map<UUID, ProcessModelXMLHelperTools.LockDescription> locks, File file) Writes the given instance locks to the specified file.voidProcessModelXMLExport.writeInstanceToFile(Instance instance, File file) Writes the given instance to the given file.voidProcessModelXMLExport.writeInstanceToFile(Instance instance, File file, boolean intend) Writes the given instance to the given file.voidProcessModelXMLExport.writeProcessTypesToFile(Set<ProcessModelXMLHelperTools.SerialisableProcessType> items, File file) Writes the given adhoc template id mapping to the specified file.voidProcessModelXMLExport.writeTemplateAndStatusToFile(Template template, TemplateStatus templateStatus, File file) Writes the given template including its status to the given file.voidProcessModelXMLExport.writeTemplateAndStatusToFile(Template template, TemplateStatus templateStatus, File file, boolean intend) Writes the given template including its status to the given file.voidProcessModelXMLExport.writeTemplateInformationsToFile(Map<UUID, ProcessModelXMLHelperTools.TemplateInformation> items, File file) Writes the given template informations to the specified file.voidProcessModelXMLExport.writeTemplateLocksToFile(Map<UUID, ProcessModelXMLHelperTools.LockDescription> locks, File file) Writes the given template locks to the specified file.voidProcessModelXMLExport.writeTemplateToFile(Template template, File file) Writes the given template to the given file.voidProcessModelXMLExport.writeTemplateToFile(Template template, File file, boolean intend) Writes the given template to the given file. -
Uses of XMLFormatException in de.aristaflow.adept2.util.xml
Methods in de.aristaflow.adept2.util.xml that throw XMLFormatExceptionModifier and TypeMethodDescriptionstatic DocumentXMLHelperTools.getDocumentFromFile(File file, Schema schema, ErrorHandler errorHandler) Read a Document from a stream.static DocumentXMLHelperTools.getDocumentFromSource(InputSource source) Reads a document from the designated source; namespaces will be used, no validation will take place.static DocumentXMLHelperTools.getDocumentFromSource(InputSource source, Schema schema, ErrorHandler errorHandler, boolean nsAware) Reads a document from the designated source.static DocumentXMLHelperTools.getDocumentFromStream(InputStream inputStream) Parse a Stream and converts it to a Documentstatic DocumentXMLHelperTools.getDocumentFromStream(InputStream inputStream, Schema schema, ErrorHandler errorHandler, boolean nsAware) Reads a document from the designated stream.static DocumentXMLHelperTools.getDocumentFromString(String string, Schema schema) Parse a string and converts it to a Document using theXMLHelperTools.DEFAULT_ENCODING.static voidXMLHelperTools.validateAndPrintDoc(Node node, Schema schema) Checks, if a node uses a valid schema.static voidXMLHelperTools.validateDocument(Node node, Schema schema) Checks, if a node uses a valid schema.static voidXMLHelperTools.validateStream(InputStream is, Schema schema) Checks, if a node uses a valid schema.static voidXMLHelperTools.writeDocumentToFile(Node node, File file, Schema schema) Exports a DOM node to a file, validates the node before the export, if a schema type is provided.static voidXMLHelperTools.writeDocumentToFile(Node node, File file, Schema schema, boolean intend) Exports a DOM node to a file using theXMLHelperTools.DEFAULT_ENCODING, validates the node before the export, if a schema type is provided.static voidXMLHelperTools.writeDocumentToFile(Node node, File file, Schema schema, boolean intend, String encoding) Exports a DOM node to a file using the designated encoding.