|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.p13n.model.Model
com.bea.p13n.model.XmlObjectModel
com.bea.p13n.rules.model.ClauseModel
com.bea.p13n.rules.model.AddSegmentModel
public class AddSegmentModel
A clause model representing the assertion of a user segment (a.k.a Classification).
| Nested Class Summary | |
|---|---|
static class |
AddSegmentModel.RecognizerAn object which can recognize this kind of xml structure. |
| Nested classes/interfaces inherited from class com.bea.p13n.model.Model |
|---|
Model.ChangeEvent, Model.ChangeListener, Model.ChangeSupport, Model.Debug |
| Field Summary | |
|---|---|
static String |
CLAUSE_TYPEThe standard clause type for this clause model. |
static String |
RULE_TYPEThe rule type for a rule that has this model as an action. |
| 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 | |
|---|---|
AddSegmentModel() |
|
| Method Summary | |
|---|---|
void |
clearCachedData()Clear any cached data we're holding. |
org.apache.xmlbeans.XmlObject |
createNewXmlObject(String clauseType)Create a new, empty root xml object for kind of clause model. |
protected boolean |
determineIsComplete()This is complete is it has a non-zero length segment name. |
com.bea.p13n.rules.schema.extensions.AddClassificationObjectDocument.AddClassificationObject |
getAddClassificationObject()Get the typed root element. |
protected org.apache.xmlbeans.XmlObject |
getCopyXmlObject()Create a copy XmlObject of our root xml object. |
String |
getName()Get the name of the segment. |
void |
setName(String name)Set the name of the segment. |
void |
setXmlObject(String clauseType, org.apache.xmlbeans.XmlObject clause)Set the root xml object (should be AddClassificationObject). |
| Methods inherited from class com.bea.p13n.rules.model.ClauseModel |
|---|
addBranch, addLiteral, addMethod, addMethodOrOperator, addOperator, addVariable, addVariableBinding, copy, getClauseType, getContainingRuleModel, initializeNew, isInActions, isInConditions, isValidTypeAlias, isValidVariableName, makeSafeCopy, toString |
| Methods inherited from class com.bea.p13n.model.XmlObjectModel |
|---|
checkElement, childAdded, childRemoved, 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
public static final String RULE_TYPE
| Constructor Detail |
|---|
public AddSegmentModel()
| 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.IllegalArgumentException - on wrong clause.public com.bea.p13n.rules.schema.extensions.AddClassificationObjectDocument.AddClassificationObject getAddClassificationObject()
protected org.apache.xmlbeans.XmlObject getCopyXmlObject()
getCopyXmlObject in class ClauseModelClauseModel.makeSafeCopy(XmlObject)public org.apache.xmlbeans.XmlObject createNewXmlObject(String clauseType)
createNewXmlObject in class ClauseModelclauseType - the clause type of the clause.public void clearCachedData()
clearCachedData in class XmlObjectModelpublic String getName()
public void setName(String name)
protected boolean determineIsComplete()
determineIsComplete in class XmlObjectModel
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.