org.kuali.rice.kew.api.rule
Interface RuleTemplateContract

All Superinterfaces:
GloballyUnique, Identifiable, Versioned
All Known Implementing Classes:
RuleTemplate, RuleTemplate.Builder, RuleTemplateBo

public interface RuleTemplateContract
extends Identifiable, Versioned, GloballyUnique


Method Summary
 RuleTemplateContract getDelegationTemplate()
           
 String getDescription()
           
 String getName()
           
 List<? extends RuleTemplateAttributeContract> getRuleTemplateAttributes()
           
 List<? extends RuleTemplateOptionContract> getRuleTemplateOptions()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Method Detail

getName

String getName()

getDescription

String getDescription()

getDelegationTemplate

RuleTemplateContract getDelegationTemplate()

getRuleTemplateAttributes

List<? extends RuleTemplateAttributeContract> getRuleTemplateAttributes()

getRuleTemplateOptions

List<? extends RuleTemplateOptionContract> getRuleTemplateOptions()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.