补全获取路径代码
This commit is contained in:
parent
6fd8444cf3
commit
b811007511
@ -8010,7 +8010,18 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 保存空白模板
|
||||
* @param wsId
|
||||
* @param teamId
|
||||
* @param category
|
||||
* @param method
|
||||
* @param parentId
|
||||
* @param container
|
||||
* @param securityLevel
|
||||
* @param name
|
||||
* @return
|
||||
*/
|
||||
public String saveCreatePalProcessLevelRepositoryDesigner(String wsId, String teamId, String category, String method, String parentId, String container,Integer securityLevel,String name){
|
||||
ResponseObject ro = ResponseObject.newOkResponse();
|
||||
PALRepository coeProcessLevel = CoeProcessLevelDaoFacotory.createCoeProcessLevel();
|
||||
@ -8119,7 +8130,11 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 获取路径
|
||||
* @param parentId
|
||||
* @return
|
||||
*/
|
||||
public String getArchitecturePath(String parentId){
|
||||
ResponseObject ro = ResponseObject.newOkResponse();
|
||||
JSONArray repositoryPathData = CoeProcessLevelUtil.getRepositoryPath(parentId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user