All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.ibizsys.model.engine.cloud.service.client.ICloudDevOpsClient Maven / Gradle / Ivy

The newest version!
package net.ibizsys.model.engine.cloud.service.client;

import net.ibizsys.model.engine.IPSModelEngine;
import net.ibizsys.model.engine.plugin.IPSModelEngineAddin;

/**
 * Cloud体系DevOps组件客户端对象接口
 * @author lionlau
 *
 */
public interface ICloudDevOpsClient extends IPSModelEngineAddin, Object>{

//	@RequestMapping(method = RequestMethod.POST, value = "/devops/systems/{id}/publish")
//    void publishSystem(@PathVariable("id") String id, @RequestBody(required=false) Map body);
//	
//	@RequestMapping(method = RequestMethod.GET, value = "/devops/systems/{id}/modeldigest")
	String getSystemModelDigest(String id);
//    
//	@RequestMapping(method = RequestMethod.POST, value = "/devops/dcsystems/{id}/publish")
//    void publishDCSystem(@PathVariable("id") String id, @RequestBody(required=false) Map body);
//	
//	@RequestMapping(method = RequestMethod.POST, value = "/devops/dcsystems/{id}/{method}")
//    void executeDCSystemAction(@PathVariable("id") String id, @PathVariable(name = "method") String method, @RequestBody(required=false) Object body);
//	
//    
//    @RequestMapping(method = RequestMethod.POST, value = "/devops/dynamodels/{id}/publish")
//    void publishDynaModel(@PathVariable("id") String id, @RequestBody(required=false) Map body);
	
    
    
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy