Package | Description |
---|---|
org.apache.streams.facebook | |
org.apache.streams.facebook.api | |
org.apache.streams.facebook.serializer |
Modifier and Type | Method and Description |
---|---|
Post |
FacebookPostActivitySerializer.serialize(Activity deserialized) |
Modifier and Type | Method and Description |
---|---|
Activity |
FacebookPostActivitySerializer.deserialize(Post post) |
Modifier and Type | Method and Description |
---|---|
List<Activity> |
FacebookPostActivitySerializer.deserializeAll(List<Post> serializedList) |
Modifier and Type | Method and Description |
---|---|
Post |
FacebookStreamsPostSerializer.serialize(Activity deserialized) |
Modifier and Type | Method and Description |
---|---|
static ActivityObject |
FacebookActivityUtil.buildActor(Post post)
Builds an
ActivityObject object from the Post . |
static void |
FacebookActivityUtil.buildExtensions(Activity activity,
Post post)
Fills out the extensions attribute of the passed in
Activity |
static ActivityObject |
FacebookActivityUtil.buildObject(Post post)
Builds out the
ActivityObject from the given Post . |
ActivityObject |
FacebookStreamsPostSerializer.createActor(Post post)
createActor.
|
Provider |
FacebookStreamsPostSerializer.createProvider(Post post)
Provider.
|
Activity |
FacebookStreamsPostSerializer.deserialize(Post post) |
static void |
FacebookActivityUtil.updateActivity(Post post,
Activity activity)
Updates the given Activity object with the values from the Post.
|
Modifier and Type | Method and Description |
---|---|
List<Activity> |
FacebookStreamsPostSerializer.deserializeAll(List<Post> serializedList) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.