| Package | Description |
|---|---|
| org.cloudgraph.test.socialgraph.actor | |
| org.cloudgraph.test.socialgraph.actor.impl | |
| org.cloudgraph.test.socialgraph.story | |
| org.cloudgraph.test.socialgraph.story.impl |
| Modifier and Type | Method and Description |
|---|---|
Story |
Topic.createStory()
Creates and returns a new instance of Type
Story automatically establishing a containment relationship through the object's reference property, story. |
Story[] |
Topic.getStory()
Returns an array of Story set for the object's multi-valued property story.
|
Story |
Topic.getStory(int idx)
Returns the Story set for the object's multi-valued property story based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Topic.addStory(Story value)
Adds the given value of Type Story for the object's multi-valued property story.
|
void |
Topic.removeStory(Story value)
Removes the given value of Type Story for the object's multi-valued property story.
|
void |
Topic.setStory(Story[] value)
Sets the given array of Type Story for the object's multi-valued property story.
|
| Modifier and Type | Method and Description |
|---|---|
Story |
TopicSDO.createStory()
Creates and returns a new instance of Type
Story automatically establishing a containment relationship through the object's reference property, story. |
Story[] |
TopicSDO.getStory() |
Story |
TopicSDO.getStory(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicSDO.addStory(Story value) |
void |
TopicSDO.removeStory(Story value) |
void |
TopicSDO.setStory(Story[] value) |
| Modifier and Type | Method and Description |
|---|---|
Story |
StoryFeed.createStory()
Creates and returns a new instance of Type
Story automatically establishing a containment relationship through the object's reference property, story. |
Story[] |
StoryFeed.getStory()
Returns an array of Story set for the object's multi-valued property story.
|
Story |
StoryFeed.getStory(int idx)
Returns the Story set for the object's multi-valued property story based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoryFeed.addStory(Story value)
Adds the given value of Type Story for the object's multi-valued property story.
|
void |
StoryFeed.removeStory(Story value)
Removes the given value of Type Story for the object's multi-valued property story.
|
void |
StoryFeed.setStory(Story[] value)
Sets the given array of Type Story for the object's multi-valued property story.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorySDO
A specialized node that contains a snip of message,
information, or news update created by an actor node.
|
| Modifier and Type | Method and Description |
|---|---|
Story |
StoryFeedSDO.createStory()
Creates and returns a new instance of Type
Story automatically establishing a containment relationship through the object's reference property, story. |
Story[] |
StoryFeedSDO.getStory() |
Story |
StoryFeedSDO.getStory(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
StoryFeedSDO.addStory(Story value) |
void |
StoryFeedSDO.removeStory(Story value) |
void |
StoryFeedSDO.setStory(Story[] value) |
Copyright © 2023. All Rights Reserved.