|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.rules.model.RuleModelInfoSvc.RuleTypeInfo
public static class RuleModelInfoSvc.RuleTypeInfo
Information about rule-types.
| Constructor Summary | |
|---|---|
RuleModelInfoSvc.RuleTypeInfo(String ruleType,
boolean allowMultipleActions,
Collection<String> clauseTypes,
Collection<String> excludedClauseTypes,
RuleTypeRecognizer recognizer,
int recognizerPriority)
Constructor. |
|
RuleModelInfoSvc.RuleTypeInfo(String ruleType,
Collection<String> clauseTypes,
RuleTypeRecognizer recognizer)
Deprecated |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Collection<String> |
getActionClauseTypes()
|
boolean |
getAllowMultipleActions()
|
Collection<String> |
getClauseTypes()
|
Collection<String> |
getConditionClauseTypes()
Return the list of available condition clause types for this rule type. |
RuleTypeRecognizer |
getRecognizer()
Get the rule type recognizer, null if no recognizer configured. |
int |
getRecognizerPriority()
|
String |
getRuleType()
The rule type. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuleModelInfoSvc.RuleTypeInfo(String ruleType,
boolean allowMultipleActions,
Collection<String> clauseTypes,
Collection<String> excludedClauseTypes,
RuleTypeRecognizer recognizer,
int recognizerPriority)
@Deprecated
public RuleModelInfoSvc.RuleTypeInfo(String ruleType,
Collection<String> clauseTypes,
RuleTypeRecognizer recognizer)
| Method Detail |
|---|
public String getRuleType()
public boolean getAllowMultipleActions()
public Collection<String> getConditionClauseTypes()
public Collection<String> getActionClauseTypes()
public Collection<String> getClauseTypes()
public RuleTypeRecognizer getRecognizer()
public int getRecognizerPriority()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||