File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
streamis-appconn/src/main/java/com/webank/wedatasphere/streamis/dss/appconn/structure/project Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33import com .webank .wedatasphere .dss .standard .app .sso .origin .request .action .DSSDeleteAction ;
44import com .webank .wedatasphere .dss .standard .app .structure .AbstractStructureOperation ;
55import com .webank .wedatasphere .dss .standard .app .structure .project .ProjectDeletionOperation ;
6- import com .webank .wedatasphere .dss .standard .app .structure .project .ref .ProjectResponseRef ;
76import com .webank .wedatasphere .dss .standard .common .entity .ref .ResponseRef ;
87import com .webank .wedatasphere .dss .standard .common .exception .operation .ExternalOperationFailedException ;
98import com .webank .wedatasphere .streamis .dss .appconn .structure .ref .StreamisProjectContentReqRef ;
1211import static com .webank .wedatasphere .streamis .dss .appconn .constraints .Constraints .API_REQUEST_PREFIX ;
1312import 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 ;
Original file line number Diff line number Diff line change 66import com .webank .wedatasphere .dss .standard .app .structure .AbstractStructureOperation ;
77import com .webank .wedatasphere .dss .standard .app .structure .project .ProjectUpdateOperation ;
88import com .webank .wedatasphere .dss .standard .app .structure .project .ref .DSSProjectPrivilege ;
9- import com .webank .wedatasphere .dss .standard .app .structure .project .ref .ProjectResponseRef ;
109import com .webank .wedatasphere .dss .standard .common .entity .ref .ResponseRef ;
1110import com .webank .wedatasphere .dss .standard .common .exception .operation .ExternalOperationFailedException ;
1211import com .webank .wedatasphere .streamis .dss .appconn .exception .StreamisAppConnErrorException ;
1615import static com .webank .wedatasphere .streamis .dss .appconn .constraints .Constraints .API_REQUEST_PREFIX ;
1716import 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 ;
You can’t perform that action at this time.
0 commit comments