Package | Description |
---|---|
org.apache.streams.data | |
org.apache.streams.data.util | |
org.apache.streams.pojo.json | |
org.apache.streams.pojo.json.objectTypes | |
org.apache.streams.pojo.json.verbs |
Modifier and Type | Method and Description |
---|---|
ActivityObject |
ActivityObjectConverter.toActivityObject(T serialized)
Converts a POJO into an ActivityObject.
|
Modifier and Type | Method and Description |
---|---|
T |
ActivityObjectConverter.fromActivityObject(ActivityObject deserialized)
Converts the activity to a POJO representation.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ActivityUtil.isValid(ActivityObject activityObject)
Deprecated.
Check validity of ActivityObject.
|
Modifier and Type | Class and Description |
---|---|
class |
Author
Describes the entity that created or authored the object.
|
class |
Generator
Describes the application that generated the activity.
|
class |
Item |
class |
Provider
Describes the application that published the activity.
|
Modifier and Type | Method and Description |
---|---|
List<ActivityObject> |
ActivityObject.getAttachments()
Related objects
|
Modifier and Type | Method and Description |
---|---|
void |
Activity.setActor(ActivityObject actor)
object
|
void |
Activity.setObject(ActivityObject object)
object
|
void |
Activity.setTarget(ActivityObject target)
object
|
Activity |
Activity.withActor(ActivityObject actor) |
Activity |
Activity.withObject(ActivityObject object) |
Activity |
Activity.withTarget(ActivityObject target) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityObject.setAttachments(List<ActivityObject> attachments)
Related objects
|
ActivityObject |
ActivityObject.withAttachments(List<ActivityObject> attachments) |
Modifier and Type | Class and Description |
---|---|
class |
Alert
alert
|
class |
Application
application
|
class |
Article
article
|
class |
Audio
audio
|
class |
Badge
badge
|
class |
Binary
binary
|
class |
Bookmark
bookmark
|
class |
Comment
comment
|
class |
Device
device
|
class |
File
file
|
class |
Folder
folder
|
class |
Game
game
|
class |
Group
group
|
class |
Issue
issue
|
class |
Job
job
|
class |
List
list
|
class |
Note
note
|
class |
Offer
offer
|
class |
Option |
class |
Organization
organization
|
class |
Page
page
|
class |
Permission
permission
|
class |
Photo
photo
|
class |
PhotoAlbum
article
|
class |
Place
place
|
class |
Playlist
playlist
|
class |
Process
process
|
class |
Product
product
|
class |
Property
property
|
class |
Question
question
|
class |
Review
review
|
class |
Role
role
|
class |
Scope |
class |
Service
service
|
class |
Song
song
|
class |
Status
status
|
class |
Team
team
|
class |
Video
video
|
Modifier and Type | Method and Description |
---|---|
ActivityObject |
Update.getObject()
object
|
ActivityObject |
Update.getTarget()
object
|
Modifier and Type | Method and Description |
---|---|
void |
Update.setObject(ActivityObject object)
object
|
void |
Update.setTarget(ActivityObject target)
object
|
Update |
Update.withObject(ActivityObject object) |
Update |
Update.withTarget(ActivityObject target) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.