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

org.kuali.student.contract.model.OrchestrationModel Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.kuali.student.contract.model;

import java.util.List;
import java.util.Map;
//import org.kuali.student.core.assembly.data.LookupMetadata;

/**
 *
 * @author nwright
 */
public interface OrchestrationModel {

    /**
     * get Orchestration Objects
     * @return
     */
    public Map getOrchestrationObjects();

    /**
     * get look ups for bank of lookups
     * @return
     */
// public List getLookups ();
    public List getLookups();
}