Package | Description |
---|---|
oracle.ucs.userprefs |
Modifier and Type | Method and Description |
---|---|
BusinessRuleTerm |
RuleContext.businessRuleTermFactory(String name)
Creates a new BusinessRuleTerm instance from a given name.
|
BusinessRuleTerm |
Condition.getBusinessRuleTerm()
Get the business term that is to be used by the condition
|
BusinessRuleTerm |
RuleContext.getBusinessTerm(String name)
Gets a BusinessRuleTerm object by its name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BusinessRuleTerm> |
UserCommunicationPreference.getBusinessterms()
Gets all the supported business terms.
|
Map<String,BusinessRuleTerm> |
RuleContext.getValidBusinessTerms()
Gets valid business rule terms.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BusinessRuleTerm.isSameRuleTerm(BusinessRuleTerm anotherTerm)
Compares to see if this rule term is the same as another term.
|
boolean |
RuleContext.isValidTerm(BusinessRuleTerm businessRuleTerm)
Check whether a BusinessRuleTerm is valid in current context.
|
void |
Condition.setFilterTerm(BusinessRuleTerm term)
Set the business term that is to be used by the condition
|
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.