| 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 | Method and Description |
|---|---|
QName |
QName.copy()
Create copy of QName object.
|
QName |
EntityFactory.createQName(String namespace,
String localname)
Create new QName
|
QName |
Attribute.getQName() |
QName |
AttributeTombstone.getQName() |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,Attribute> |
Item.getAttributes()
Get all Attributes of Item.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryAttribute |
EntityFactory.createBinaryAttribute(QName qname,
byte[] bytes)
Create new BinaryAttribute using byte array.
|
BinaryAttribute |
EntityFactory.createBinaryAttribute(QName qname,
InputStream is)
Create new BinaryAttribute using InpuStream.
|
CalendarAttribute |
EntityFactory.createCalendarAttribute(QName qname,
Calendar cal)
Create new CalendarAttribute using Calendar
|
DecimalAttribute |
EntityFactory.createDecimalAttribute(QName qname,
BigDecimal bd)
Create new DecimalAttribute using BigDecimal
|
IntegerAttribute |
EntityFactory.createIntegerAttribute(QName qname,
Long longVal)
Create new IntegerAttribute using Long
|
StringAttribute |
EntityFactory.createStringAttribute(QName qname,
String str)
Create new StringAttribute using string value
|
TextAttribute |
EntityFactory.createTextAttribute(QName qname,
Reader reader)
Create new TextAttribute using Reader.
|
XmlAttribute |
EntityFactory.createXMLAttribute(QName qname,
Element e)
Create new XMLAttribute using element value
|
Attribute |
Item.getAttribute(QName qname)
Get attribute with qualified name.
|
Object |
Item.getAttributeValue(QName qname)
Get attribute value with qualified name
|
void |
Item.removeAttribute(QName qname)
Remove attribute.
|
void |
Item.setAttribute(QName key,
Object value)
Set attribute value attribute with qualified name
|
void |
Attribute.setQName(QName qname) |
void |
AttributeTombstone.setQName(QName qname) |
| Modifier and Type | Method and Description |
|---|---|
QName |
AttributeFilter.getQname() |
| Modifier and Type | Method and Description |
|---|---|
AttributeFilter |
ItemFilter.getAttributeFilter(QName qname)
Return an AttributeFilter that matches a specific QName
|
void |
AttributeFilter.setQname(QName qname)
Match attribute with given qualified name.
|
| Constructor and Description |
|---|
StringAttributeFilter(QName qname) |
TextAttributeFilter(QName qname) |
Copyright © 2012–2018 1&1. All rights reserved.