Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

oracle.sdp.messaging.userprefs
Interface BusinessRuleTerm

All Superinterfaces:
Serializable

public interface BusinessRuleTerm
extends Serializable


Method Summary
 java.lang.String getBusinessTermName()
           
 java.lang.String getBusinessTermType()
           
 Iterator<java.lang.String> getElementList()
           
 RuleTermType getType()
           
 boolean isSameRuleTerm(BusinessRuleTerm anotherTerm)
           
 boolean isSameRuleTerm(java.lang.String anotherTerm)
           
 

Method Detail

getBusinessTermName

java.lang.String getBusinessTermName()
Returns:
name of the business term

getBusinessTermType

java.lang.String getBusinessTermType()
Returns:
type for the business term to be used to define a FilterCondition

getElementList

Iterator<java.lang.String> getElementList()
Returns:
a list of the allowed values for the FilterCondition

isSameRuleTerm

boolean isSameRuleTerm(BusinessRuleTerm anotherTerm)
Parameters:
anotherTerm - the rule term to test for equality
Returns:
true if the rule terms are the same; false otherwise

isSameRuleTerm

boolean isSameRuleTerm(java.lang.String anotherTerm)
Parameters:
anotherTerm - the rule term to test for equality
Returns:
true if the tule terms are the same; false otherwise

getType

RuleTermType getType()
Returns:
RuleTermType of the business rule term

Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

Copyright © 2009, 2013 Oracle and/or its affiliates. All rights reserved.