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

All Superinterfaces:
GloballyUnique, Identifiable, Inactivatable, Versioned
All Known Implementing Classes:
RuleTemplateAttribute, RuleTemplateAttribute.Builder, RuleTemplateAttributeBo

public interface RuleTemplateAttributeContract
extends Identifiable, Versioned, GloballyUnique, Inactivatable


Method Summary
 String getDefaultValue()
           
 Integer getDisplayOrder()
           
 ExtensionDefinitionContract getRuleAttribute()
           
 Map<String,String> getRuleExtensionMap()
           
 String getRuleTemplateId()
           
 boolean isRequired()
           
 
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
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 

Method Detail

getRuleTemplateId

String getRuleTemplateId()

isRequired

boolean isRequired()

getDisplayOrder

Integer getDisplayOrder()

getDefaultValue

String getDefaultValue()

getRuleAttribute

ExtensionDefinitionContract getRuleAttribute()

getRuleExtensionMap

Map<String,String> getRuleExtensionMap()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.