Uses of Class
de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.LockDescription
-
Packages that use ProcessModelXMLHelperTools.LockDescription Package Description de.aristaflow.adept2.model.processmodel.xml -
-
Uses of ProcessModelXMLHelperTools.LockDescription in de.aristaflow.adept2.model.processmodel.xml
Methods in de.aristaflow.adept2.model.processmodel.xml that return types with arguments of type ProcessModelXMLHelperTools.LockDescription Modifier and Type Method Description static Map<UUID,ProcessModelXMLHelperTools.LockDescription>ProcessModelXMLImportTools. getInstanceLocks(Element root)Returns the instance locks stored under the specified root nodestatic Map<UUID,ProcessModelXMLHelperTools.LockDescription>ProcessModelXMLImport. getInstanceLocksFromFile(File file)Fetches the current locks stored in the specified file.static Map<UUID,ProcessModelXMLHelperTools.LockDescription>ProcessModelXMLImportTools. getTemplateLocks(Element root)Returns the template locks stored under the specified root nodestatic Map<UUID,ProcessModelXMLHelperTools.LockDescription>ProcessModelXMLImport. getTemplateLocksFromFile(File file)Fetches the current locks stored in the specified file.Method parameters in de.aristaflow.adept2.model.processmodel.xml with type arguments of type ProcessModelXMLHelperTools.LockDescription Modifier and Type Method Description static ElementProcessModelXMLExportTools. createInstanceLocksElement(Document document, Map<UUID,ProcessModelXMLHelperTools.LockDescription> locks)Create a instance locks element containing all instance locks specified.static ElementProcessModelXMLExportTools. createTemplateLocksElement(Document document, Map<UUID,ProcessModelXMLHelperTools.LockDescription> locks)Create a template locks element containing all template locks specified.DocumentProcessModelXMLExport. getDocumentForInstanceLocks(Map<UUID,ProcessModelXMLHelperTools.LockDescription> locks)Generates and returns aDocumentfor the given instance locksDocumentProcessModelXMLExport. getDocumentForTemplateLocks(Map<UUID,ProcessModelXMLHelperTools.LockDescription> locks)Generates and returns aDocumentfor the given template locksvoidProcessModelXMLExport. writeInstanceLocksToFile(Map<UUID,ProcessModelXMLHelperTools.LockDescription> locks, File file)Writes the given instance locks to the specified file.voidProcessModelXMLExport. writeTemplateLocksToFile(Map<UUID,ProcessModelXMLHelperTools.LockDescription> locks, File file)Writes the given template locks to the specified file.
-