|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.Element
com.edustructures.sifworks.SIFElement
com.edustructures.sifworks.SIFKeyedElement
com.edustructures.sifworks.infra.SIF_Query
public class SIF_Query
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
SIF_Query()
Constructor |
|
SIF_Query(SIF_QueryObject sifQueryObject)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
SIF_ConditionGroup |
getSIF_ConditionGroup()
Gets the value of the <SIF_ConditionGroup> element. |
SIF_Example |
getSIF_Example()
Gets the value of the <SIF_Example> element. |
SIF_QueryObject |
getSIF_QueryObject()
Gets the value of the <SIF_QueryObject> element. |
void |
removeSIF_ConditionGroup()
Removes the SIF_ConditionGroup child element previously created by calling setSIF_ConditionGroup |
void |
removeSIF_Example()
Removes the SIF_Example child element previously created by calling setSIF_Example |
void |
removeSIF_QueryObject()
Removes the SIF_QueryObject child element previously created by calling setSIF_QueryObject |
void |
setSIF_ConditionGroup(ConditionType type,
SIF_Conditions sifConditions)
Sets the value of the <SIF_ConditionGroup> child element. |
void |
setSIF_ConditionGroup(SIF_ConditionGroup value)
Sets the value of the <SIF_ConditionGroup> element. |
void |
setSIF_Example(SIF_Example value)
Sets the value of the <SIF_Example> element. |
void |
setSIF_Example(java.lang.String value)
Sets the value of the <SIF_Example> child element. |
void |
setSIF_QueryObject(SIF_QueryObject value)
Sets the value of the <SIF_QueryObject> element. |
void |
setSIF_QueryObject(java.lang.String objectName)
Sets the value of the <SIF_QueryObject> child element. |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, clone, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getSIFVersion, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setSIFVersion, setTextValue, setXmlId, tag |
| Methods inherited from class com.edustructures.sifworks.Element |
|---|
compareTo, getElementDef, getParent, getRoot, isChanged, isDoNotEncode, isEmpty, setChanged, setDoNotEncode, setElementDef, setEmpty, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SIF_Query()
public SIF_Query(SIF_QueryObject sifQueryObject)
sifQueryObject - | Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public void setSIF_QueryObject(SIF_QueryObject value)
<SIF_QueryObject> element.
value - A SIF_QueryObject objectpublic void setSIF_QueryObject(java.lang.String objectName)
<SIF_QueryObject> child element.
This form of setSIF_QueryObject is provided as a convenience method
that is functionally equivalent to the version of setSIF_QueryObject
that accepts a single SIF_QueryObject object.
objectName - public SIF_QueryObject getSIF_QueryObject()
<SIF_QueryObject> element.
SIF_QueryObject objectpublic void removeSIF_QueryObject()
SIF_QueryObject child element previously created by calling setSIF_QueryObject
public void setSIF_ConditionGroup(SIF_ConditionGroup value)
<SIF_ConditionGroup> element.
The SIF specification defines the meaning of this element as: " Either SIF_ConditionGroup or SIF_Example may optionally be specified to present conditions matching objects should satisfy. "
value - A SIF_ConditionGroup object
public void setSIF_ConditionGroup(ConditionType type,
SIF_Conditions sifConditions)
<SIF_ConditionGroup> child element.
This form of setSIF_ConditionGroup is provided as a convenience method
that is functionally equivalent to the version of setSIF_ConditionGroup
that accepts a single SIF_ConditionGroup object.
type - The Boolean operator for joining conditions (SIF_Conditions elements) within this element. Note that None should be used if there is only one
SIF_Conditions element.sifConditions - public SIF_ConditionGroup getSIF_ConditionGroup()
<SIF_ConditionGroup> element.
The SIF specification defines the meaning of this element as: " Either SIF_ConditionGroup or SIF_Example may optionally be specified to present conditions matching objects should satisfy. "
SIF_ConditionGroup objectpublic void removeSIF_ConditionGroup()
SIF_ConditionGroup child element previously created by calling setSIF_ConditionGroup
public void setSIF_Example(SIF_Example value)
<SIF_Example> element.
The SIF specification defines the meaning of this element as: " An example SIF object that serves as a template for matching objects. There is an implied EQ operator for every element/attribute value present and an implied And group of all resulting conditions. Currently this is an experimental feature and limited to use with LearnerLocator; wider use may be considered in future major versions of this specification. "
value - A SIF_Example objectpublic void setSIF_Example(java.lang.String value)
<SIF_Example> child element.
This form of setSIF_Example is provided as a convenience method
that is functionally equivalent to the version of setSIF_Example
that accepts a single SIF_Example object.
value - Gets or sets the content value of the <SIF_Example> elementpublic SIF_Example getSIF_Example()
<SIF_Example> element.
The SIF specification defines the meaning of this element as: " An example SIF object that serves as a template for matching objects. There is an implied EQ operator for every element/attribute value present and an implied And group of all resulting conditions. Currently this is an experimental feature and limited to use with LearnerLocator; wider use may be considered in future major versions of this specification. "
SIF_Example objectpublic void removeSIF_Example()
SIF_Example child element previously created by calling setSIF_Example
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||