Added: websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/class-use/UserstreamEvent.html ============================================================================== --- websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/class-use/UserstreamEvent.html (added) +++ websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/class-use/UserstreamEvent.html Mon Mar 28 05:35:22 2016 @@ -0,0 +1,268 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_40) on Mon Mar 28 00:34:40 CDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.streams.twitter.pojo.UserstreamEvent (streams-provider-twitter 0.3-incubating-SNAPSHOT API)</title> +<meta name="date" content="2016-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.streams.twitter.pojo.UserstreamEvent (streams-provider-twitter 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/streams/twitter/pojo/class-use/UserstreamEvent.html" target="_top">Frames</a></li> +<li><a href="UserstreamEvent.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.streams.twitter.pojo.UserstreamEvent" class="title">Uses of Class<br>org.apache.streams.twitter.pojo.UserstreamEvent</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.streams.twitter.converter">org.apache.streams.twitter.converter</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.streams.twitter.pojo">org.apache.streams.twitter.pojo</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.streams.twitter.converter"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a> in <a href="../../../../../../org/apache/streams/twitter/converter/package-summary.html">org.apache.streams.twitter.converter</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/streams/twitter/converter/package-summary.html">org.apache.streams.twitter.converter</a> that return <a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></code></td> +<td class="colLast"><span class="typeNameLabel">TwitterJsonUserstreameventActivityConverter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/converter/TwitterJsonUserstreameventActivityConverter.html#fromActivity-org.apache.streams.pojo.json.Activity-">fromActivity</a></span>(<a href="http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-pojo/streams-pojo/apidocs/org/apache/streams/pojo/json/Activity.html?is-external=true" title="class or interface in org.apache.streams.pojo.json">Activity</a> deserialized)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/streams/twitter/converter/package-summary.html">org.apache.streams.twitter.converter</a> that return types with arguments of type <a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a>></code></td> +<td class="colLast"><span class="typeNameLabel">TwitterJsonUserstreameventActivityConverter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/converter/TwitterJsonUserstreameventActivityConverter.html#fromActivityList-java.util.List-">fromActivityList</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-pojo/streams-pojo/apidocs/org/apache/streams/pojo/json/Activity.html?is-external=true" title="class or interface in org.apache.streams.pojo.json">Activity</a>> list)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/streams/twitter/converter/package-summary.html">org.apache.streams.twitter.converter</a> with parameters of type <a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-pojo/streams-pojo/apidocs/org/apache/streams/pojo/json/ActivityObject.html?is-external=true" title="class or interface in org.apache.streams.pojo.json">ActivityObject</a></code></td> +<td class="colLast"><span class="typeNameLabel">TwitterJsonUserstreameventActivityConverter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/converter/TwitterJsonUserstreameventActivityConverter.html#buildActivityObject-org.apache.streams.twitter.pojo.UserstreamEvent-">buildActivityObject</a></span>(<a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a> event)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-pojo/streams-pojo/apidocs/org/apache/streams/pojo/json/Actor.html?is-external=true" title="class or interface in org.apache.streams.pojo.json">Actor</a></code></td> +<td class="colLast"><span class="typeNameLabel">TwitterJsonUserstreameventActivityConverter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/converter/TwitterJsonUserstreameventActivityConverter.html#buildActor-org.apache.streams.twitter.pojo.UserstreamEvent-">buildActor</a></span>(<a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a> event)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-pojo/streams-pojo/apidocs/org/apache/streams/pojo/json/ActivityObject.html?is-external=true" title="class or interface in org.apache.streams.pojo.json">ActivityObject</a></code></td> +<td class="colLast"><span class="typeNameLabel">TwitterJsonUserstreameventActivityConverter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/converter/TwitterJsonUserstreameventActivityConverter.html#buildTarget-org.apache.streams.twitter.pojo.UserstreamEvent-">buildTarget</a></span>(<a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a> event)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-pojo/streams-pojo/apidocs/org/apache/streams/pojo/json/Activity.html?is-external=true" title="class or interface in org.apache.streams.pojo.json">Activity</a></code></td> +<td class="colLast"><span class="typeNameLabel">TwitterJsonUserstreameventActivityConverter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/converter/TwitterJsonUserstreameventActivityConverter.html#convert-org.apache.streams.twitter.pojo.UserstreamEvent-">convert</a></span>(<a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a> event)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><span class="typeNameLabel">TwitterJsonUserstreameventActivityConverter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/converter/TwitterJsonUserstreameventActivityConverter.html#detectVerb-org.apache.streams.twitter.pojo.UserstreamEvent-">detectVerb</a></span>(<a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a> event)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-pojo/streams-pojo/apidocs/org/apache/streams/pojo/json/Activity.html?is-external=true" title="class or interface in org.apache.streams.pojo.json">Activity</a>></code></td> +<td class="colLast"><span class="typeNameLabel">TwitterJsonUserstreameventActivityConverter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/converter/TwitterJsonUserstreameventActivityConverter.html#toActivityList-org.apache.streams.twitter.pojo.UserstreamEvent-">toActivityList</a></span>(<a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a> userstreamEvent)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Method parameters in <a href="../../../../../../org/apache/streams/twitter/converter/package-summary.html">org.apache.streams.twitter.converter</a> with type arguments of type <a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://streams.incubator.apache.org/site/0.3-incubating-SNAPSHOT/streams-pojo/streams-pojo/apidocs/org/apache/streams/pojo/json/Activity.html?is-external=true" title="class or interface in org.apache.streams.pojo.json">Activity</a>></code></td> +<td class="colLast"><span class="typeNameLabel">TwitterJsonUserstreameventActivityConverter.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/converter/TwitterJsonUserstreameventActivityConverter.html#toActivityList-java.util.List-">toActivityList</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a>> serializedList)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.streams.twitter.pojo"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a> in <a href="../../../../../../org/apache/streams/twitter/pojo/package-summary.html">org.apache.streams.twitter.pojo</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/streams/twitter/pojo/package-summary.html">org.apache.streams.twitter.pojo</a> that return <a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></code></td> +<td class="colLast"><span class="typeNameLabel">UserstreamEvent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html#withAdditionalProperty-java.lang.String-java.lang.Object-">withAdditionalProperty</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name, + <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></code></td> +<td class="colLast"><span class="typeNameLabel">UserstreamEvent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html#withCreatedAt-org.joda.time.DateTime-">withCreatedAt</a></span>(org.joda.time.DateTime createdAt)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></code></td> +<td class="colLast"><span class="typeNameLabel">UserstreamEvent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html#withEventType-org.apache.streams.twitter.pojo.UserstreamEvent.EventType-">withEventType</a></span>(<a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.EventType.html" title="enum in org.apache.streams.twitter.pojo">UserstreamEvent.EventType</a> eventType)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></code></td> +<td class="colLast"><span class="typeNameLabel">UserstreamEvent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html#withSource-java.lang.String-">withSource</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> source)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></code></td> +<td class="colLast"><span class="typeNameLabel">UserstreamEvent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html#withTarget-java.lang.String-">withTarget</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> target)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></code></td> +<td class="colLast"><span class="typeNameLabel">UserstreamEvent.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html#withTargetObject-org.apache.streams.twitter.pojo.TargetObject-">withTargetObject</a></span>(<a href="../../../../../../org/apache/streams/twitter/pojo/TargetObject.html" title="class in org.apache.streams.twitter.pojo">TargetObject</a> targetObject)</code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/streams/twitter/pojo/class-use/UserstreamEvent.html" target="_top">Frames</a></li> +<li><a href="UserstreamEvent.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2012–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
Added: websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-frame.html ============================================================================== --- websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-frame.html (added) +++ websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-frame.html Mon Mar 28 05:35:22 2016 @@ -0,0 +1,38 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_40) on Mon Mar 28 00:34:40 CDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.streams.twitter.pojo (streams-provider-twitter 0.3-incubating-SNAPSHOT API)</title> +<meta name="date" content="2016-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<h1 class="bar"><a href="../../../../../org/apache/streams/twitter/pojo/package-summary.html" target="classFrame">org.apache.streams.twitter.pojo</a></h1> +<div class="indexContainer"> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="Coordinates.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">Coordinates</a></li> +<li><a href="Delete.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">Delete</a></li> +<li><a href="DeleteDetails.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">DeleteDetails</a></li> +<li><a href="Entities.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">Entities</a></li> +<li><a href="Follow.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">Follow</a></li> +<li><a href="FriendList.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">FriendList</a></li> +<li><a href="Hashtag.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">Hashtag</a></li> +<li><a href="Retweet.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">Retweet</a></li> +<li><a href="Status.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">Status</a></li> +<li><a href="TargetObject.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">TargetObject</a></li> +<li><a href="Tweet.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">Tweet</a></li> +<li><a href="User.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">User</a></li> +<li><a href="UserMentions.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">UserMentions</a></li> +<li><a href="UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo" target="classFrame">UserstreamEvent</a></li> +</ul> +<h2 title="Enums">Enums</h2> +<ul title="Enums"> +<li><a href="UserstreamEvent.EventType.html" title="enum in org.apache.streams.twitter.pojo" target="classFrame">UserstreamEvent.EventType</a></li> +</ul> +</div> +</body> +</html> Added: websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-summary.html ============================================================================== --- websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-summary.html (added) +++ websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-summary.html Mon Mar 28 05:35:22 2016 @@ -0,0 +1,211 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_40) on Mon Mar 28 00:34:40 CDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.streams.twitter.pojo (streams-provider-twitter 0.3-incubating-SNAPSHOT API)</title> +<meta name="date" content="2016-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="org.apache.streams.twitter.pojo (streams-provider-twitter 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/streams/twitter/converter/util/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/streams/twitter/processor/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/streams/twitter/pojo/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Package" class="title">Package org.apache.streams.twitter.pojo</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/Coordinates.html" title="class in org.apache.streams.twitter.pojo">Coordinates</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/Delete.html" title="class in org.apache.streams.twitter.pojo">Delete</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/DeleteDetails.html" title="class in org.apache.streams.twitter.pojo">DeleteDetails</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/Entities.html" title="class in org.apache.streams.twitter.pojo">Entities</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/Follow.html" title="class in org.apache.streams.twitter.pojo">Follow</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/FriendList.html" title="class in org.apache.streams.twitter.pojo">FriendList</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/Hashtag.html" title="class in org.apache.streams.twitter.pojo">Hashtag</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/Retweet.html" title="class in org.apache.streams.twitter.pojo">Retweet</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/Status.html" title="class in org.apache.streams.twitter.pojo">Status</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/TargetObject.html" title="class in org.apache.streams.twitter.pojo">TargetObject</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/Tweet.html" title="class in org.apache.streams.twitter.pojo">Tweet</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/User.html" title="class in org.apache.streams.twitter.pojo">User</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/UserMentions.html" title="class in org.apache.streams.twitter.pojo">UserMentions</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo">UserstreamEvent</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> +<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Enum</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.EventType.html" title="enum in org.apache.streams.twitter.pojo">UserstreamEvent.EventType</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/streams/twitter/converter/util/package-summary.html">Prev Package</a></li> +<li><a href="../../../../../org/apache/streams/twitter/processor/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/streams/twitter/pojo/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2012–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-tree.html ============================================================================== --- websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-tree.html (added) +++ websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-tree.html Mon Mar 28 05:35:22 2016 @@ -0,0 +1,167 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_40) on Mon Mar 28 00:34:40 CDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.streams.twitter.pojo Class Hierarchy (streams-provider-twitter 0.3-incubating-SNAPSHOT API)</title> +<meta name="date" content="2016-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="org.apache.streams.twitter.pojo Class Hierarchy (streams-provider-twitter 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/streams/twitter/converter/util/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/streams/twitter/processor/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/streams/twitter/pojo/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 class="title">Hierarchy For Package org.apache.streams.twitter.pojo</h1> +<span class="packageHierarchyLabel">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> +<ul> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/Coordinates.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">Coordinates</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/Delete.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">Delete</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/DeleteDetails.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">DeleteDetails</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/Entities.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">Entities</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/Follow.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">Follow</span></a></li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/FriendList.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">FriendList</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/Hashtag.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">Hashtag</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/Status.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">Status</span></a></li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/TargetObject.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">TargetObject</span></a></li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/Tweet.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">Tweet</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) +<ul> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/Retweet.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">Retweet</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +</ul> +</li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/User.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">User</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/UserMentions.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">UserMentions</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.html" title="class in org.apache.streams.twitter.pojo"><span class="typeNameLink">UserstreamEvent</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li> +</ul> +</li> +</ul> +<h2 title="Enum Hierarchy">Enum Hierarchy</h2> +<ul> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> +<ul> +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a><E> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) +<ul> +<li type="circle">org.apache.streams.twitter.pojo.<a href="../../../../../org/apache/streams/twitter/pojo/UserstreamEvent.EventType.html" title="enum in org.apache.streams.twitter.pojo"><span class="typeNameLink">UserstreamEvent.EventType</span></a></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/streams/twitter/converter/util/package-tree.html">Prev</a></li> +<li><a href="../../../../../org/apache/streams/twitter/processor/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/streams/twitter/pojo/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2012–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-use.html ============================================================================== --- websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-use.html (added) +++ websites/production/streams/content/site/0.3-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/apidocs/org/apache/streams/twitter/pojo/package-use.html Mon Mar 28 05:35:22 2016 @@ -0,0 +1,279 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_40) on Mon Mar 28 00:34:40 CDT 2016 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Package org.apache.streams.twitter.pojo (streams-provider-twitter 0.3-incubating-SNAPSHOT API)</title> +<meta name="date" content="2016-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Package org.apache.streams.twitter.pojo (streams-provider-twitter 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/streams/twitter/pojo/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Uses of Package org.apache.streams.twitter.pojo" class="title">Uses of Package<br>org.apache.streams.twitter.pojo</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../org/apache/streams/twitter/pojo/package-summary.html">org.apache.streams.twitter.pojo</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.streams.twitter.converter">org.apache.streams.twitter.converter</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.streams.twitter.converter.util">org.apache.streams.twitter.converter.util</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.streams.twitter.pojo">org.apache.streams.twitter.pojo</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.streams.twitter.processor">org.apache.streams.twitter.processor</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.streams.twitter.converter"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/streams/twitter/pojo/package-summary.html">org.apache.streams.twitter.pojo</a> used by <a href="../../../../../org/apache/streams/twitter/converter/package-summary.html">org.apache.streams.twitter.converter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Delete.html#org.apache.streams.twitter.converter">Delete</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Follow.html#org.apache.streams.twitter.converter">Follow</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Retweet.html#org.apache.streams.twitter.converter">Retweet</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Tweet.html#org.apache.streams.twitter.converter">Tweet</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/User.html#org.apache.streams.twitter.converter">User</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/UserstreamEvent.html#org.apache.streams.twitter.converter">UserstreamEvent</a> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.streams.twitter.converter.util"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/streams/twitter/pojo/package-summary.html">org.apache.streams.twitter.pojo</a> used by <a href="../../../../../org/apache/streams/twitter/converter/util/package-summary.html">org.apache.streams.twitter.converter.util</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Delete.html#org.apache.streams.twitter.converter.util">Delete</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Tweet.html#org.apache.streams.twitter.converter.util">Tweet</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/User.html#org.apache.streams.twitter.converter.util">User</a> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.streams.twitter.pojo"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/streams/twitter/pojo/package-summary.html">org.apache.streams.twitter.pojo</a> used by <a href="../../../../../org/apache/streams/twitter/pojo/package-summary.html">org.apache.streams.twitter.pojo</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Coordinates.html#org.apache.streams.twitter.pojo">Coordinates</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Delete.html#org.apache.streams.twitter.pojo">Delete</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/DeleteDetails.html#org.apache.streams.twitter.pojo">DeleteDetails</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Entities.html#org.apache.streams.twitter.pojo">Entities</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Follow.html#org.apache.streams.twitter.pojo">Follow</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/FriendList.html#org.apache.streams.twitter.pojo">FriendList</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Hashtag.html#org.apache.streams.twitter.pojo">Hashtag</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Retweet.html#org.apache.streams.twitter.pojo">Retweet</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Status.html#org.apache.streams.twitter.pojo">Status</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/TargetObject.html#org.apache.streams.twitter.pojo">TargetObject</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/Tweet.html#org.apache.streams.twitter.pojo">Tweet</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/User.html#org.apache.streams.twitter.pojo">User</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/UserMentions.html#org.apache.streams.twitter.pojo">UserMentions</a> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/UserstreamEvent.html#org.apache.streams.twitter.pojo">UserstreamEvent</a> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/UserstreamEvent.EventType.html#org.apache.streams.twitter.pojo">UserstreamEvent.EventType</a> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.streams.twitter.processor"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/streams/twitter/pojo/package-summary.html">org.apache.streams.twitter.pojo</a> used by <a href="../../../../../org/apache/streams/twitter/processor/package-summary.html">org.apache.streams.twitter.processor</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../org/apache/streams/twitter/pojo/class-use/User.html#org.apache.streams.twitter.processor">User</a> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/streams/twitter/pojo/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2012–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
