|
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.campaign.model.AddToPlaceholderModel
public class AddToPlaceholderModel
A rule action that asserts a content query to a set of placeholders from a campaign. This will have a single child of a ContentQueryModel (which cannot be removed).
| Nested Class Summary | |
|---|---|
static class |
AddToPlaceholderModel.ClearingPolicyAn enum of the possible placeholder clearing policy. |
static class |
AddToPlaceholderModel.RecognizerAn object which can recognize this structure. |
static class |
AddToPlaceholderModel.TimeToLiveUtility class to store time to live information. |
static class |
AddToPlaceholderModel.WeightAn enum of the possible weights. |
| 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 default clause type for this 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 | |
|---|---|
AddToPlaceholderModel() |
|
| Method Summary | |
|---|---|
void |
clearCachedData()Subclasses need to override this to clear out any cached data. |
org.apache.xmlbeans.XmlObject |
createNewXmlObject(String clauseType)Create a new, empty AddPlaceholdersObject). |
protected boolean |
determineIsComplete()This is complete if its ContentQueryModel is set and complete, and it has 1 or more placeholders set. |
com.bea.p13n.rules.schema.extensions.AddPlaceholdersObjectDocument.AddPlaceholdersObject |
getAddPlaceholdersObject()Get our underlying, typed XmlObject. |
AddToPlaceholderModel.ClearingPolicy |
getClearingPolicy()Get the clearing policy for this addition. |
ContentQueryModel |
getContentQueryModel()Get our child content query model. |
protected org.apache.xmlbeans.XmlObject |
getCopyXmlObject()Create a copy XmlObject of our root xml object. |
Calendar |
getExpireDate()Get the expiration date for the query, if set. |
String[] |
getPlaceholders()Get the placeholder uris. |
protected String[] |
getPlaceholdersNoCache() |
AddToPlaceholderModel.TimeToLive |
getTimeToLive()Get the time-to-live for the query, if set. |
AddToPlaceholderModel.Weight |
getWeight()Get the weight of the query in the placeholder(s). |
boolean |
hasNoEnding()True if neither the time-to-live nor the expiration date is set. |
void |
setClearingPolicy(AddToPlaceholderModel.ClearingPolicy cp)Get the clearing policy for this addition. |
void |
setExpireDate(Calendar cal)Set the expiration date on the placeholder query. |
void |
setNoEnding()Set that the query does not end due to a time-to-live or expiration date. |
void |
setPlaceholders(String... phs)Set the placeholders. |
void |
setTimeToLive(AddToPlaceholderModel.TimeToLive ttl)Set the time-to-live on the placeholder query. |
void |
setWeight(AddToPlaceholderModel.Weight wt)Set the weight of the query in the placeholder(s). |
void |
setXmlObject(String clauseType, org.apache.xmlbeans.XmlObject clause)Set the root xml Object (should be AddPlaceholdersObject). |
| 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 AddToPlaceholderModel()
| Method Detail |
|---|
public void setXmlObject(String clauseType,
org.apache.xmlbeans.XmlObject clause)
throws IllegalArgumentException
AddPlaceholdersObject).setXmlObject in class ClauseModelclauseType - the clause type of the clause.clause - the root xml object of the clause.IllegalArgument - on wrong clause.IllegalArgumentException - thrown if the clause is not valid for the ClauseModel or clauseType.public org.apache.xmlbeans.XmlObject createNewXmlObject(String clauseType)
AddPlaceholdersObject).createNewXmlObject in class ClauseModelclauseType - the clause type of the clause.protected org.apache.xmlbeans.XmlObject getCopyXmlObject()
getCopyXmlObject in class ClauseModelClauseModel.makeSafeCopy(XmlObject)public void clearCachedData()
XmlObjectModelchanges.clearCachedData in class XmlObjectModelpublic com.bea.p13n.rules.schema.extensions.AddPlaceholdersObjectDocument.AddPlaceholdersObject getAddPlaceholdersObject()
public ContentQueryModel getContentQueryModel()
public String[] getPlaceholders()
protected String[] getPlaceholdersNoCache()
public void setPlaceholders(String... phs)
public AddToPlaceholderModel.Weight getWeight()
public void setWeight(AddToPlaceholderModel.Weight wt)
public AddToPlaceholderModel.TimeToLive getTimeToLive()
public Calendar getExpireDate()
public boolean hasNoEnding()
time-to-live nor the expiration date is set.public void setExpireDate(Calendar cal)
public void setTimeToLive(AddToPlaceholderModel.TimeToLive ttl)
public void setNoEnding()
public AddToPlaceholderModel.ClearingPolicy getClearingPolicy()
public void setClearingPolicy(AddToPlaceholderModel.ClearingPolicy cp)
protected boolean determineIsComplete()
ContentQueryModel is set and complete, and it has 1 or more placeholders set.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.