Package | Description |
---|---|
orgrdfs.sioc.ns |
Modifier and Type | Class and Description |
---|---|
class |
UserAccountImpl
A user account in an online community site.
|
Modifier and Type | Field and Description |
---|---|
List<UserAccount> |
UserAccountImpl.follows
Indicates that one UserAccount follows another UserAccount (e.g.
|
List<UserAccount> |
SiteImpl.has_administrator
A UserAccount that is an administrator of this Site.
|
List<UserAccount> |
UsergroupImpl.has_member
A UserAccount that is a member of this Usergroup.
|
List<UserAccount> |
ForumImpl.has_moderator
A UserAccount that is a moderator of this Forum.
|
List<UserAccount> |
ItemImpl.has_modifier
A UserAccount that modified this Item.
|
List<UserAccount> |
ContainerImpl.has_subscriber
A UserAccount that is subscribed to this Container.
|
Modifier and Type | Method and Description |
---|---|
List<UserAccount> |
UserAccount.getFollows() |
List<UserAccount> |
UserAccountImpl.getFollows() |
List<UserAccount> |
SiteImpl.getHas_administrator() |
List<UserAccount> |
Site.getHas_administrator() |
List<UserAccount> |
UsergroupImpl.getHas_member() |
List<UserAccount> |
Usergroup.getHas_member() |
List<UserAccount> |
ForumImpl.getHas_moderator() |
List<UserAccount> |
Forum.getHas_moderator() |
List<UserAccount> |
PostImpl.getHas_modifier() |
List<UserAccount> |
ItemImpl.getHas_modifier() |
List<UserAccount> |
Item.getHas_modifier() |
List<UserAccount> |
ForumImpl.getHas_subscriber() |
List<UserAccount> |
ContainerImpl.getHas_subscriber() |
List<UserAccount> |
Container.getHas_subscriber() |
Modifier and Type | Method and Description |
---|---|
void |
UserAccount.setFollows(List<UserAccount> follows) |
void |
UserAccountImpl.setFollows(List<UserAccount> follows) |
void |
SiteImpl.setHas_administrator(List<UserAccount> has_administrator) |
void |
Site.setHas_administrator(List<UserAccount> has_administrator) |
void |
UsergroupImpl.setHas_member(List<UserAccount> has_member) |
void |
Usergroup.setHas_member(List<UserAccount> has_member) |
void |
ForumImpl.setHas_moderator(List<UserAccount> has_moderator) |
void |
Forum.setHas_moderator(List<UserAccount> has_moderator) |
void |
PostImpl.setHas_modifier(List<UserAccount> has_modifier) |
void |
ItemImpl.setHas_modifier(List<UserAccount> has_modifier) |
void |
Item.setHas_modifier(List<UserAccount> has_modifier) |
void |
ForumImpl.setHas_subscriber(List<UserAccount> has_subscriber) |
void |
ContainerImpl.setHas_subscriber(List<UserAccount> has_subscriber) |
void |
Container.setHas_subscriber(List<UserAccount> has_subscriber) |