org.kuali.rice.krms.api.repository.term
Interface TermResolverDefinitionContract
- All Superinterfaces:
- Identifiable, Inactivatable, Versioned
- All Known Implementing Classes:
- TermResolverDefinition, TermResolverDefinition.Builder
public interface TermResolverDefinitionContract
- extends Identifiable, Inactivatable, Versioned
This is a description of what this class does - gilesp don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
getId |
getNamespace
String getNamespace()
getName
String getName()
getTypeId
String getTypeId()
getOutput
TermSpecificationDefinitionContract getOutput()
getPrerequisites
Set<? extends TermSpecificationDefinitionContract> getPrerequisites()
getAttributes
Map<String,String> getAttributes()
getParameterNames
Set<String> getParameterNames()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.