Post
A Post represents a blob of text
posted to a forum by a poster. Like all OSID objects,
a Post is identified by its
Id and any persisted references should
use the Id.
Like all OsidObjects,
Post is managed by its
OsidSessions and may not be accessed by
concurrent processing threads.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| Name | Syntax | Many | Description |
|---|---|---|---|
timestamp |
datetime | the time | |
posterId |
id | the poster resource Id |
|
poster |
Resource | the poster resource | |
postingAgentId |
id | the posting agent Id |
|
postingAgent |
Agent | the posting agent | |
subjectLine |
displaytext | the subject | |
text |
displaytext | the entry text |
Reply
A Reply is a response to a
Post or another Reply.
Like all OsidObjects,
Reply is managed by its
OsidSessions and may not be accessed by
concurrent processing threads.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| Containable | |||
isSequestered |
boolean | true if this containable is sequestered, false
if this containable may appear outside its aggregate |
|
| Name | Syntax | Many | Description |
|---|---|---|---|
postId |
id | the post Id |
|
post |
Post | the post | |
replyIds |
id | ⋆ | the reply Ids |
replies |
Reply | ⋆ | the replies |
timestamp |
datetime | the time | |
posterId |
id | the poster resource Id |
|
poster |
Resource | the poster resource | |
postingAgentId |
id | the posting agent Id |
|
postingAgent |
Agent | the posting agent | |
subjectLine |
displaytext | the subject | |
text |
displaytext | the entry text |
Forum
A Forum represents a collection of
posts and replies. Like all OSID objects, a
Forum is identified by its
Id and any persisted references should
use the Id.
Like all OsidObjects,
Forum is managed by its
OsidSessions and may not be accessed by
concurrent processing threads.
| Name | Syntax | Many | Description |
|---|---|---|---|
| Identifiable | |||
id |
id | the Id |
|
| Extensible | |||
recordTypes |
type | ⋆ | the record types available |
| Browsable | |||
properties |
Property | ⋆ | a list of properties |
| OsidObject | |||
displayName |
displaytext | the display name | |
description |
displaytext | the description | |
genusType |
type | the genus type of this object | |
| Sourceable | |||
providerId |
id | the provider Id |
|
provider |
Resource | the provider | |
brandingIds |
id | ⋆ | a list of asset Ids |
branding |
Asset | ⋆ | a list of assets |
license |
displaytext | the license | |