first test run
This commit is contained in:
@@ -48,6 +48,8 @@ public class Definitions {
|
|||||||
fieldIDs = new HashMap<String, String>();
|
fieldIDs = new HashMap<String, String>();
|
||||||
users = new HashMap<String, String>();
|
users = new HashMap<String, String>();
|
||||||
|
|
||||||
|
// XXX
|
||||||
|
classifications.put("Migration.Filetest", new WriteClassification("f1d058987a3043d5b021a819007ff3c0", 1));
|
||||||
|
|
||||||
// QA values
|
// QA values
|
||||||
classifications.put("Migration", new WriteClassification("2bd24882-b7d8-4d30-8e6f-a7ef00eb33e7", 1));
|
classifications.put("Migration", new WriteClassification("2bd24882-b7d8-4d30-8e6f-a7ef00eb33e7", 1));
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ public class MamMigrationSelective implements CommandLineRunner {
|
|||||||
private static final Logger log = LoggerFactory.getLogger(MamMigrationSelective.class);
|
private static final Logger log = LoggerFactory.getLogger(MamMigrationSelective.class);
|
||||||
|
|
||||||
static final String mamHost = "https://service.media-assistant.animalhealth.bayer.com";
|
static final String mamHost = "https://service.media-assistant.animalhealth.bayer.com";
|
||||||
private List<Integer> entrySelection = new ArrayList<Integer>(Arrays.asList( 56942 /*72048, 60984 /*48147 /* 58443/*, 53787, 32427, 71725, 63080*/ )); // 72048, 60984
|
private List<Integer> entrySelection = new ArrayList<Integer>(Arrays.asList( 71725, 71263, 71048, 70778, 70746, 70745, 70440, 70361, 70340, 70288, 70161, 70142, 63924, 63201, 57641, 56942 ));
|
||||||
|
|
||||||
static final String fileCache = "E:\\";
|
static final String fileCache = "E:\\";
|
||||||
|
|
||||||
@@ -181,6 +181,9 @@ public class MamMigrationSelective implements CommandLineRunner {
|
|||||||
List<String> keywords = new ArrayList<String>();
|
List<String> keywords = new ArrayList<String>();
|
||||||
HashSet<String> campaignGuids = new HashSet<String>();
|
HashSet<String> campaignGuids = new HashSet<String>();
|
||||||
|
|
||||||
|
// XXX
|
||||||
|
record.addClassification("Migration.Filetest");
|
||||||
|
|
||||||
// globally applicable classifications
|
// globally applicable classifications
|
||||||
record.addClassification("Migration");
|
record.addClassification("Migration");
|
||||||
record.addClassification("Country.Global");
|
record.addClassification("Country.Global");
|
||||||
|
|||||||
Reference in New Issue
Block a user