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

org.talend.esb.sam.server.persistence.SAMProvider Maven / Gradle / Ivy

package org.talend.esb.sam.server.persistence;

import java.util.List;

import org.talend.esb.sam.server.persistence.criterias.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