
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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy