public interface

IWorkspace

com.google.gdata.data.introspection.IWorkspace
Known Indirect Subclasses

Class Overview

Shared workspace interface.

Summary

Public Methods
abstract ICollection addCollection(String collectionUri, String title, String... acceptedTypes)
Add a new collection to the list of collections associated with this workspace.
abstract List<? extends ICollection> getCollections()
Returns the collections associated with this workspace.

Public Methods

public abstract ICollection addCollection (String collectionUri, String title, String... acceptedTypes)

Add a new collection to the list of collections associated with this workspace.

Parameters
collectionUri
title
acceptedTypes

public abstract List<? extends ICollection> getCollections ()

Returns the collections associated with this workspace.