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

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

package ru.taskurotta.service.console.retriever;

import java.util.Collection;
import java.util.UUID;

/**
 * User: romario
 * Date: 8/2/13
 * Time: 11:04 AM
 */
public interface GraphInfoRetriever {

    public Collection getProcessTasks(UUID processId);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy