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

ru.taskurotta.service.console.retriever.DecisionInfoRetriever Maven / Gradle / Ivy

package ru.taskurotta.service.console.retriever;

import ru.taskurotta.service.console.model.GenericPage;
import ru.taskurotta.transport.model.DecisionContainer;

/**
 * Retrieves information on task server's actor decisions processing
 * User: dimadin
 * Date: 14.06.13 11:20
 */
public interface DecisionInfoRetriever {

    /**
     * @return paginated list of decisions awaiting processing
     */
    public GenericPage getActiveDecisions(int pageNum, int pageSize);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy