- getAdditionalProperties() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
-
- getAdditionalProperties() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
- getAdditionalProperties() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
-
- getAdditionalProperties() - Method in class org.apache.streams.google.gplus.GPlusUserActivityProviderConfiguration
-
- getAdditionalProperties() - Method in class org.apache.streams.google.gplus.GPlusUserDataProviderConfiguration
-
- getAfterDate() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
-
If the api allows to gather data by date range, this date will be used as the start of the range for the request for this user.
- getAppName() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
-
- getBeforeDate() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
-
If the api allows to gather data by date range, this date will be used as the end of the range for the request for this user..
- getConfig() - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
-
- getDataCollector(BackOffStrategy, BlockingQueue<StreamsDatum>, Plus, UserInfo) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
-
- getDataCollector(BackOffStrategy, BlockingQueue<StreamsDatum>, Plus, UserInfo) - Method in class org.apache.streams.gplus.provider.GPlusUserActivityProvider
-
- getDataCollector(BackOffStrategy, BlockingQueue<StreamsDatum>, Plus, UserInfo) - Method in class org.apache.streams.gplus.provider.GPlusUserDataProvider
-
- getDefaultAfterDate() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
Optional parameter for the provider.
- getDefaultBeforeDate() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
Optional parameter for the provider.
- getEndpoint() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
The endpoint
- getFollow() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
DEPRECATED.
- getGooglePlusUsers() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
A list of user user ids and optional date parameters for the GPlus provider
- getHost() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
The host
- getId() - Method in class org.apache.streams.gplus.processor.GooglePlusCommentProcessor
-
- getId() - Method in class org.apache.streams.gplus.processor.GooglePlusTypeConverter
-
- getId() - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
-
- getId() - Method in class org.apache.streams.gplus.provider.GPlusUserActivityProvider
-
- getId() - Method in class org.apache.streams.gplus.provider.GPlusUserDataProvider
-
- getOauth() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
DEPRICATED
- getPathToP12KeyFile() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
-
Absolute Path to key file
- getPort() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
The port
- getProcessorOutputQueue() - Method in class org.apache.streams.gplus.processor.GooglePlusTypeConverter
-
- getProtocol() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
The protocol
- getProvider() - Static method in class org.apache.streams.gplus.serializer.util.GooglePlusActivityUtil
-
Gets the common googleplus
Provider
object
- getServiceAccountEmailAddress() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
-
Service Account email address for your app
- getUserId() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
-
Google+ user id
- getVersion() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
-
The version
- GooglePlusActivityUtil - Class in org.apache.streams.gplus.serializer.util
-
GooglePlusActivityUtil helps convert c.g.Person and c.g.Activity into o.a.s.p.j.o.Page and o.a.s.p.j.Activity.
- GooglePlusActivityUtil() - Constructor for class org.apache.streams.gplus.serializer.util.GooglePlusActivityUtil
-
- GooglePlusCommentProcessor - Class in org.apache.streams.gplus.processor
-
GooglePlusCommentProcessor collects comments about a google plus activity.
- GooglePlusCommentProcessor() - Constructor for class org.apache.streams.gplus.processor.GooglePlusCommentProcessor
-
- GooglePlusTypeConverter - Class in org.apache.streams.gplus.processor
-
GooglePlusTypeConverter is a StreamsProcessor that converts gplus activities to activitystreams activities.
- GooglePlusTypeConverter() - Constructor for class org.apache.streams.gplus.processor.GooglePlusTypeConverter
-
- GPlusActivityDeserializer - Class in org.apache.streams.gplus.serializer.util
-
Custom deserializer for GooglePlus' Person model.
- GPlusActivityDeserializer() - Constructor for class org.apache.streams.gplus.serializer.util.GPlusActivityDeserializer
-
- GPlusActivitySerializer - Class in org.apache.streams.gplus.provider
-
GPlusActivitySerializer converts gplus activities to as1 activities.
- GPlusActivitySerializer(AbstractGPlusProvider) - Constructor for class org.apache.streams.gplus.provider.GPlusActivitySerializer
-
- GPlusActivitySerializer() - Constructor for class org.apache.streams.gplus.provider.GPlusActivitySerializer
-
- GPlusCommentDeserializer - Class in org.apache.streams.gplus.serializer.util
-
GPlusCommentDeserializer converts gplus comments to as1 comments.
- GPlusCommentDeserializer() - Constructor for class org.apache.streams.gplus.serializer.util.GPlusCommentDeserializer
-
- GPlusConfiguration - Class in org.apache.streams.google.gplus
-
- GPlusConfiguration() - Constructor for class org.apache.streams.google.gplus.GPlusConfiguration
-
- GPlusDataCollector - Class in org.apache.streams.gplus.provider
-
GPlusDataCollector collects GPlus Data on behalf of providers.
- GPlusDataCollector() - Constructor for class org.apache.streams.gplus.provider.GPlusDataCollector
-
- GPlusEventClassifier - Class in org.apache.streams.gplus.serializer.util
-
GPlusEventClassifier classifies GPlus Events.
- GPlusEventClassifier() - Constructor for class org.apache.streams.gplus.serializer.util.GPlusEventClassifier
-
- GPlusOAuthConfiguration - Class in org.apache.streams.google.gplus
-
DEPRICATED
- GPlusOAuthConfiguration() - Constructor for class org.apache.streams.google.gplus.GPlusOAuthConfiguration
-
- GPlusPersonDeserializer - Class in org.apache.streams.gplus.serializer.util
-
Custom deserializer for GooglePlus' Person model.
- GPlusPersonDeserializer() - Constructor for class org.apache.streams.gplus.serializer.util.GPlusPersonDeserializer
-
- GPlusUserActivityCollector - Class in org.apache.streams.gplus.provider
-
Collects the public activities of a GPlus user.
- GPlusUserActivityCollector(Plus, BlockingQueue<StreamsDatum>, BackOffStrategy, UserInfo) - Constructor for class org.apache.streams.gplus.provider.GPlusUserActivityCollector
-
GPlusUserActivityCollector constructor.
- GPlusUserActivityProvider - Class in org.apache.streams.gplus.provider
-
Retrieve recent activity from a list of accounts.
- GPlusUserActivityProvider() - Constructor for class org.apache.streams.gplus.provider.GPlusUserActivityProvider
-
- GPlusUserActivityProvider(GPlusConfiguration) - Constructor for class org.apache.streams.gplus.provider.GPlusUserActivityProvider
-
- GPlusUserActivityProviderConfiguration - Class in org.apache.streams.google.gplus
-
- GPlusUserActivityProviderConfiguration() - Constructor for class org.apache.streams.google.gplus.GPlusUserActivityProviderConfiguration
-
- GPlusUserDataCollector - Class in org.apache.streams.gplus.provider
-
Collects user profile information for a specific GPlus user.
- GPlusUserDataCollector(Plus, BackOffStrategy, BlockingQueue<StreamsDatum>, UserInfo) - Constructor for class org.apache.streams.gplus.provider.GPlusUserDataCollector
-
GPlusUserDataCollector constructor.
- GPlusUserDataProvider - Class in org.apache.streams.gplus.provider
-
Retrieve current profile status for a list of accounts.
- GPlusUserDataProvider() - Constructor for class org.apache.streams.gplus.provider.GPlusUserDataProvider
-
- GPlusUserDataProvider(GPlusUserDataProviderConfiguration) - Constructor for class org.apache.streams.gplus.provider.GPlusUserDataProvider
-
- GPlusUserDataProviderConfiguration - Class in org.apache.streams.google.gplus
-
- GPlusUserDataProviderConfiguration() - Constructor for class org.apache.streams.google.gplus.GPlusUserDataProviderConfiguration
-