|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateTime | |
---|---|
org.apache.abdera.factory | |
org.apache.abdera.model |
Uses of DateTime in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return DateTime | |
---|---|
DateTime |
Factory.newDateTime(QName qname,
Element parent)
Create a new DateTime element with the given QName as a child of the given Element. |
DateTime |
Factory.newEdited()
Create a new app:edited element. |
DateTime |
Factory.newEdited(Element parent)
Create a new app:edited element. |
DateTime |
Factory.newPublished()
Create a new published element. |
DateTime |
Factory.newPublished(Element parent)
Create a new published element as a child of the given Element. |
DateTime |
Factory.newUpdated()
Create a new updated element. |
DateTime |
Factory.newUpdated(Element parent)
create a new updated element as a child of the given Element. |
Uses of DateTime in org.apache.abdera.model |
---|
Classes in org.apache.abdera.model that implement DateTime | |
---|---|
class |
DateTimeWrapper
An ElementWrapper implementation that can serve as the basis for Atom Date Construct based extensions. |
Methods in org.apache.abdera.model that return DateTime | |
---|---|
DateTime |
Entry.getEditedElement()
APP Introduces a new app:edited element whose value changes every time the entry is updated |
DateTime |
Entry.getPublishedElement()
RFC4287: The "atom:published" element is a Date construct indicating an instant in time associated with an event early in the life cycle of the entry... |
DateTime |
Source.getUpdatedElement()
RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant. |
DateTime |
Entry.getUpdatedElement()
RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant. |
DateTime |
DateTimeWrapper.setCalendar(Calendar date)
|
DateTime |
DateTime.setCalendar(Calendar date)
Sets the content value of the element |
DateTime |
DateTimeWrapper.setDate(Date date)
|
DateTime |
DateTime.setDate(Date date)
Sets the content value of the element |
DateTime |
Entry.setEdited(Date value)
Set the value of app:edited |
DateTime |
Entry.setEdited(String value)
Set the value of app:edited |
DateTime |
Entry.setPublished(Date value)
Set the value of the atom:published element |
DateTime |
Entry.setPublished(String value)
Set the value of the atom:published element using the serialized string value |
DateTime |
DateTimeWrapper.setString(String date)
|
DateTime |
DateTime.setString(String date)
Sets the content value of the element |
DateTime |
DateTimeWrapper.setTime(long date)
|
DateTime |
DateTime.setTime(long date)
Sets the content value of the element |
DateTime |
Source.setUpdated(Date value)
Set the atom:updated value |
DateTime |
Entry.setUpdated(Date value)
Set the atom:updated value |
DateTime |
Source.setUpdated(String value)
Set the atom:updated value |
DateTime |
Entry.setUpdated(String value)
Set the atom:updated value |
DateTime |
DateTimeWrapper.setValue(AtomDate dateTime)
|
DateTime |
DateTime.setValue(AtomDate dateTime)
Sets the content value of the element |
Methods in org.apache.abdera.model with parameters of type DateTime | ||
---|---|---|
void |
Entry.setEditedElement(DateTime modified)
Set the app:edited element |
|
Entry |
Entry.setPublishedElement(DateTime dateTime)
RFC4287: The "atom:published" element is a Date construct indicating an instant in time associated with an event early in the life cycle of the entry... |
|
Entry |
Entry.setUpdatedElement(DateTime updated)
RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant. |
|
|
Source.setUpdatedElement(DateTime dateTime)
RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |