org.talend.esb.sam.service.SAMProvider Maven / Gradle / Ivy
package org.talend.esb.sam.service;
import java.util.List;
import org.talend.esb.sam.server.ui.CriteriaAdapter;
public interface SAMProvider {
String SUBSTITUTION_STRING_LIMIT = "%%LIMIT%%";
String SUBSTITUTION_STRING_OFFSET = "%%OFFSET%%";
FlowEvent getEventDetails(Integer eventID);
List getFlowDetails(String flowID);
FlowCollection getFlows(CriteriaAdapter criteria);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy