![JAR search and dependency download from the Maven repository](/logo.png)
org.sakaiproject.metaobj.shared.mgt.FormConsumer Maven / Gradle / Ivy
The newest version!
package org.sakaiproject.metaobj.shared.mgt;
import java.util.Collection;
import org.sakaiproject.metaobj.shared.model.FormConsumptionDetail;
import org.sakaiproject.metaobj.shared.model.Id;
/**
* Created by IntelliJ IDEA.
* User: johnellis
* Date: Mar 12, 2007
* Time: 10:20:36 AM
* To change this template use File | Settings | File Templates.
*/
public interface FormConsumer {
public boolean checkFormConsumption(Id formId);
/**
* Return a Collection of FormConsumptionDetail objects for all of the found usages of the passed form type
* @param formId
* @return
*/
public Collection getFormConsumptionDetails(Id formId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy