| Package | Description |
|---|---|
| orgrdfs.sioc.ns |
| Modifier and Type | Class and Description |
|---|---|
class |
SiteImpl
A Site can be the location of an online community or set of communities, with
UserAccounts and Usergroups creating Items in a set of Containers.
|
| Modifier and Type | Field and Description |
|---|---|
List<Site> |
UserAccountImpl.administrator_of
A Site that the UserAccount is an administrator of.
|
List<Site> |
ForumImpl.has_host
The Site that hosts this Forum.
|
| Modifier and Type | Method and Description |
|---|---|
List<Site> |
UserAccount.getAdministrator_of() |
List<Site> |
UserAccountImpl.getAdministrator_of() |
List<Site> |
ForumImpl.getHas_host() |
List<Site> |
Forum.getHas_host() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAccount.setAdministrator_of(List<Site> administrator_of) |
void |
UserAccountImpl.setAdministrator_of(List<Site> administrator_of) |
void |
ForumImpl.setHas_host(List<Site> has_host) |
void |
Forum.setHas_host(List<Site> has_host) |