Package org.kuali.rice.kew.api.rule
Interface RuleTemplateAttributeContract
- All Superinterfaces:
GloballyUnique,Identifiable,Inactivatable,Versioned
- All Known Implementing Classes:
RuleTemplateAttribute,RuleTemplateAttribute.Builder
public interface RuleTemplateAttributeContract
extends Identifiable, Versioned, GloballyUnique, Inactivatable
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods 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.active.Inactivatable
isActiveMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getRuleTemplateId
String getRuleTemplateId() -
isRequired
boolean isRequired() -
getDisplayOrder
Integer getDisplayOrder() -
getDefaultValue
String getDefaultValue() -
getRuleAttribute
ExtensionDefinitionContract getRuleAttribute() -
getRuleExtensionMap
-