Skip navigation links
A B C D F G I L M N O P Q R S T U 

A

addImageObjects(List<ActivityObject>, Media) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Adds any image objects to the attachment field.
addInstagramExtensions(Activity, Media) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Takes various parameters from the instagram object that are currently not part of the activity schema and stores them in a generic extensions attribute.
addLocationExtension(Activity, Media) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Adds the location extension and populates with the instagram data.
addVideoObjects(List<ActivityObject>, Media) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Adds any video objects to the attachment field.

B

backOffStrategy - Variable in class org.apache.streams.instagram.provider.InstagramDataCollector
 
baseUrl(InstagramConfiguration) - Static method in class org.apache.streams.instagram.provider.InstagramProviderUtil
baseUrl from TwitterConfiguration.
buildActivityObject(Media) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Builds the object.
buildActivityObjectAttachments(Media) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Builds all of the attachments associated with a Media object.
buildActor(UserInfo) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Builds an Actor object given a UserInfo object.
buildActor(Media) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Builds the actor.

C

cleanUp() - Method in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
cleanUp() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
client - Variable in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
collectInstagramDataForUser(String) - Method in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaCollector
Pull Recement Media for a user and queues the resulting data.
collectInstagramDataForUser(String) - Method in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoCollector
 
comments(String) - Method in class org.apache.streams.instagram.api.Instagram
 
comments(String) - Method in interface org.apache.streams.instagram.api.Media
Get a list of recent comments on a media object.
computeSignature(String, String) - Static method in class org.apache.streams.instagram.api.InstagramOAuthRequestSigner
computeSignature.
config - Variable in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
consecutiveErrorCount - Variable in class org.apache.streams.instagram.provider.InstagramDataCollector
 
convertToStreamsDatum(T) - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
Takes an Instagram Object and sets it as the document of a streams datum and sets the id of the streams datum.
convertToStreamsDatum(Media) - Method in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaCollector
 
convertToStreamsDatum(UserInfo) - Method in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoCollector
 

D

dataQueue - Variable in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
dataQueue - Variable in class org.apache.streams.instagram.provider.InstagramDataCollector
 

F

formatId(String...) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Formats the ID to conform with the Apache Streams activity ID convention
fromActivity(Activity) - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
fromActivityList(List<Activity>) - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
fromActivityObject(ActivityObject) - Method in class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 

G

generateSignature(String) - Method in class org.apache.streams.instagram.api.InstagramOAuthRequestSigner
generateSignature.
generateSignatureBaseString(String, Map<String, String>) - Static method in class org.apache.streams.instagram.api.InstagramOAuthRequestSigner
generateSignatureBaseString.
getId() - Method in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
getId() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
getInstagramDataCollector() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
Return the data collector to use to connect to instagram.
getInstagramDataCollector() - Method in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider
 
getInstagramDataCollector() - Method in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider
 
getInstance(InstagramConfiguration) - Static method in class org.apache.streams.instagram.api.Instagram
getInstance of Instagram from InstagramConfiguration.
getLinks(Media) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Gets the links from the Instagram event.
getNextInstagramClient() - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
If there are authorized tokens available, it sets a new token for the client and returns the client.
getProvider() - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Gets the common instagram Provider object.

I

Instagram - Class in org.apache.streams.instagram.api
Implementation of all instagram interfaces using juneau.
InstagramAbstractProvider - Class in org.apache.streams.instagram.provider
Instagram StreamsProvider that provides Instagram data for a group of users
InstagramAbstractProvider() - Constructor for class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
InstagramAbstractProvider(InstagramConfiguration) - Constructor for class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
InstagramActivityUtil - Class in org.apache.streams.instagram.serializer.util
Provides utilities for working with Activity objects within the context of Instagram.
InstagramActivityUtil() - Constructor for class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
 
