|
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.model.Model
com.bea.p13n.model.XmlObjectModel
com.bea.p13n.rules.model.ClauseModel
com.bea.p13n.rules.model.UnrecognizedClauseModel
public class UnrecognizedClauseModel
A model representing an unrecognized set of rules/expression xml.
These can only be created by setting an XmlObject.
initializeNew will always throw an IllegalArgumentException.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.bea.p13n.model.Model |
|---|
Model.ChangeEvent, Model.ChangeListener, Model.ChangeSupport, Model.Debug |
| Field Summary | |
|---|---|
static String |
CLAUSE_TYPE
The standard clauseType for an UnrecognizedClauseModel |
| Fields inherited from class com.bea.p13n.rules.model.ClauseModel |
|---|
clauseType |
| Fields inherited from class com.bea.p13n.model.XmlObjectModel |
|---|
copyRootXmlObject, instanceUri, isComplete |
| Fields inherited from class com.bea.p13n.model.Model |
|---|
childrenModels, docModel, parentModel, roChildrenModels |
| Constructor Summary | |
|---|---|
UnrecognizedClauseModel(org.apache.xmlbeans.XmlObject clause)
Constructor from the unrecognized xml. |
|
| Method Summary | |
|---|---|
void |
clearCachedData()
Clear any cached data this has. |
org.apache.xmlbeans.XmlObject |
createNewXmlObject(String clauseType)
Override to always throw an IllegalArgumentException creation. |
void |
initializeNew(String clauseType)
Override to always throw an IllegalArgumentException creation. |
void |
setXmlObject(String clauseType,
org.apache.xmlbeans.XmlObject clause)
Set the xml object this should use. |
| Methods inherited from class com.bea.p13n.rules.model.ClauseModel |
|---|
addBranch, addLiteral, addMethod, addMethodOrOperator, addOperator, addVariable, addVariableBinding, copy, getClauseType, getContainingRuleModel, getCopyXmlObject, isInActions, isInConditions, isValidTypeAlias, isValidVariableName, makeSafeCopy, toString |
| Methods inherited from class com.bea.p13n.model.XmlObjectModel |
|---|
checkElement, childAdded, childRemoved, determineIsComplete, fixQName, getApplicationInstanceUri, getChild, getDocument, getLocalName, getParent, getQName, getRootXmlObject, isComplete, isNil, preRemove, propertyChanged, removeAllChildren, removeChild, setApplicationInstanceUri, setIsComplete, setIsComplete, setParent, setRootXmlObject |
| Methods inherited from class com.bea.p13n.model.Model |
|---|
addChangeListener, addChild, addChild, clone, doubleEquals, equals, getChildren, getDebug, getDebug, getDocument, getParent, longEquals, removeChangeListener, removeChild, removeChild, removeEmpties, setDocument |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String CLAUSE_TYPE
| Constructor Detail |
|---|
public UnrecognizedClauseModel(org.apache.xmlbeans.XmlObject clause)
| Method Detail |
|---|
public void setXmlObject(String clauseType,
org.apache.xmlbeans.XmlObject clause)
setXmlObject in class ClauseModelclauseType - the clause type of the clause.clause - the root xml object of the clause.
public void initializeNew(String clauseType)
throws IllegalArgumentException
initializeNew in class ClauseModelclauseType - the clause type of the clause.
IllegalArgumentException - thrown on an unsupported clauseType.ClauseModel.setXmlObject(java.lang.String, org.apache.xmlbeans.XmlObject),
ClauseModel.createNewXmlObject(java.lang.String)
public org.apache.xmlbeans.XmlObject createNewXmlObject(String clauseType)
throws IllegalArgumentException
createNewXmlObject in class ClauseModelclauseType - the clause type of the clause.
IllegalArgumentException - thrown on an unsupproted clauseType.public void clearCachedData()
clearCachedData in class XmlObjectModel
|
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 | ||||||||