|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.syndication.feed.module.sse.modules.SSEModule
com.sun.syndication.feed.module.sse.modules.Sync
public class Sync
Element within RSS
or OPML
.
| Field Summary | |
|---|---|
static java.lang.String |
CONFLICT_ATTRIBUTE
|
static java.lang.String |
DELETED_ATTRIBUTE
|
static java.lang.String |
ID_ATTRIBUTE
|
static java.lang.String |
NAME
|
static java.lang.String |
VERSION_ATTRIBUTE
|
| Fields inherited from class com.sun.syndication.feed.module.sse.modules.SSEModule |
|---|
NAMESPACES, PREFIX, SSE_NS, SSE_SCHEMA_URI |
| Constructor Summary | |
|---|---|
Sync()
|
|
| Method Summary | |
|---|---|
void |
addConflict(Conflict conflict)
|
void |
copyFrom(java.lang.Object obj)
|
java.util.List |
getConflicts()
|
History |
getHistory()
Get the history for this sync object |
java.lang.String |
getId()
Provides access to the sync id, a required, string attribute. |
java.lang.Integer |
getVersion()
Provides access to a required, integer attribute. |
java.lang.Boolean |
isConflict()
Provides access to an optional, Boolean conflict attribute. |
java.lang.Boolean |
isDeleted()
Provide access to an optional, Boolean attribute. |
void |
setConflict(java.lang.Boolean conflict)
Set an indication of whether there was an update conflict detected when processing an update of this item. |
void |
setConflicts(java.util.List conflicts)
|
void |
setDeleted(java.lang.Boolean deleted)
Set an indication of whether this item has been deleted and is a tombstone. |
void |
setHistory(History history)
The history history for this sync object |
void |
setId(java.lang.String id)
Set the identifier for the item. |
void |
setVersion(java.lang.Integer version)
Set the modification sequence number of the item. |
| Methods inherited from class com.sun.syndication.feed.module.sse.modules.SSEModule |
|---|
clone, getInterface, getUri |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
public static final java.lang.String ID_ATTRIBUTE
public static final java.lang.String VERSION_ATTRIBUTE
public static final java.lang.String CONFLICT_ATTRIBUTE
public static final java.lang.String DELETED_ATTRIBUTE
| Constructor Detail |
|---|
public Sync()
| Method Detail |
|---|
public void copyFrom(java.lang.Object obj)
copyFrom in interface com.sun.syndication.feed.CopyFromcopyFrom in class SSEModulepublic java.lang.String getId()
public void setId(java.lang.String id)
id - the identifier for the item.public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
version - the modification sequence number of the item.public java.lang.Boolean isDeleted()
public void setDeleted(java.lang.Boolean deleted)
deleted - an indication of whether this item has been deleted and is a tombstone.public java.lang.Boolean isConflict()
public void setConflict(java.lang.Boolean conflict)
conflict - an indication of whether there was an update conflict detected when processing an update of this
item.public void setHistory(History history)
history - the history for this sync object.public History getHistory()
public void addConflict(Conflict conflict)
public java.util.List getConflicts()
public void setConflicts(java.util.List conflicts)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||