|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Collection | |
---|---|
org.apache.abdera.factory | |
org.apache.abdera.model | |
org.apache.abdera.protocol.server | |
org.apache.abdera.protocol.server.provider.managed |
Uses of Collection in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return Collection | |
---|---|
Collection |
Factory.newCollection()
Create a new Collection element. |
Collection |
Factory.newCollection(Element parent)
Create a new Collection element as a child of the given Element. |
Uses of Collection in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return Collection | |
---|---|
Collection |
Collection.addAccepts(String... mediaRanges)
Adds new accept elements to the collection |
Collection |
Collection.addAccepts(String mediaRange)
Adds a new accept element to the collection |
Collection |
Collection.addAcceptsEntry()
Same as setAcceptsEntry except the existing accepts are not discarded |
Collection |
Collection.addCategories(Categories categories)
Add the app:categories element to the collection |
Collection |
Workspace.addCollection(String title,
String href)
Adds an individual collection to this workspace |
Collection |
Workspace.addMultipartCollection(String title,
String href)
Adds a multipart collection to this workspace |
Collection |
Source.getCollection()
Return an app:collection element associatd with this atom:source. |
Collection |
Workspace.getCollection(String title)
Returns the named collection |
Collection |
Service.getCollection(String workspace,
String collection)
Returns the named collection |
Collection |
Workspace.getCollectionThatAccepts(javax.activation.MimeType... type)
Returns a collection that accepts the specified media types |
Collection |
Service.getCollectionThatAccepts(javax.activation.MimeType... type)
Returns a collection that accepts the specified media types |
Collection |
Workspace.getCollectionThatAccepts(String... type)
Returns a collection that accepts the specified media types |
Collection |
Service.getCollectionThatAccepts(String... type)
Returns a collection that accepts the specified media types |
Collection |
Collection.setAccept(String... mediaRanges)
Set the listing of media-ranges allowed for this collection. |
Collection |
Collection.setAcceptsEntry()
Sets the appropriate accept element to indicate that entries are accepted (equivalent to calling setAccept("application/atom+xml;type=entry");) |
Collection |
Collection.setAcceptsNothing()
Sets the collection so that nothing is accepted (equivalent to calling setAccept(""); ) |
Collection |
Collection.setHref(String href)
Set the value of the href attribute |
Methods in org.apache.abdera.model that return types with arguments of type Collection | |
---|---|
List<Collection> |
Workspace.getCollections()
Returns the full set of collections in this workspace |
List<Collection> |
Workspace.getCollectionsThatAccept(javax.activation.MimeType... type)
Returns collections that accept the specified media types |
List<Collection> |
Service.getCollectionsThatAccept(javax.activation.MimeType... type)
Returns collections that accept the specified media types |
List<Collection> |
Workspace.getCollectionsThatAccept(String... type)
Returns collections that accept the specified media types |
List<Collection> |
Service.getCollectionsThatAccept(String... type)
Returns collections that accept the specified media types |
Methods in org.apache.abdera.model with parameters of type Collection | ||
---|---|---|
Workspace |
Workspace.addCollection(Collection collection)
Adds an individual collection to this workspace |
|
|
Source.setCollection(Collection collection)
Set the app:collection element |
Uses of Collection in org.apache.abdera.protocol.server |
---|
Methods in org.apache.abdera.protocol.server that return Collection | |
---|---|
Collection |
CollectionInfo.asCollectionElement(RequestContext request)
Converts this to an instance of the FOM Collection interface |
Uses of Collection in org.apache.abdera.protocol.server.provider.managed |
---|
Methods in org.apache.abdera.protocol.server.provider.managed that return Collection | |
---|---|
Collection |
FeedConfiguration.asCollectionElement(RequestContext request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |