From 0bb644bd5c11ce03b6dec71d26127fbd3519a9b4 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Tue, 7 Aug 2018 16:06:09 -0400 Subject: Refactored references to AaiUtils to use AAIResourceClient updated bpmn, removed Generic AAI flows, and removed dead useless code Did not modify E2E Delete Service Instance flow as it has changed significantly Issue-ID: SO-813 Change-Id: I1a6bc5353ef89e2ce4359be2654395f7ce060aba Signed-off-by: Benjamin, Max (mb388a) --- .../resources/subprocess/CustomE2EGetService.bpmn | 321 --------------------- .../resources/subprocess/GenericGetService.bpmn | 321 --------------------- 2 files changed, 642 deletions(-) delete mode 100644 bpmn/MSOCommonBPMN/src/main/resources/subprocess/CustomE2EGetService.bpmn delete mode 100644 bpmn/MSOCommonBPMN/src/main/resources/subprocess/GenericGetService.bpmn (limited to 'bpmn/MSOCommonBPMN/src/main/resources') diff --git a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CustomE2EGetService.bpmn b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CustomE2EGetService.bpmn deleted file mode 100644 index 90722a95f3..0000000000 --- a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/CustomE2EGetService.bpmn +++ /dev/null @@ -1,321 +0,0 @@ - - - - - SequenceFlow_1 - SequenceFlow_2 - - - - - SequenceFlow_2 - getUrlYes - getUrlNo - - - - - - - - SequenceFlow_7 - SequenceFlow_8 - - - - - SequenceFlow_7 - - - - - SequenceFlow_8 - - - - SequenceFlow_3 - SequenceFlow_6 - - - - - SequenceFlow_5 - SequenceFlow_3 - - - - - getUrlNo - foundYes - SequenceFlow_5 - - - - obtainById - SequenceFlow_4 - - - - - obtainByName - SequenceFlow_13 - - - - - getUrlYes - obtainById - obtainByName - - - - - - - SequenceFlow_14 - foundYes - notFound - - - - - - - notFound - - - - SequenceFlow_4 - SequenceFlow_13 - SequenceFlow_14 - - - - SequenceFlow_6 - - - - SequenceFlow_1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/GenericGetService.bpmn b/bpmn/MSOCommonBPMN/src/main/resources/subprocess/GenericGetService.bpmn deleted file mode 100644 index 2015526874..0000000000 --- a/bpmn/MSOCommonBPMN/src/main/resources/subprocess/GenericGetService.bpmn +++ /dev/null @@ -1,321 +0,0 @@ - - - - - SequenceFlow_1 - SequenceFlow_2 - - - - - SequenceFlow_2 - getUrlYes - getUrlNo - - - - - - - - SequenceFlow_7 - SequenceFlow_8 - - - - - SequenceFlow_7 - - - - - SequenceFlow_8 - - - - SequenceFlow_3 - SequenceFlow_6 - - - - - SequenceFlow_5 - SequenceFlow_3 - - - - - getUrlNo - foundYes - SequenceFlow_5 - - - - obtainById - SequenceFlow_4 - - - - - obtainByName - SequenceFlow_13 - - - - - getUrlYes - obtainById - obtainByName - - - - - - - SequenceFlow_14 - foundYes - notFound - - - - - - - notFound - - - - SequenceFlow_4 - SequenceFlow_13 - SequenceFlow_14 - - - - SequenceFlow_6 - - - - SequenceFlow_1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit 1.2.3-korg