| Package | Description |
|---|---|
| org.cloudgraph.test.socialgraph.story | |
| org.cloudgraph.test.socialgraph.story.impl |
| Modifier and Type | Method and Description |
|---|---|
StoryFeed |
Story.createStoryFeed()
Creates and returns a new instance of Type
StoryFeed automatically establishing a containment relationship through the object's reference property, storyFeed. |
StoryFeed[] |
Story.getStoryFeed()
Returns an array of StoryFeed set for the object's multi-valued property storyFeed.
|
StoryFeed |
Story.getStoryFeed(int idx)
Returns the StoryFeed set for the object's multi-valued property storyFeed based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Story.addStoryFeed(StoryFeed value)
Adds the given value of Type StoryFeed for the object's multi-valued property storyFeed.
|
void |
Story.removeStoryFeed(StoryFeed value)
Removes the given value of Type StoryFeed for the object's multi-valued property storyFeed.
|
void |
Story.setStoryFeed(StoryFeed[] value)
Sets the given array of Type StoryFeed for the object's multi-valued property storyFeed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StoryFeedSDO
A list of story nodes created and owned by an actor
(person or group).
|
| Modifier and Type | Method and Description |
|---|---|
StoryFeed |
StorySDO.createStoryFeed()
Creates and returns a new instance of Type
StoryFeed automatically establishing a containment relationship through the object's reference property, storyFeed. |
StoryFeed[] |
StorySDO.getStoryFeed() |
StoryFeed |
StorySDO.getStoryFeed(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorySDO.addStoryFeed(StoryFeed value) |
void |
StorySDO.removeStoryFeed(StoryFeed value) |
void |
StorySDO.setStoryFeed(StoryFeed[] value) |
Copyright © 2023. All Rights Reserved.