Compare commits

...

1 Commits

Author SHA1 Message Date
SunChaoqun
7fe1863c44 TESB-24354:SFTP proxy bean not recognized in runtime only 2019-01-02 11:45:57 +08:00

View File

@@ -12,6 +12,8 @@
// ============================================================================
package org.talend.designer.core;
import java.util.Collection;
import org.dom4j.Element;
import org.talend.core.IService;
import org.talend.core.model.process.EConnectionType;
@@ -60,4 +62,12 @@ public interface ICamelDesignerCoreService extends IService {
public FileItem newRouteDocumentationItem();
/**
* DOC sunchaoqun Comment method "getUnselectDependenciesBundle".
*
* @param processItem
* @return
*/
Collection<String> getUnselectDependenciesBundle(ProcessItem processItem);
}