Skip to content

Commit

Permalink
Provides the ability to obtain and manage orchestrator instances. #356
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyou2 authored and yangzhiyue committed Aug 20, 2021
1 parent 04cf4d8 commit 36231a7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
6 changes: 0 additions & 6 deletions dss-orchestrator/dss-orchestrator-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<artifactId>dss</artifactId>
<groupId>com.webank.wedatasphere.dss</groupId>
<version>1.0.0</version>
<!-- <relativePath>../../pom.xml</relativePath>-->
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,11 +32,6 @@
<artifactId>dss-common</artifactId>
<version>${dss.version}</version>
</dependency>
<!-- <dependency>
<groupId>com.webank.wedatasphere.dss</groupId>
<artifactId>dss-development-process-standard</artifactId>
<version>${dss.version}</version>
</dependency>-->
<dependency>
<groupId>com.webank.wedatasphere.dss</groupId>
<artifactId>dss-sso-integration-standard</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
import java.util.List;
import java.util.Map;

/**
* @author allenlliu
* @date 2020/12/23 15:24
*/

public class OrchestratorOpenRequestRefImpl implements OrchestratorOpenRequestRef {

private Long orchestratorId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
import com.webank.wedatasphere.dss.standard.common.entity.ref.ResponseRef;
import com.webank.wedatasphere.dss.standard.common.service.Operation;

/**
* Created by enjoyyin on 2021/6/22.
*/

public interface ConversionOperation<K extends ConversionRequestRef, V extends ResponseRef> extends Operation<K, V> {

void setConversionService(ConversionService conversionService);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
import com.webank.wedatasphere.dss.orchestrator.converter.standard.service.DSSToRelConversionService;
import com.webank.wedatasphere.dss.standard.common.entity.ref.ResponseRef;

/**
* Created by enjoyyin on 2021/6/22.
*/

public abstract class DSSToRelConversionOperation implements ConversionOperation<DSSToRelConversionRequestRef, ResponseRef> {

private DSSToRelConversionService conversionService;
Expand Down

0 comments on commit 36231a7

Please sign in to comment.