| Package | Description |
|---|---|
| org.unitedinternet.cosmo.model | |
| org.unitedinternet.cosmo.model.filter |
Includes the Item filter api, which allows custom item queries to be
built.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryAttribute
Attribute that stores a binary value.
|
interface |
BooleanAttribute
Attribue that stores Boolean value
|
interface |
CalendarAttribute
Attribute that stores Calendar value.
|
interface |
DecimalAttribute
Attribute that stores a BigDecimal value
|
interface |
DictionaryAttribute
Attribute that stores a Map
|
interface |
ICalendarAttribute
Attribute that stores an icalendar (.ics) value.
|
interface |
IntegerAttribute
Attribute that stores an Integer value.
|
interface |
MultiValueStringAttribute |
interface |
StringAttribute
Attribute that stores String value.
|
interface |
TextAttribute
Attribute that stores text value.
|
interface |
TimestampAttribute
Attribute that stores timestamp value.
|
interface |
XmlAttribute
Attribute that stores XML value.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.copy()
Return a new instance of Attribute containing a copy of the Attribute
|
Attribute |
Item.getAttribute(QName qname)
Get attribute with qualified name.
|
Attribute |
Item.getAttribute(String name)
Get attribute in default namespace with local name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<QName,Attribute> |
Item.getAttributes()
Get all Attributes of Item.
|
Map<String,Attribute> |
Item.getAttributes(String namespace)
Return Attributes for a given namespace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.addAttribute(Attribute attribute) |
| Constructor and Description |
|---|
AttributeFilter(Attribute attribute) |
Copyright © 2012–2018 1&1. All rights reserved.