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

All Superinterfaces:
GloballyUnique, Identifiable, Versioned
All Known Implementing Classes:
RuleExpression, RuleExpression.Builder, RuleExpressionDef

public interface RuleExpressionContract
extends Identifiable, Versioned, GloballyUnique


Method Summary
 String getExpression()
           
 String getType()
           
 
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

getType

String getType()

getExpression

String getExpression()


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