|
@@ -118,4 +118,35 @@ public class DmpUrlConstant {
|
|
|
*/
|
|
|
public static final String DIC_DATA_QUERY = "/dic/dt/data/query";
|
|
|
|
|
|
+ // ==================中台关系计算入口=========================================================================
|
|
|
+ /**
|
|
|
+ * 关系计算创建
|
|
|
+ */
|
|
|
+ public static final String OBJECT_COMPATIBLE_CREATE = "rwd/instance/object/compatible/createObjRelationsByKeywordAndObjType";
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 关系计算删除
|
|
|
+ */
|
|
|
+ public static final String OBJECT_COMPATIBLE_DELETE = "rwd/instance/object/compatible/deleteObjRelationsByRelId";
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 查询
|
|
|
+ */
|
|
|
+ public static final String RELATION_PROJECT_CAL_QUERY = "/rwd/instance/relation/project/cal/query";
|
|
|
+ /**
|
|
|
+ * 字典数据查询
|
|
|
+ */
|
|
|
+ public static final String RELATION_PROJECT_CAL_CREATE = "/rwd/instance/relation/project/cal/create";
|
|
|
+ /**
|
|
|
+ * 更新
|
|
|
+ */
|
|
|
+ public static final String RELATION_PROJECT_CAL_UPDATE = "/rwd/instance/relation/project/cal/update";
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 删除
|
|
|
+ */
|
|
|
+ public static final String RELATION_PROJECT_CAL_DELETE = "/rwd/instance/relation/project/cal/delete";
|
|
|
+
|
|
|
+
|
|
|
}
|