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

org.talend.esb.sam.service.SAMProvider Maven / Gradle / Ivy

There is a newer version: 6.5.1
Show newest version
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