From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/binding/gdata/collection/Collection.html | 333 +++++++++++++++++++++ 1 file changed, 333 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/gdata/collection/Collection.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/gdata/collection/Collection.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/gdata/collection/Collection.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/gdata/collection/Collection.html new file mode 100644 index 0000000000..18401ac1af --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/gdata/collection/Collection.html @@ -0,0 +1,333 @@ + + + + + + +Collection + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.binding.gdata.collection +
+Interface Collection

+
+
All Known Subinterfaces:
MediaCollection
+
+
+
+
public interface Collection
+ + +

+Provides access to a collection of resources using Gdata. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voiddelete(java.lang.String id) + +
+          Delete an entry.
+ Entryget(java.lang.String id) + +
+          Retrieves an entry.
+ FeedgetFeed() + +
+          Get a GData feed for a collection of resources.
+ Entrypost(Entry entry) + +
+          Creates a new entry.
+ voidput(java.lang.String id, + Entry entry) + +
+          Update an entry.
+ Feedquery(Query query) + +
+          Get a GData feed for a collection of resources resulting from a query.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getFeed

+
+Feed getFeed()
+
+
Get a GData feed for a collection of resources. +

+

+ +
Returns:
the GData feed
+
+
+
+ +

+query

+
+Feed query(Query query)
+
+
Get a GData feed for a collection of resources resulting from a query. +

+

+
Parameters:
queryString - a query string +
Returns:
the GData feed
+
+
+
+ +

+post

+
+Entry post(Entry entry)
+
+
Creates a new entry. +

+

+
Parameters:
entry - +
Returns:
+
+
+
+ +

+get

+
+Entry get(java.lang.String id)
+          throws NotFoundException
+
+
Retrieves an entry. +

+

+
Parameters:
id - +
Returns:
+
Throws: +
NotFoundException
+
+
+
+ +

+put

+
+void put(java.lang.String id,
+         Entry entry)
+         throws NotFoundException
+
+
Update an entry. +

+

+
Parameters:
id -
entry - +
Throws: +
NotFoundException
+
+
+
+ +

+delete

+
+void delete(java.lang.String id)
+            throws NotFoundException
+
+
Delete an entry. +

+

+
Parameters:
id - +
Throws: +
NotFoundException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3