Alligned operation ui model
[sdc.git] / common-be / src / main / java / org / openecomp / sdc / be / datatypes / enums / JsonPresentationFields.java
index 912e3d9..689deec 100644 (file)
@@ -214,13 +214,16 @@ public enum JsonPresentationFields {
     ARCHIVE_TIME("archiveTime", GraphPropertyEnum.ARCHIVE_TIME),
     IS_VSP_ARCHIVED("isVspArchived", GraphPropertyEnum.IS_VSP_ARCHIVED),
     CI_IS_ORIGIN_ARCHIVED("isOriginArchived", null),
-    //Interface Operation
-    IO_OPERATION_TYPE("operationType",null),
-    IO_INPUT_PARAMETERS("inputParams",null),
-    IO_OUTPUT_PARAMETERS("outputParams",null),
-    IO_PARAM_NAME("paramName", null),
-    IO_PARAM_ID("paramId", null),
-    IO_WORKFLOW_ID("workflowId", null),
+
+       //Interface Operation
+       IO_OPERATION_TYPE("operationType",null),
+       IO_INPUT_PARAMETERS("inputParams",null),
+       IO_OUTPUT_PARAMETERS("outputParams",null),
+       IO_NAME("name", null),
+       IO_MANDATORY("mandatory", null),
+       IO_TYPE("type", null),
+       IO_PROPERTY("property", null),
+       IO_WORKFLOW_ID("workflowId", null),
        IO_WORKFLOW_VERSION_ID("workflowVersionId", null),
 
     //Interface