@Deprecated public class MigrationHelper extends Object
Modifier and Type | Method and Description |
---|---|
static int |
importLocations(Document document)
Deprecated.
since 2.2.0 migrate the method to your code base if needed
|
static int |
importProgramsAndStatuses(List<String> programWorkflow)
Deprecated.
since 2.2.0 migrate the method to your code base if needed
|
static int |
importRelationships(Collection<String> relationships,
boolean autoCreateUsers,
boolean autoAddRole)
Deprecated.
since 2.2.0 migrate the method to your code base if needed
|
static int |
importUsers(Document document)
Deprecated.
since 2.2.0 migrate the method to your code base if needed
|
static Date |
parseDate(String s)
Deprecated.
since 2.2.0 migrate the method to your code base if needed
|
static Document |
parseXml(String xml)
Deprecated.
since 2.2.0 migrate the method to your code base if needed
|
@Deprecated public static Date parseDate(String s) throws ParseException
ParseException
@Deprecated public static Document parseXml(String xml) throws ParserConfigurationException
ParserConfigurationException
@Deprecated public static int importUsers(Document document) throws ParseException
ParseException
@Deprecated public static int importLocations(Document document)
@Deprecated public static int importRelationships(Collection<String> relationships, boolean autoCreateUsers, boolean autoAddRole)
@Deprecated public static int importProgramsAndStatuses(List<String> programWorkflow) throws ParseException
ParseException
Copyright © 2024 OpenMRS Inc.. All rights reserved.