| Package | Description |
|---|---|
| org.gcube.portal.databook.server |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
DBCassandraAstyanaxImpl.getAttachmentsByFeedId(String feedId) |
List<Attachment> |
DatabookStore.getAttachmentsByFeedId(String feedId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBCassandraAstyanaxImpl.saveAppFeed(Feed feed,
List<Attachment> attachments)
Save a feed instance in the store
Use this if your app needs to attach more than one file to the post
|
boolean |
DatabookStore.saveAppFeed(Feed feed,
List<Attachment> attachments)
Save a feed instance in the store
Use this if your app needs to attach more than one file to the post
|
boolean |
DBCassandraAstyanaxImpl.saveUserFeed(Feed feed,
List<Attachment> attachments)
Save a Feed instance in the store having more than one attachment
Use this if you need to attach more than one file to the post
|
boolean |
DatabookStore.saveUserFeed(Feed feed,
List<Attachment> attachments)
Save a Feed instance in the store having more than one attachment
Use this if you need to attach more than one file to the post
|
Copyright © 2016. All Rights Reserved.