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

net.ibizsys.model.engine.cloud.ICloudHubUtils Maven / Gradle / Ivy

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

import net.ibizsys.model.IPSSystemService;
import net.ibizsys.model.engine.cloud.util.domain.DeploySystem;

public interface ICloudHubUtils {

	/**
	 * 获取系统模型服务对象
	 * @param systemId
	 * @return
	 * @throws Throwable
	 */
	IPSSystemService getPSSystemService(String systemId);
	
	
	
	
	/**
	 * 获取部署系统信息
	 * @param systemId
	 * @return
	 */
	DeploySystem getDeploySystem(String systemId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy