Package | Description |
---|---|
orgrdfs.sioc.ns |
Modifier and Type | Interface and Description |
---|---|
interface |
Forum
A discussion area on which Posts or entries are made.
|
interface |
Thread
A container for a series of threaded discussion Posts or Items.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerImpl
An area in which content Items are contained.
|
class |
ForumImpl
A discussion area on which Posts or entries are made.
|
Modifier and Type | Field and Description |
---|---|
List<Container> |
ItemImpl.has_container
The Container to which this Item belongs.
|
List<Container> |
ContainerImpl.has_parent
A Container or Forum that this Container or Forum is a child of.
|
List<Container> |
ContainerImpl.parent_of
A child Container or Forum that this Container or Forum is a parent of.
|
List<Container> |
UserAccountImpl.subscriber_of
A Container that a UserAccount is subscribed to.
|
Modifier and Type | Method and Description |
---|---|
List<Container> |
PostImpl.getHas_container() |
List<Container> |
ItemImpl.getHas_container() |
List<Container> |
Item.getHas_container() |
List<Container> |
ForumImpl.getHas_parent() |
List<Container> |
ContainerImpl.getHas_parent() |
List<Container> |
Container.getHas_parent() |
List<Container> |
ForumImpl.getParent_of() |
List<Container> |
ContainerImpl.getParent_of() |
List<Container> |
Container.getParent_of() |
List<Container> |
UserAccount.getSubscriber_of() |
List<Container> |
UserAccountImpl.getSubscriber_of() |
Modifier and Type | Method and Description |
---|---|
void |
PostImpl.setHas_container(List<Container> has_container) |
void |
ItemImpl.setHas_container(List<Container> has_container) |
void |
Item.setHas_container(List<Container> has_container) |
void |
ForumImpl.setHas_parent(List<Container> has_parent) |
void |
ContainerImpl.setHas_parent(List<Container> has_parent) |
void |
Container.setHas_parent(List<Container> has_parent) |
void |
ForumImpl.setParent_of(List<Container> parent_of) |
void |
ContainerImpl.setParent_of(List<Container> parent_of) |
void |
Container.setParent_of(List<Container> parent_of) |
void |
UserAccount.setSubscriber_of(List<Container> subscriber_of) |
void |
UserAccountImpl.setSubscriber_of(List<Container> subscriber_of) |