Skip to content

Commit

Permalink
Remove some useless code and solve compilation problems #396
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyou2 committed Aug 25, 2021
1 parent 4d13301 commit c07151f
Show file tree
Hide file tree
Showing 69 changed files with 79 additions and 1,139 deletions.
1 change: 0 additions & 1 deletion dss-appconn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<module>appconns/dss-workflow-appconn</module>
<module>appconns/dss-sendemail-appconn</module>
<module>appconns/dss-visualis-appconn</module>
<module>appconns/dss-qualitis-appconn</module>
</modules>

</project>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ import com.webank.wedatasphere.linkis.ujes.client.request.UJESJobAction

import scala.tools.nsc.interpreter.InputStream

/**
* @author allenlliu
* @version 2.0.0
*/


class ResultSetDownloadAction extends GetAction with DownloadAction with UJESJobAction {

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@

import com.webank.wedatasphere.linkis.ujes.client.response.JobExecuteResult;

/**
* @author allenlliu
* @version 2.0.0
* @date 2020/09/03 07:28 PM
*/

public class ApiServiceJob {

private String submitUser;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
package com.webank.wedatasphere.dss.apiservice.core.bo;


/**
* query
*
* @author zhulixin
*/

public class ApiServiceQuery {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@

import java.util.Date;

/**
* @author allenlliu
* @version 2.0.0
* @date 2020/08/11 08:38 PM
*/


public class ApiServiceToken {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
import java.util.HashMap;
import java.util.List;

/**
* @author allenlliu
* @version 2.0.0
* @date 2020/09/03 05:29 PM
*/

public class DirFileTree {

private String name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@

package com.webank.wedatasphere.dss.apiservice.core.bo;

/**
* @author allenlliu
* @version 2.0.0
* @date 2020/08/13 11:39 AM
*/

public class LinkisExecuteResult {

public LinkisExecuteResult(String taskId,String execId){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@

import java.util.Map;

/**
* 接口调用request
*
* @author lidongzhang
*/

public class QueryRequest {
/**
* 模块名,也是登录用户名、密码
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
*/
package com.webank.wedatasphere.dss.apiservice.core.bo;

/**
* VariableString
*
* @author lidongzhang
*/

public class VariableString {
private String path;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@

import com.webank.wedatasphere.linkis.common.conf.CommonVars;

/**
* @author allenlliu
* @version 2.0.0
* @date 2020/08/12 03:46 PM
*/

public class ApiServiceConfiguration {
public final static CommonVars<String> LINKIS_AUTHOR_USER_TOKEN = CommonVars.apply("wds.linkis.client.api.service.author.user.token","WS-AUTH");
public final static CommonVars<String> LINKIS_ADMIN_USER = CommonVars.apply("wds.linkis.client.api.service.adminuser","ws");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@

package com.webank.wedatasphere.dss.apiservice.core.constant;

/**
* @author allenlliu
* @version 2.0.0
* @date 2020/08/20 11:47 AM
*/

public class ApiCommonConstant {
public static final String DEFAULT_APPROVAL_NO="0001";
public static final Integer API_DELETE_STATUS=2;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
*/
package com.webank.wedatasphere.dss.apiservice.core.constant;

/**
* ParamType
*
* @author lidongzhang
*/

public class ParamType {
public static final String number = "2";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
*/
package com.webank.wedatasphere.dss.apiservice.core.constant;

/**
* @author chongchuanbing
*/

public enum ParamTypeEnum {

STRING(1, "String"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
*/
package com.webank.wedatasphere.dss.apiservice.core.constant;

/**
* @author chongchuanbing
*/

public enum RequireEnum {

YES(1, "是"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@

package com.webank.wedatasphere.dss.apiservice.core.constant;

import com.webank.wedatasphere.dss.apiservice.core.datamap.DataMapStatus;

/**
* @author: jinyangrao
*/


public enum SQLMetadataInfoCheckStatus {
LEGAL(0, "该SQL查询合法"), ILLEGALSQL(1,"不支持无库表信息的SQL查询");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

package com.webank.wedatasphere.dss.apiservice.core.constant;

/**
* @author: jinyangrao
*/

public enum SaveTokenEnum {
SUCCESS(1, "success"), FAILED(2, "failed"), DUPLICATE(3, "duplicate");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
*/
package com.webank.wedatasphere.dss.apiservice.core.constant;

/**
* @author chongchuanbing
*/

public enum StatusEnum {

DISABLE(0, "停止"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@

import com.webank.wedatasphere.dss.apiservice.core.vo.ApiAccessVo;

/**
* @author allenlliu
* @date 2020/11/11 10:25
*/

public interface ApiServiceAccessDao {
void addAccessRecord(ApiAccessVo apiAccessVo);

Expand Down
Loading

0 comments on commit c07151f

Please sign in to comment.