Package org.kuali.rice.kew.api.rule
Interface RuleTemplateContract
- All Superinterfaces:
GloballyUnique,Identifiable,Versioned
- All Known Implementing Classes:
RuleTemplate,RuleTemplate.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()List<? extends RuleTemplateAttributeContract>List<? extends RuleTemplateOptionContract>Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getName
String getName() -
getDescription
String getDescription() -
getDelegationTemplate
RuleTemplateContract getDelegationTemplate() -
getRuleTemplateAttributes
List<? extends RuleTemplateAttributeContract> getRuleTemplateAttributes() -
getRuleTemplateOptions
List<? extends RuleTemplateOptionContract> getRuleTemplateOptions()
-