Skip to content

Commit 88a3aca

Browse files
author
v_xiangbiaowu
committed
update DeleteOperation and UpdateOperation Generic type
1 parent 17ef547 commit 88a3aca

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

streamis-appconn/src/main/java/com/webank/wedatasphere/streamis/dss/appconn/structure/project/StreamisPrejectDeleteOperation.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import com.webank.wedatasphere.dss.standard.app.sso.origin.request.action.DSSDeleteAction;
44
import com.webank.wedatasphere.dss.standard.app.structure.AbstractStructureOperation;
55
import com.webank.wedatasphere.dss.standard.app.structure.project.ProjectDeletionOperation;
6-
import com.webank.wedatasphere.dss.standard.app.structure.project.ref.ProjectResponseRef;
76
import com.webank.wedatasphere.dss.standard.common.entity.ref.ResponseRef;
87
import com.webank.wedatasphere.dss.standard.common.exception.operation.ExternalOperationFailedException;
98
import com.webank.wedatasphere.streamis.dss.appconn.structure.ref.StreamisProjectContentReqRef;
@@ -12,7 +11,7 @@
1211
import static com.webank.wedatasphere.streamis.dss.appconn.constraints.Constraints.API_REQUEST_PREFIX;
1312
import static com.webank.wedatasphere.streamis.dss.appconn.constraints.Constraints.STREAMIS_APPCONN_NAME;
1413

15-
public class StreamisPrejectDeleteOperation extends AbstractStructureOperation<StreamisProjectContentReqRef, ProjectResponseRef>
14+
public class StreamisPrejectDeleteOperation extends AbstractStructureOperation<StreamisProjectContentReqRef, ResponseRef>
1615
implements ProjectDeletionOperation<StreamisProjectContentReqRef> {
1716

1817
private String projectUrl;

streamis-appconn/src/main/java/com/webank/wedatasphere/streamis/dss/appconn/structure/project/StreamisProjectUpdateOperation.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import com.webank.wedatasphere.dss.standard.app.structure.AbstractStructureOperation;
77
import com.webank.wedatasphere.dss.standard.app.structure.project.ProjectUpdateOperation;
88
import com.webank.wedatasphere.dss.standard.app.structure.project.ref.DSSProjectPrivilege;
9-
import com.webank.wedatasphere.dss.standard.app.structure.project.ref.ProjectResponseRef;
109
import com.webank.wedatasphere.dss.standard.common.entity.ref.ResponseRef;
1110
import com.webank.wedatasphere.dss.standard.common.exception.operation.ExternalOperationFailedException;
1211
import com.webank.wedatasphere.streamis.dss.appconn.exception.StreamisAppConnErrorException;
@@ -16,7 +15,7 @@
1615
import static com.webank.wedatasphere.streamis.dss.appconn.constraints.Constraints.API_REQUEST_PREFIX;
1716
import static com.webank.wedatasphere.streamis.dss.appconn.constraints.Constraints.STREAMIS_APPCONN_NAME;
1817

19-
public class StreamisProjectUpdateOperation extends AbstractStructureOperation<StreamisProjectUpdateReqRef, ProjectResponseRef>
18+
public class StreamisProjectUpdateOperation extends AbstractStructureOperation<StreamisProjectUpdateReqRef, ResponseRef>
2019
implements ProjectUpdateOperation<StreamisProjectUpdateReqRef> {
2120

2221
private String projectUrl;

0 commit comments

Comments
 (0)