InstagramDataCollector<T> - Class in org.apache.streams.instagram.provider
Executes on all of the Instagram requests to collect the Instagram data.
InstagramDataCollector(Instagram, Queue<StreamsDatum>, InstagramConfiguration) - Constructor for class org.apache.streams.instagram.provider.InstagramDataCollector
InstagramDataCollector constructor.
InstagramMediaFeedDataConverter - Class in org.apache.streams.instagram.serializer
 
InstagramMediaFeedDataConverter() - Constructor for class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
InstagramOAuthRequestSigner - Class in org.apache.streams.instagram.api
Handles request signing to api.instagram.com.
InstagramOAuthRequestSigner(InstagramOAuthConfiguration) - Constructor for class org.apache.streams.instagram.api.InstagramOAuthRequestSigner
 
InstagramProviderUtil - Class in org.apache.streams.instagram.provider
TwitterProviderUtil contains utilities for Twitter Providers.
InstagramProviderUtil() - Constructor for class org.apache.streams.instagram.provider.InstagramProviderUtil
 
InstagramRecentMediaCollector - Class in org.apache.streams.instagram.provider.recentmedia
Executes on all of the Instagram requests to collect the media feed data.
InstagramRecentMediaCollector(Instagram, Queue<StreamsDatum>, InstagramRecentMediaProviderConfiguration) - Constructor for class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaCollector
 
InstagramRecentMediaProvider - Class in org.apache.streams.instagram.provider.recentmedia
Instagram StreamsProvider that provides the recent media data for a group of users.
InstagramRecentMediaProvider(InstagramRecentMediaProviderConfiguration) - Constructor for class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider
 
InstagramRetryHandler - Class in org.apache.streams.instagram.api
Handle expected and unexpected exceptions.
InstagramRetryHandler() - Constructor for class org.apache.streams.instagram.api.InstagramRetryHandler
 
InstagramTypeConverter - Class in org.apache.streams.instagram.processor
Deprecated.
InstagramTypeConverter() - Constructor for class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
InstagramUserInfoCollector - Class in org.apache.streams.instagram.provider.userinfo
InstagramDataCollector that pulls UserInfoData from Instagram
InstagramUserInfoCollector(Instagram, Queue<StreamsDatum>, InstagramUserInfoProviderConfiguration) - Constructor for class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoCollector
 
InstagramUserInfoDataConverter - Class in org.apache.streams.instagram.serializer
InstagramUserInfoDataConverter.
InstagramUserInfoDataConverter() - Constructor for class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 
InstagramUserInfoProvider - Class in org.apache.streams.instagram.provider.userinfo
Instagram provider that pulls UserInfoData from Instagram.
InstagramUserInfoProvider(InstagramUserInfoProviderConfiguration) - Constructor for class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider
 
isCompleted - Variable in class org.apache.streams.instagram.provider.InstagramDataCollector
 
isCompleted() - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
 
isRunning() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 

L

likes(String) - Method in class org.apache.streams.instagram.api.Instagram
 
likes(String) - Method in interface org.apache.streams.instagram.api.Media
Get a list of users who have liked this media.
lookupMedia(String) - Method in class org.apache.streams.instagram.api.Instagram
 
lookupMedia(String) - Method in interface org.apache.streams.instagram.api.Media
Get information about a media object.
lookupUser(String) - Method in class org.apache.streams.instagram.api.Instagram
 
lookupUser(String) - Method in interface org.apache.streams.instagram.api.Users
Get information about a user.

M

main(String[]) - Static method in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider
To use from command line:

Supply (at least) the following required configuration in application.conf:

instagram.clientKey instagram.usersInfo.authorizedTokens instagram.usersInfo.users

Launch using:

mvn exec:java \ -Dexec.mainClass=org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider \ -Dexec.args="application.conf media.json"

main(String[]) - Static method in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider
To use from command line:

Supply (at least) the following required configuration in application.conf:

instagram.clientKey instagram.usersInfo.authorizedTokens instagram.usersInfo.users

Launch using:

mvn exec:java \ -Dexec.mainClass=org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider \ -Dexec.args="application.conf userinfo.json"

