From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/binding/gdata/collection/Collection.html | 333 --------------------- 1 file changed, 333 deletions(-) delete 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 deleted file mode 100644 index 18401ac1af..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/binding/gdata/collection/Collection.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - - -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