Package | Description |
---|---|
orgrdfs.sioc.ns |
Modifier and Type | Interface and Description |
---|---|
interface |
Post
An article or message that can be posted to a Forum.
|
Modifier and Type | Class and Description |
---|---|
class |
ItemImpl
An Item is something which can be in a Container.
|
class |
PostImpl
An article or message that can be posted to a Forum.
|
Modifier and Type | Field and Description |
---|---|
List<Item> |
ContainerImpl.container_of
An Item that this Container contains.
|
List<Item> |
ItemImpl.has_reply
Points to an Item or Post that is a reply or response to this Item or Post.
|
List<Item> |
ItemImpl.latest_version
Links to the latest revision of this Item or Post.
|
List<Item> |
UserAccountImpl.modifier_of
An Item that this UserAccount has modified.
|
List<Item> |
ItemImpl.next_by_date
Next Item or Post in a given Container sorted by date.
|
List<Item> |
ItemImpl.next_version
Links to the next revision of this Item or Post.
|
List<Item> |
ItemImpl.previous_by_date
Previous Item or Post in a given Container sorted by date.
|
List<Item> |
ItemImpl.previous_version
Links to the previous revision of this Item or Post.
|
List<Item> |
ItemImpl.reply_of
Links to an Item or Post which this Item or Post is a reply to.
|
Modifier and Type | Method and Description |
---|---|
void |
ForumImpl.setContainer_of(List<Item> container_of) |
void |
ContainerImpl.setContainer_of(List<Item> container_of) |
void |
Container.setContainer_of(List<Item> container_of) |
void |
PostImpl.setHas_reply(List<Item> has_reply) |
void |
ItemImpl.setHas_reply(List<Item> has_reply) |
void |
Item.setHas_reply(List<Item> has_reply) |
void |
PostImpl.setLatest_version(List<Item> latest_version) |
void |
ItemImpl.setLatest_version(List<Item> latest_version) |
void |
Item.setLatest_version(List<Item> latest_version) |
void |
UserAccount.setModifier_of(List<Item> modifier_of) |
void |
UserAccountImpl.setModifier_of(List<Item> modifier_of) |
void |
PostImpl.setNext_by_date(List<Item> next_by_date) |
void |
ItemImpl.setNext_by_date(List<Item> next_by_date) |
void |
Item.setNext_by_date(List<Item> next_by_date) |
void |
PostImpl.setNext_version(List<Item> next_version) |
void |
ItemImpl.setNext_version(List<Item> next_version) |
void |
Item.setNext_version(List<Item> next_version) |
void |
PostImpl.setPrevious_by_date(List<Item> previous_by_date) |
void |
ItemImpl.setPrevious_by_date(List<Item> previous_by_date) |
void |
Item.setPrevious_by_date(List<Item> previous_by_date) |
void |
PostImpl.setPrevious_version(List<Item> previous_version) |
void |
ItemImpl.setPrevious_version(List<Item> previous_version) |
void |
Item.setPrevious_version(List<Item> previous_version) |
void |
PostImpl.setReply_of(List<Item> reply_of) |
void |
ItemImpl.setReply_of(List<Item> reply_of) |
void |
Item.setReply_of(List<Item> reply_of) |