|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeFunctions | |
context.arch.storage | |
context.arch.widget |
Uses of AttributeFunctions in context.arch.storage |
Fields in context.arch.storage declared as AttributeFunctions | |
protected AttributeFunctions |
AttributeFunction.afs
|
Methods in context.arch.storage that return AttributeFunctions | |
AttributeFunctions |
Retrieval.getAttributeFunctions()
Returns the list of AttributeFunctions to retrieve. |
AttributeFunctions |
AttributeFunctions.getSubset(AttributeFunctions atts)
This method takes a DataObject containing the list of attributes (names) wanted and it filters all the rest out from this AttributeFunctions object. |
AttributeFunctions |
AttributeFunction.getSubAttributeFunctions()
Returns the subAttributes of the stored attribute |
Methods in context.arch.storage with parameters of type AttributeFunctions | |
void |
Retrieval.setAttributeFunctions(AttributeFunctions attributes)
Sets the list of attributes to retrieve. |
void |
AttributeFunctions.addAttributeFunction(java.lang.String name,
AttributeFunctions attributes)
Adds the given attribute name and value to the container. |
void |
AttributeFunctions.addAttributeFunction(java.lang.String name,
AttributeFunctions attributes,
java.lang.String type)
Adds the given attribute name, subAttributes and type to the container |
void |
AttributeFunctions.addAttributeFunction(java.lang.String name,
AttributeFunctions attributes,
java.lang.String type,
java.lang.String function)
Adds the given attribute name, subAttributes and type to the container |
void |
AttributeFunctions.addAttributeFunctions(AttributeFunctions atts)
Adds the given AttributeFunctions object to the container. |
boolean |
AttributeFunctions.hasAttributeFunction(java.lang.String name,
AttributeFunctions attributes)
Determines whether the given attribute name and subAttributes are in the container, using the default datatype. |
boolean |
AttributeFunctions.hasAttributeFunction(java.lang.String name,
AttributeFunctions attributes,
java.lang.String type)
Determines whether the given attribute name, subAttributes and type are in the container, |
int |
AttributeFunctions.indexOfAttributeFunction(java.lang.String name,
AttributeFunctions attributes)
Returns the index at which the given attribute name and subAttributes occurs, using the default datatype |
int |
AttributeFunctions.indexOfAttributeFunction(java.lang.String name,
AttributeFunctions attributes,
java.lang.String type)
Returns the index at which the given attribute name, subAttributes and type occurs. |
AttributeFunctions |
AttributeFunctions.getSubset(AttributeFunctions atts)
This method takes a DataObject containing the list of attributes (names) wanted and it filters all the rest out from this AttributeFunctions object. |
void |
AttributeFunction.setSubAttributes(AttributeFunctions afs)
Sets the subAttributes of this attribute |
Constructors in context.arch.storage with parameters of type AttributeFunctions | |
Retrieval(AttributeFunctions attributes,
context.arch.storage.Conditions conditions)
Constructor that sets attribute list and conditions |
|
AttributeFunction(java.lang.String name,
AttributeFunctions afs,
java.lang.String type)
Constructor that takes a name, value, and type |
|
AttributeFunction(java.lang.String name,
AttributeFunctions afs,
java.lang.String type,
java.lang.String function)
Constructor that takes a name, value, and type |
Uses of AttributeFunctions in context.arch.widget |
Methods in context.arch.widget with parameters of type AttributeFunctions | |
protected boolean |
Widget.canHandle(AttributeFunctions atts)
This method checks the list of attributes and conditions to ensure that the widget contains these attributes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |