Package | Description |
---|---|
org.apache.streams.twitter.converter | |
org.apache.streams.twitter.pojo |
Modifier and Type | Method and Description |
---|---|
UserstreamEvent |
TwitterJsonUserstreameventActivityConverter.fromActivity(Activity deserialized) |
Modifier and Type | Method and Description |
---|---|
List<UserstreamEvent> |
TwitterJsonUserstreameventActivityConverter.fromActivityList(List<Activity> list) |
Modifier and Type | Method and Description |
---|---|
ActivityObject |
TwitterJsonUserstreameventActivityConverter.buildActivityObject(UserstreamEvent event)
build ActivityObject from UserstreamEvent
|
ActivityObject |
TwitterJsonUserstreameventActivityConverter.buildActor(UserstreamEvent event)
build ActivityObject from UserstreamEvent
|
ActivityObject |
TwitterJsonUserstreameventActivityConverter.buildTarget(UserstreamEvent event) |
Activity |
TwitterJsonUserstreameventActivityConverter.convert(UserstreamEvent event)
convert UserstreamEvent to Activity.
|
String |
TwitterJsonUserstreameventActivityConverter.detectVerb(UserstreamEvent event) |
List<Activity> |
TwitterJsonUserstreameventActivityConverter.toActivityList(UserstreamEvent userstreamEvent) |
Modifier and Type | Method and Description |
---|---|
List<Activity> |
TwitterJsonUserstreameventActivityConverter.toActivityList(List<UserstreamEvent> serializedList) |
Modifier and Type | Method and Description |
---|---|
UserstreamEvent |
UserstreamEvent.withAdditionalProperty(String name,
Object value) |
UserstreamEvent |
UserstreamEvent.withCreatedAt(org.joda.time.DateTime createdAt) |
UserstreamEvent |
UserstreamEvent.withEventType(UserstreamEvent.EventType eventType) |
UserstreamEvent |
UserstreamEvent.withSource(String source) |
UserstreamEvent |
UserstreamEvent.withTarget(String target) |
UserstreamEvent |
UserstreamEvent.withTargetObject(TargetObject targetObject) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.