- See Also:
- Serialized Form
CONFLICTS_NAME
public static final String CONFLICTS_NAME
- See Also:
- Constant Field Values
NAME
public static final String NAME
- See Also:
- Constant Field Values
BY_ATTRIBUTE
public static final String BY_ATTRIBUTE
- An optional, string attribute. This text attribute identifies the endpoint that
made the conflicting modification. It is used and compared programmatically.
See sx:update for format guidance.
Note: Either or both of the when or by attributes MUST be present; it is
invalid to have neither.
- See Also:
- Constant Field Values
VERSION_ATTRIBUTE
public static final String VERSION_ATTRIBUTE
- A required, integer attribute. This is the version number of the conflicting
modification.
- See Also:
- Constant Field Values
WHEN_ATTRIBUTE
public static final String WHEN_ATTRIBUTE
- An optional, date-time attribute. This is the date-time when the conflicting
modification took place. See sx:update for format guidance.
Note: Either or both of the when or by attributes MUST be present; it is
invalid to have neither.
- See Also:
- Constant Field Values
Conflict
public Conflict()
copyFrom
public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
- Specified by:
copyFrom
in interface com.sun.syndication.feed.CopyFrom
- Specified by:
copyFrom
in class SSEModule
getBy
public String getBy()
setBy
public void setBy(String by)
getVersion
public Integer getVersion()
setVersion
public void setVersion(Integer version)
getWhen
public Date getWhen()
setWhen
public void setWhen(Date when)
setItem
public void setItem(com.sun.syndication.feed.rss.Item conflictItem)
getItem
public com.sun.syndication.feed.rss.Item getItem()
Copyright © 2013 ROME Project. All Rights Reserved.