MAX_ATTEMPTS - Static variable in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaCollector
 
MAX_ATTEMPTS - Static variable in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoCollector
 
Media - Interface in org.apache.streams.instagram.api
Media Endpoints.

N

numAvailableTokens() - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
Return the number of available tokens for this data collector.

O

onResponse(HttpResponse) - Method in class org.apache.streams.instagram.api.InstagramRetryHandler
 
org.apache.streams.instagram.api - package org.apache.streams.instagram.api
 
org.apache.streams.instagram.processor - package org.apache.streams.instagram.processor
 
org.apache.streams.instagram.provider - package org.apache.streams.instagram.provider
 
org.apache.streams.instagram.provider.recentmedia - package org.apache.streams.instagram.provider.recentmedia
 
org.apache.streams.instagram.provider.userinfo - package org.apache.streams.instagram.provider.userinfo
 
org.apache.streams.instagram.serializer - package org.apache.streams.instagram.serializer
 
org.apache.streams.instagram.serializer.util - package org.apache.streams.instagram.serializer.util
 

P

prepare(Object) - Method in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
prepare(Object) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
process(StreamsDatum) - Method in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 

Q

queueData(Collection<T>, String) - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
Queues the Instagram data to be output by the provider.

R

readCurrent() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
readNew(BigInteger) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
readRange(DateTime, DateTime) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
requiredClass - Static variable in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
requiredClass() - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
requiredClass() - Method in class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 
run() - Method in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaCollector
 
run() - Method in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoCollector
 

S

searchMedia(SearchMediaRequest) - Method in class org.apache.streams.instagram.api.Instagram
 
searchMedia(SearchMediaRequest) - Method in interface org.apache.streams.instagram.api.Media
Search for recent media in a given area.
searchUser(SearchUsersRequest) - Method in class org.apache.streams.instagram.api.Instagram
 
searchUser(SearchUsersRequest) - Method in interface org.apache.streams.instagram.api.Users
Get a list of users matching the query.
self() - Method in class org.apache.streams.instagram.api.Instagram
 
self() - Method in interface org.apache.streams.instagram.api.Users
Get information about the owner of the access_token.
selfMediaLiked(SelfLikedMediaRequest) - Method in class org.apache.streams.instagram.api.Instagram
 
selfMediaLiked(SelfLikedMediaRequest) - Method in interface org.apache.streams.instagram.api.Users
Get the list of recent media liked by the owner of the access_token.
selfMediaRecent(SelfRecentMediaRequest) - Method in class org.apache.streams.instagram.api.Instagram
 
selfMediaRecent(SelfRecentMediaRequest) - Method in interface org.apache.streams.instagram.api.Users
Get the most recent media published by the owner of the access_token.
serializationFormat() - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
serializationFormat() - Method in class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 
shortcode(String) - Method in class org.apache.streams.instagram.api.Instagram
 
shortcode(String) - Method in interface org.apache.streams.instagram.api.Media
This endpoint returns the same response as GET /media/media-id.
startStream() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
STREAMS_ID - Static variable in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
STREAMS_ID - Static variable in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
STREAMS_ID - Static variable in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider
 
STREAMS_ID - Static variable in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider
 

T

TERMINATE - Static variable in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
toActivityList(Media) - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
toActivityList(List<Media>) - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
toActivityObject(UserInfo) - Method in class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 

U

updateActivity(Media, Activity) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Updates the given Activity object with the values from the item
updateActivity(UserInfo, Activity) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Updates the given Activity object with the values from the item
userMediaRecent(UserRecentMediaRequest) - Method in class org.apache.streams.instagram.api.Instagram
 
userMediaRecent(UserRecentMediaRequest) - Method in interface org.apache.streams.instagram.api.Users
Get the most recent media published by a user.
Users - Interface in org.apache.streams.instagram.api
User Endpoints.
A B C D F G I L M N O P Q R S T U 
Skip navigation links

Copyright © 2017 The Apache Software Foundation. All rights reserved.