Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCEPTED - Enum constant in enum org.gcube.portal.databook.shared.InviteStatus
User accepted the invite
ACCOUNTING - Enum constant in enum org.gcube.portal.databook.shared.FeedType
Deprecated.
Special case used when accounting
ACCOUNTING - Enum constant in enum org.gcube.portal.databook.shared.PostType
Special case used when accounting
addComment(Comment) - Method in interface org.gcube.portal.databook.server.DatabookStore
add a comment to a feed
addComment(Comment) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
add a comment to a feed
ALREADY_INVITED - Enum constant in enum org.gcube.portal.databook.shared.InviteOperationResult
 
APP_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
APP_TIMELINE_POSTS - Static variable in class org.gcube.portal.databook.server.Schema
 
ApplicationProfile - Class in org.gcube.portal.databook.shared
Represents an application profile in the social networking system.
ApplicationProfile() - Constructor for class org.gcube.portal.databook.shared.ApplicationProfile
 
ApplicationProfile(String, String, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.ApplicationProfile
 
approveFriendship(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Approves a friendship request from one user to another.
approveFriendship(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Approves a friendship request from one user to another.
ATTACH_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
Attachment - Class in org.gcube.portal.databook.shared
Represents an attachment (e.g., file or resource) associated with a post or feed.
Attachment() - Constructor for class org.gcube.portal.databook.shared.Attachment
Default constructor.
Attachment(String, String, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Attachment
Constructs an Attachment with the specified details.
Attachment.AttachmentJsonizer - Interface in org.gcube.portal.databook.shared
Interface for JSON serialization of Attachment objects.
attachments - Variable in class org.gcube.portal.databook.shared.ClientPost
 
ATTACHMENTS - Static variable in class org.gcube.portal.databook.server.Schema
 

B

BMP - Enum constant in enum org.gcube.portal.databook.shared.ImageType
 

C

CALENDAR_ADDED_EVENT - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that someone in his VRE created a new Event in the Calendar
CALENDAR_DELETED_EVENT - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that someone in his VRE deleted an Event in the Calendar
CALENDAR_UPDATED_EVENT - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that someone in his VRE updated an Event in the Calendar
CANCELLED - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job has been cancelled.
CANCELLING - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job is in the process of being cancelled.
CassandraClusterConnection - Class in org.gcube.portal.databook.server
Utility class for managing Cassandra cluster connections and keyspace setup.
CassandraClusterConnection(boolean) - Constructor for class org.gcube.portal.databook.server.CassandraClusterConnection
 
CassandraClusterConnection(boolean, String) - Constructor for class org.gcube.portal.databook.server.CassandraClusterConnection
 
CAT_ITEM_DELETE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
catalogue, use to notify someone removed an item
CAT_ITEM_PUBLISHED - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
catalogue, use to notify someone published an item
CAT_ITEM_REJECTED - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
catalogue, use to notify someone rejected a submitted item
CAT_ITEM_SUBMITTED - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
catalogue, use to notify someone submits an item for consideration
CAT_ITEM_UPDATED - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
catalogue, use to notify someone updated an item
checkUnreadMessagesNotifications(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
checkUnreadMessagesNotifications(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
checkUnreadNotifications(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
checkUnreadNotifications(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
ClientAttachment - Class in org.gcube.portal.databook.shared
Represents an attachment for use in GWT/JavaScript interop scenarios.
ClientAttachment() - Constructor for class org.gcube.portal.databook.shared.ClientAttachment
 
ClientFeed - Class in org.gcube.portal.databook.shared
Represents a feed for use in GWT/JavaScript interop scenarios.
ClientFeed() - Constructor for class org.gcube.portal.databook.shared.ClientFeed
Default constructor.
ClientFeed(String, String, String, Date, String, String, String, String, String, String, String, String, String, List<Attachment>) - Constructor for class org.gcube.portal.databook.shared.ClientFeed
Constructs a ClientFeed with the specified details.
ClientFeed.ClientFeedJsonizer - Interface in org.gcube.portal.databook.shared
Interface for JSON serialization of ClientFeed objects.
ClientPost - Class in org.gcube.portal.databook.shared
Represents a post for use in GWT/JavaScript interop scenarios.
ClientPost() - Constructor for class org.gcube.portal.databook.shared.ClientPost
 
close() - Static method in class org.gcube.portal.databook.server.DatabookCassandraTest
 
closeConnection() - Method in class org.gcube.portal.databook.server.CassandraClusterConnection
 
closeConnection() - Method in interface org.gcube.portal.databook.server.DatabookStore
close the connection to the underlying database
closeConnection() - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
close the connection to the underlying database
closeSession(CqlSession) - Static method in class org.gcube.portal.databook.server.CassandraClusterConnection
 
ColumnNameNotFoundException - Exception in org.gcube.portal.databook.shared.ex
Exception thrown when a column name is not found in the data store or schema.
ColumnNameNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.ColumnNameNotFoundException
 
Comment - Class in org.gcube.portal.databook.shared
Represents a comment associated with a feed or post.
Comment() - Constructor for class org.gcube.portal.databook.shared.Comment
Default constructor.
Comment(String, String, Date, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Comment
Constructs a Comment with the specified details.
Comment(String, String, Date, String, String, String, String, boolean, Date) - Constructor for class org.gcube.portal.databook.shared.Comment
Constructs a Comment for an edited comment with the specified details.
COMMENT - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that commented on a feed (Not his) that someone commented too
COMMENT - Static variable in class org.gcube.portal.databook.server.Schema
 
COMMENT_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
CommentIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
CommentIDNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.CommentIDNotFoundException
 
COMMENTS - Static variable in class org.gcube.portal.databook.server.Schema
 
COMMENTS_GOT_BY_USER - Enum constant in enum org.gcube.portal.databook.shared.ShowUserStatisticAction
 
COMMENTS_MADE_BY_USER - Enum constant in enum org.gcube.portal.databook.shared.ShowUserStatisticAction
 
COMMENTS_NO - Static variable in class org.gcube.portal.databook.server.Schema
 
compareTo(Comment) - Method in class org.gcube.portal.databook.shared.Comment
Compares this comment to another comment based on their timestamps.
compareTo(Feed) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Compares this feed with another feed based on their creation time.
compareTo(Post) - Method in class org.gcube.portal.databook.shared.Post
Compares this post with another post based on their creation time.
CONNECTED - Enum constant in enum org.gcube.portal.databook.shared.FeedType
Deprecated.
 
CONNECTED - Enum constant in enum org.gcube.portal.databook.shared.PostType
 
CONNECTION - Enum constant in enum org.gcube.portal.databook.shared.PrivacyLevel
 
CONTROL_CODE - Static variable in class org.gcube.portal.databook.server.Schema
 
COUNT - Static variable in class org.gcube.portal.databook.server.Schema
 
create(String, String, String, String, String, String) - Static method in class org.gcube.portal.databook.shared.ClientAttachment
Creates a new instance of ClientAttachment.
create(String, String, String, Date, String, String, String, String, String, String, String, String, String, ClientAttachment[]) - Static method in class org.gcube.portal.databook.shared.ClientPost
Creates a new instance of ClientPost.

D

DatabookCassandraTest - Class in org.gcube.portal.databook.server
 
DatabookCassandraTest() - Constructor for class org.gcube.portal.databook.server.DatabookCassandraTest
 
DatabookStore - Interface in org.gcube.portal.databook.server
High-level interface for querying and managing social data in the DatabookStore.
DBCassandraAstyanaxImpl - Class in org.gcube.portal.databook.server
 
DBCassandraAstyanaxImpl() - Constructor for class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
public constructor, no dropping schema is allowed
DBCassandraAstyanaxImpl(boolean) - Constructor for class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
use this constructor carefully from test classes
DBCassandraAstyanaxImpl(String) - Constructor for class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
public constructor, no dropping schema is allowed, infrastructureName is given.
decode(String) - Static method in class org.gcube.portal.databook.client.util.Encoder
 
deleteComment(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
deletes a comment
deleteComment(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
deletes a comment
DELETED - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job has been deleted.
deleteFeed(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use saveUserPost
deleteFeed(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
deleteHashTags(String, String, List<String>) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
deleteHashTags(String, String, List<String>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
deleteHashTagsComment(String, String, List<String>) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
deleteHashTagsComment(String, String, List<String>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
deletePost(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
delete a Feed from the store
deletePost(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
delete a Feed from the store
DELETING - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job is in the process of being deleted.
denyFriendship(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Denies a friendship request from one user to another.
denyFriendship(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Denies a friendship request from one user to another.
description - Variable in class org.gcube.portal.databook.shared.ClientAttachment
 
description - Variable in class org.gcube.portal.databook.shared.ClientPost
 
DESCRIPTION - Static variable in class org.gcube.portal.databook.server.Schema
 
DISABLED - Enum constant in enum org.gcube.portal.databook.shared.FeedType
Deprecated.
Special case used when a Feed is removed
DISABLED - Enum constant in enum org.gcube.portal.databook.shared.PostType
Special case used when a Feed is removed
DOCUMENT_WORKFLOW_EDIT - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
Deprecated.
DOCUMENT_WORKFLOW_FIRST_STEP_REQUEST_INVOLVMENT - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
Deprecated.
DOCUMENT_WORKFLOW_FORWARD_STEP_COMPLETED_OWNER - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
Deprecated.
DOCUMENT_WORKFLOW_STEP_FORWARD_PEER - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
Deprecated.
DOCUMENT_WORKFLOW_STEP_REQUEST_TASK - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
Deprecated.
DOCUMENT_WORKFLOW_USER_FORWARD_TO_OWNER - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
Deprecated.
DOCUMENT_WORKFLOW_VIEW - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
Deprecated.

E

editComment(Comment) - Method in interface org.gcube.portal.databook.server.DatabookStore
edit a comment
editComment(Comment) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
edit a comment
email - Variable in class org.gcube.portal.databook.shared.ClientPost
 
EMAIL - Enum constant in enum org.gcube.portal.databook.shared.NotificationChannelType
EMAIL
EMAIL - Static variable in class org.gcube.portal.databook.server.Schema
 
EMAIL_INVITES - Static variable in class org.gcube.portal.databook.server.Schema
 
encode(String) - Static method in class org.gcube.portal.databook.client.util.Encoder
 
Encoder - Class in org.gcube.portal.databook.client.util
simply encode base64 strings
Encoder() - Constructor for class org.gcube.portal.databook.client.util.Encoder
 
EnhancedFeed - Class in org.gcube.portal.databook.shared
 
EnhancedFeed() - Constructor for class org.gcube.portal.databook.shared.EnhancedFeed
 
EnhancedFeed(Feed, boolean, boolean) - Constructor for class org.gcube.portal.databook.shared.EnhancedFeed
 
EnhancedFeed(Feed, boolean, boolean, ArrayList<Comment>) - Constructor for class org.gcube.portal.databook.shared.EnhancedFeed
 
EnhancedFeed(Feed, boolean, boolean, ArrayList<Comment>, ArrayList<Attachment>) - Constructor for class org.gcube.portal.databook.shared.EnhancedFeed
 
ENTITY_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
EXECUTING - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job is being executed by job processor.

F

FAILED - Enum constant in enum org.gcube.portal.databook.shared.InviteOperationResult
 
FAILED - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
he job execution has failed.
Feed - Class in org.gcube.portal.databook.shared
Deprecated.
Use Post instead.
Feed() - Constructor for class org.gcube.portal.databook.shared.Feed
Deprecated.
Default constructor.
Feed(String, FeedType, String, Date, String, String, String, String, PrivacyLevel, String, String, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Feed
Deprecated.
Constructor for user feeds.
Feed(String, FeedType, String, Date, String, String, String, String, PrivacyLevel, String, String, String, String, String, String, boolean) - Constructor for class org.gcube.portal.databook.shared.Feed
Deprecated.
Constructor for user and application profile feeds.
Feed(String, FeedType, String, Date, String, String, String, String, PrivacyLevel, String, String, String, String, String, String, String, String, boolean, boolean) - Constructor for class org.gcube.portal.databook.shared.Feed
Deprecated.
Constructor for serialization purposes.
FeedIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
FeedIDNotFoundException(String, String) - Constructor for exception org.gcube.portal.databook.shared.ex.FeedIDNotFoundException
 
FeedType - Enum in org.gcube.portal.databook.shared
Deprecated.
use PostType
FeedTypeNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
FeedTypeNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.FeedTypeNotFoundException
 
FULL_NAME - Static variable in class org.gcube.portal.databook.server.Schema
 
fullName - Variable in class org.gcube.portal.databook.shared.ClientPost
 

G

GCubeSocialNetworking - Class in org.gcube.portal.databook.client
Entry point classes define onModuleLoad() and instances the HandlerManager for IPC
GCubeSocialNetworking() - Constructor for class org.gcube.portal.databook.client.GCubeSocialNetworking
 
GENERIC - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
generic notification
getAccountURL() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getAllCommentByFeed(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getAllCommentByPost
getAllCommentByFeed(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getAllCommentByPost(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllCommentByPost(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllFeedsByApp(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getAllPostsByApp instead
getAllFeedsByApp(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllFeedsByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getAllPostsByUser instead
getAllFeedsByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getAllFeedsByVRE(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getAllPostsByVRE
getAllFeedsByVRE(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getAllLikedFeedIdsByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getAllLikedPostIdsByUser
getAllLikedFeedIdsByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getAllLikedFeedsByUser(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getAllLikedPostsByUser
getAllLikedFeedsByUser(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllLikedPostIdsByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllLikedPostIdsByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllLikedPostsByUser(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllLikedPostsByUser(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllLikesByFeed(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getAllLikesByPost
getAllLikesByFeed(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getAllLikesByPost(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllLikesByPost(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllNotificationByUser(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllNotificationByUser(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllPortalPrivacyLevelFeeds() - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getAllPortalPrivacyLevelPosts instead return all the feeds whose Level is PORTAL
getAllPortalPrivacyLevelFeeds() - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getAllPortalPrivacyLevelPosts() - Method in interface org.gcube.portal.databook.server.DatabookStore
return all the feeds whose Level is PORTAL
getAllPortalPrivacyLevelPosts() - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
getAllPostsByApp(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllPostsByApp(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllPostsByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAllPostsByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAllPostsByVRE(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Returns all posts for a specified VRE.
getAllPostsByVRE(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Returns all posts for a specified VRE.
getAllVREIds() - Method in interface org.gcube.portal.databook.server.DatabookStore
Retrieve all the ids of the vre
getAllVREIds() - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
getAttachments() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the list of attachments associated with the feed.
getAttachments() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
getAttachments() - Method in class org.gcube.portal.databook.shared.PostWithAttachment
 
getAttachmentsByFeedId(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getAttachmentsByFeedId(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getAvatarId() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getComment() - Method in class org.gcube.portal.databook.server.Tester
 
getCommentKey() - Method in class org.gcube.portal.databook.shared.Notification
 
getComments() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
getCommentsNo() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the number of comments on the feed.
getCommentsNo() - Method in class org.gcube.portal.databook.shared.Post
Gets the number of comments on the post.
getConnection() - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
getControlCode() - Method in class org.gcube.portal.databook.shared.Invite
 
getDatacenterName() - Method in class org.gcube.portal.databook.server.RunningCluster
 
getDescription() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getDescription() - Method in class org.gcube.portal.databook.shared.Attachment
Gets the description of the attachment.
getDescription() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the description of the feed.
getDescription() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the description or content of the feed.
getDescription() - Method in class org.gcube.portal.databook.shared.Notification
 
getDescription() - Method in class org.gcube.portal.databook.shared.Post
Gets the description or content of the post.
getEmail() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the email of the feed author.
getEmail() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the email of the entity that created the feed.
getEmail() - Method in class org.gcube.portal.databook.shared.Post
Gets the email of the entity that created the post.
getEmailaddress() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getEntityId() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the entity ID (user or application ID).
getEntityId() - Method in class org.gcube.portal.databook.shared.Post
Gets the unique identifier of the user or application that created the post.
getFeed() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
getFeedid() - Method in class org.gcube.portal.databook.shared.Comment
Gets the ID of the feed associated with the comment.
getFeedid() - Method in class org.gcube.portal.databook.shared.Like
 
getFeeds() - Method in class org.gcube.portal.databook.shared.RangeFeeds
Deprecated.
 
getFriends(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Gets the list of friends for a specified user.
getFriends(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Gets the list of friends for a specified user.
getFullName() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the full name of the feed author.
getFullName() - Method in class org.gcube.portal.databook.shared.Comment
Gets the full name of the comment author.
getFullName() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the full name of the entity (user/application) that created the feed.
getFullName() - Method in class org.gcube.portal.databook.shared.Like
 
getFullName() - Method in class org.gcube.portal.databook.shared.Post
Gets the full name of the entity (user/application) that created the post.
getFullName() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getHost() - Method in class org.gcube.portal.databook.server.RunningCluster
 
getHosts() - Method in class org.gcube.portal.databook.server.RunningCluster
 
getHumanFriendlyAction() - Method in enum org.gcube.portal.databook.shared.ShowUserStatisticAction
 
getId() - Method in class org.gcube.portal.databook.shared.Attachment
Gets the ID of the attachment.
getImageUrl() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getInstance(String) - Static method in class org.gcube.portal.databook.server.RunningCluster
 
getInvitedEmail() - Method in class org.gcube.portal.databook.shared.Invite
 
getInvitedEmailsByVRE(String, InviteStatus...) - Method in interface org.gcube.portal.databook.server.DatabookStore
Use to get the list of invites per VRE
getInvitedEmailsByVRE(String, InviteStatus...) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Use to get the list of invites per VRE
getJobId() - Method in class org.gcube.portal.databook.shared.RunningJob
 
getJobName() - Method in class org.gcube.portal.databook.shared.RunningJob
 
getKey() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getKey() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the unique identifier of the feed.
getKey() - Method in class org.gcube.portal.databook.shared.Comment
Gets the unique identifier of the comment.
getKey() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the key of the feed.
getKey() - Method in class org.gcube.portal.databook.shared.Invite
 
getKey() - Method in class org.gcube.portal.databook.shared.Like
 
getKey() - Method in class org.gcube.portal.databook.shared.Notification
 
getKey() - Method in class org.gcube.portal.databook.shared.Post
Gets the unique identifier of the post.
getKeyspaceName() - Method in class org.gcube.portal.databook.server.RunningCluster
 
getKeyspaceSession() - Method in class org.gcube.portal.databook.server.CassandraClusterConnection
Returns the keyspace session.
getLastEditTime() - Method in class org.gcube.portal.databook.shared.Comment
Gets the timestamp of the last edit.
getLastReturnedFeedTimelineIndex() - Method in class org.gcube.portal.databook.shared.RangeFeeds
Deprecated.
 
getLastReturnedPostTimelineIndex() - Method in class org.gcube.portal.databook.shared.RangePosts
 
getLikesNo() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the number of likes on the feed.
getLikesNo() - Method in class org.gcube.portal.databook.shared.Post
Gets the number of likes on the post.
getLinkDescription() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the description of the link associated with the feed.
getLinkDescription() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the description of a shared link.
getLinkDescription() - Method in class org.gcube.portal.databook.shared.Post
Gets the description of a shared link.
getLinkHost() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the host of the link.
getLinkHost() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the host of a shared link.
getLinkHost() - Method in class org.gcube.portal.databook.shared.Post
Gets the host of a shared link.
getLinkTitle() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the title of the link associated with the feed.
getLinkTitle() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the title of a shared link.
getLinkTitle() - Method in class org.gcube.portal.databook.shared.Post
Gets the title of a shared link.
getLinkUrlThumbnail() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the URL of the thumbnail for the link.
getMessage() - Method in class org.gcube.portal.databook.shared.RunningJob
 
getMimeType() - Method in class org.gcube.portal.databook.shared.Attachment
Gets the MIME type of the attachment.
getName() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getName() - Method in class org.gcube.portal.databook.shared.Attachment
Gets the name of the attachment.
getOwnVREs() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getPendingFriendRequests(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Gets the list of pending friend requests for a specified user.
getPendingFriendRequests(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Gets the list of pending friend requests for a specified user.
getPost() - Method in class org.gcube.portal.databook.shared.PostWithAttachment
 
getPosts() - Method in class org.gcube.portal.databook.shared.RangePosts
 
getPrivacy() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the privacy level of the feed.
getPrivacy() - Method in class org.gcube.portal.databook.shared.Post
Gets the privacy level of the post.
getRangeNotificationsByUser(String, int, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getRangeNotificationsByUser(String, int, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getRecentCommentedFeedsByUserAndDate(String, long) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getRecentCommentedPostsByUserAndDate instead
getRecentCommentedFeedsByUserAndDate(String, long) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getRecentCommentedPostsByUserAndDate(String, long) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getRecentCommentedPostsByUserAndDate(String, long) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getRecentCommentsByUserAndDate(String, long) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getRecentCommentsByUserAndDate(String, long) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getRecentFeedsByUser(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated. 
getRecentFeedsByUser(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getRecentFeedsByUserAndDate(String, long) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getRecentPostsByUserAndDate
getRecentFeedsByUserAndDate(String, long) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getRecentFeedsByVRE(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getRecentPostsByVRE return the most recent feeds for this vre up to quantity param
getRecentFeedsByVRE(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
getRecentFeedsByVREAndRange(String, int, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
getRecentFeedsByVREAndRange(String, int, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Returns the most recent posts for this VRE up to the specified quantity and the last index of the posts in the timeline.
getRecentLikedFeedsByUserAndDate(String, long) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getRecentLikedPostsByUserAndDate
getRecentLikedFeedsByUserAndDate(String, long) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getRecentLikedPostsByUserAndDate(String, long) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getRecentLikedPostsByUserAndDate(String, long) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getRecentPostsByUser(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
return the most recent feeds for this user up to quantity param
getRecentPostsByUser(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
getRecentPostsByUserAndDate(String, long) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
getRecentPostsByUserAndDate(String, long) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getRecentPostsByVRE(String, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
Returns the most recent posts for a VRE, up to the specified quantity.
getRecentPostsByVRE(String, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
 
getRecentPostsByVREAndRange(String, int, int) - Method in interface org.gcube.portal.databook.server.DatabookStore
Returns the most recent posts for a VRE within a specified range, and provides the last index of posts in the timeline for pagination purposes.
getRecentPostsByVREAndRange(String, int, int) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Returns the most recent posts for a VRE within a specified range, and provides the last index of posts in the timeline for pagination purposes.
getScope() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getSenderFullName() - Method in class org.gcube.portal.databook.shared.Invite
 
getSenderFullName() - Method in class org.gcube.portal.databook.shared.Notification
 
getSenderid() - Method in class org.gcube.portal.databook.shared.Notification
 
getSenderThumbnail() - Method in class org.gcube.portal.databook.shared.Notification
 
getSenderUserId() - Method in class org.gcube.portal.databook.shared.Invite
 
getServiceName() - Method in class org.gcube.portal.databook.shared.RunningJob
 
getStatus() - Method in class org.gcube.portal.databook.shared.Invite
 
getStatus() - Method in class org.gcube.portal.databook.shared.RunningJob
 
getSubjectid() - Method in class org.gcube.portal.databook.shared.Notification
 
getText() - Method in class org.gcube.portal.databook.shared.Comment
Gets the text of the comment.
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.Attachment
Gets the thumbnail URL of the attachment.
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the URL of the thumbnail image for the feed author.
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.Comment
Gets the thumbnail URL of the comment author.
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the URL of the thumbnail image for the entity (user/application).
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.Like
 
getThumbnailURL() - Method in class org.gcube.portal.databook.shared.Post
Gets the URL of the thumbnail image for the entity (user/application).
getTime() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the timestamp of the feed.
getTime() - Method in class org.gcube.portal.databook.shared.Comment
Gets the timestamp of the comment.
getTime() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the creation timestamp of the feed.
getTime() - Method in class org.gcube.portal.databook.shared.Invite
 
getTime() - Method in class org.gcube.portal.databook.shared.Like
 
getTime() - Method in class org.gcube.portal.databook.shared.Notification
 
getTime() - Method in class org.gcube.portal.databook.shared.Post
Gets the creation timestamp of the post.
getType() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the type of the feed.
getType() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the type of the feed.
getType() - Method in class org.gcube.portal.databook.shared.Notification
 
getType() - Method in class org.gcube.portal.databook.shared.Post
Gets the type of the post.
getUnreadNotificationsByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Returns all unread notifications for a user (excluding message notifications).
getUnreadNotificationsByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Returns all unread notifications for a user (excluding message notifications).
getUri() - Method in class org.gcube.portal.databook.shared.Attachment
Gets the URI of the attachment.
getUri() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the URI associated with the feed.
getUri() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the optional URI associated with the feed.
getUri() - Method in class org.gcube.portal.databook.shared.Notification
 
getUri() - Method in class org.gcube.portal.databook.shared.Post
Gets the optional URI associated with the post.
getUriThumbnail() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the thumbnail URI for a shared link.
getUriThumbnail() - Method in class org.gcube.portal.databook.shared.Post
Gets the thumbnail URI for a shared link.
getUrl() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
getUserid() - Method in class org.gcube.portal.databook.shared.ClientFeed
Gets the user ID of the feed author.
getUserid() - Method in class org.gcube.portal.databook.shared.Comment
Gets the user ID of the comment author.
getUserid() - Method in class org.gcube.portal.databook.shared.Like
 
getUserid() - Method in class org.gcube.portal.databook.shared.Notification
 
getUsername() - Method in class org.gcube.portal.databook.shared.UserInfo
 
getUserNotificationChannels(String, NotificationType) - Method in interface org.gcube.portal.databook.server.DatabookStore
Returns the notification channels a user has chosen for a given notification type.
getUserNotificationChannels(String, NotificationType) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Returns the notification channels a user has chosen for a given notification type.
getUserNotificationPreferences(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Gets the notification preferences map (enable or disable the channels to be used for notifying the user).
getUserNotificationPreferences(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Gets the notification preferences map (enable or disable the channels to be used for notifying the user).
getVREFeedsByHashtag(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use getVREPostsByHashtag
getVREFeedsByHashtag(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
getVREHashtagsWithOccurrence(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
get a map of VRE hashtags where the key is the hashtag and the value is the occurrence of the hashtag in the VRE.
getVREHashtagsWithOccurrence(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
get a map of VRE hashtags where the key is the hashtag and the value is the occurrence of the hashtag in the VRE.
getVREHashtagsWithOccurrenceFilteredByTime(String, long) - Method in interface org.gcube.portal.databook.server.DatabookStore
get a map of VRE hashtags where the key is the hashtag and the value is the occurrence of the hashtag in the VRE.
getVREHashtagsWithOccurrenceFilteredByTime(String, long) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
get a map of VRE hashtags where the key is the hashtag and the value is the occurrence of the hashtag in the VRE.
getVreid() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Gets the unique identifier of the VRE associated with this feed.
getVreid() - Method in class org.gcube.portal.databook.shared.Invite
 
getVreid() - Method in class org.gcube.portal.databook.shared.Post
Gets the unique identifier of the VRE associated with this post.
getVREPostsByHashtag(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Returns all posts in a VRE that contain a specific hashtag.
getVREPostsByHashtag(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Returns all posts in a VRE that contain a specific hashtag.
GIF - Enum constant in enum org.gcube.portal.databook.shared.ImageType
 
GROUP_MEMBERS_OID - Static variable in class org.gcube.portal.databook.client.GCubeSocialNetworking
 

H

HASHTAG - Static variable in class org.gcube.portal.databook.server.Schema
 
HASHTAG_OID - Static variable in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
HASHTAGGED_COMMENTS - Static variable in class org.gcube.portal.databook.server.Schema
 
HASHTAGGED_POSTS - Static variable in class org.gcube.portal.databook.server.Schema
 
HASHTAGS_COUNTER - Static variable in class org.gcube.portal.databook.server.Schema
 

I

id - Variable in class org.gcube.portal.databook.shared.ClientAttachment
 
ImageType - Enum in org.gcube.portal.databook.shared
 
Invite - Class in org.gcube.portal.databook.shared
 
Invite() - Constructor for class org.gcube.portal.databook.shared.Invite
 
Invite(String, String, String, String, String, InviteStatus, Date, String) - Constructor for class org.gcube.portal.databook.shared.Invite
 
INVITE_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
InviteIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
InviteIDNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.InviteIDNotFoundException
 
InviteOperationResult - Enum in org.gcube.portal.databook.shared
 
INVITES - Static variable in class org.gcube.portal.databook.server.Schema
 
InviteStatus - Enum in org.gcube.portal.databook.shared
 
InviteStatusNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
InviteStatusNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.InviteStatusNotFoundException
 
IS_APPLICATION_POST - Static variable in class org.gcube.portal.databook.server.Schema
 
IS_EDIT - Static variable in class org.gcube.portal.databook.server.Schema
 
IS_READ - Static variable in class org.gcube.portal.databook.server.Schema
 
isAdmin() - Method in class org.gcube.portal.databook.shared.UserInfo
 
isApplicationFeed() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Checks if this feed is an application feed.
isApplicationFeed() - Method in class org.gcube.portal.databook.shared.Post
Checks if this post is an application feed.
isEdit() - Method in class org.gcube.portal.databook.shared.Comment
Checks if the comment has been edited.
isExistingInvite(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
isExistingInvite(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
isLiked() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
isMale() - Method in class org.gcube.portal.databook.shared.UserInfo
 
isMultiFileUpload() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Checks if this feed has multiple file uploads.
isMultiFileUpload() - Method in class org.gcube.portal.databook.shared.Post
Checks if this post has multiple file uploads.
isRead() - Method in class org.gcube.portal.databook.shared.Notification
 
isUsers() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 

J

JOB_COMPLETED_NOK - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a job completed not ok
JOB_COMPLETED_OK - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a job completed ok
JobStatusType - Enum in org.gcube.portal.databook.shared
 
JOIN - Enum constant in enum org.gcube.portal.databook.shared.FeedType
Deprecated.
 
JOIN - Enum constant in enum org.gcube.portal.databook.shared.PostType
 
JPG - Enum constant in enum org.gcube.portal.databook.shared.ImageType
 
JSON - Class in org.gcube.portal.databook.shared
 
JSON() - Constructor for class org.gcube.portal.databook.shared.JSON
 

K

key - Variable in class org.gcube.portal.databook.shared.ClientPost
 

L

LAST_EDIT_TIME - Static variable in class org.gcube.portal.databook.server.Schema
 
like(Like) - Method in interface org.gcube.portal.databook.server.DatabookStore
add a like to a feed
like(Like) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
add a like to a feed
Like - Class in org.gcube.portal.databook.shared
 
Like() - Constructor for class org.gcube.portal.databook.shared.Like
 
Like(String, String, Date, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Like
 
LIKE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got one of his feed liked
LIKE_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
LikeIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
LikeIDNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.LikeIDNotFoundException
 
LIKES - Static variable in class org.gcube.portal.databook.server.Schema
 
LIKES_GOT_BY_USER - Enum constant in enum org.gcube.portal.databook.shared.ShowUserStatisticAction
 
LIKES_MADE_BY_USER - Enum constant in enum org.gcube.portal.databook.shared.ShowUserStatisticAction
 
LIKES_NO - Static variable in class org.gcube.portal.databook.server.Schema
 
LINK_DESCRIPTION - Static variable in class org.gcube.portal.databook.server.Schema
 
LINK_HOST - Static variable in class org.gcube.portal.databook.server.Schema
 
LINK_TITLE - Static variable in class org.gcube.portal.databook.server.Schema
 
linkDescription - Variable in class org.gcube.portal.databook.shared.ClientPost
 
linkHost - Variable in class org.gcube.portal.databook.shared.ClientPost
 
linkTitle - Variable in class org.gcube.portal.databook.shared.ClientPost
 
linkUrlThumbnail - Variable in class org.gcube.portal.databook.shared.ClientPost
 

M

main(String[]) - Static method in class org.gcube.portal.databook.server.Tester
 
MENTION - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that he got mentioned in one post
MESSAGE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a message
MIME_TYPE - Static variable in class org.gcube.portal.databook.server.Schema
 
mimeType - Variable in class org.gcube.portal.databook.shared.ClientAttachment
 
MULTI_FILE_UPLOAD - Static variable in class org.gcube.portal.databook.server.Schema
 

N

name - Variable in class org.gcube.portal.databook.shared.ClientAttachment
 
NAME - Static variable in class org.gcube.portal.databook.server.Schema
 
NEW - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job is new.
NOT_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
Notification - Class in org.gcube.portal.databook.shared
 
Notification() - Constructor for class org.gcube.portal.databook.shared.Notification
default constructor
Notification(String, NotificationType, String, String, Date, String, String, boolean, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Notification
 
Notification(String, NotificationType, String, String, Date, String, String, boolean, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Notification
 
NotificationChannelType - Enum in org.gcube.portal.databook.shared
 
NotificationChannelTypeNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
NotificationChannelTypeNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.NotificationChannelTypeNotFoundException
 
NotificationIDNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
NotificationIDNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.NotificationIDNotFoundException
 
NOTIFICATIONS - Static variable in class org.gcube.portal.databook.server.Schema
 
NotificationType - Enum in org.gcube.portal.databook.shared
 
NotificationTypeNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
NotificationTypeNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.NotificationTypeNotFoundException
 

O

onModuleLoad() - Method in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
org.gcube.portal.databook.client - package org.gcube.portal.databook.client
 
org.gcube.portal.databook.client.util - package org.gcube.portal.databook.client.util
 
org.gcube.portal.databook.server - package org.gcube.portal.databook.server
 
org.gcube.portal.databook.shared - package org.gcube.portal.databook.shared
 
org.gcube.portal.databook.shared.ex - package org.gcube.portal.databook.shared.ex
 
OWN_COMMENT - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got one of his feed commented

P

parse(String) - Static method in class org.gcube.portal.databook.shared.JSON
 
PDF - Enum constant in enum org.gcube.portal.databook.shared.ImageType
 
PENDING - Enum constant in enum org.gcube.portal.databook.shared.InviteStatus
First status of anyh invite
PNG - Enum constant in enum org.gcube.portal.databook.shared.ImageType
 
PORTAL - Enum constant in enum org.gcube.portal.databook.shared.NotificationChannelType
PORTAL
PORTAL - Enum constant in enum org.gcube.portal.databook.shared.PrivacyLevel
 
Post - Class in org.gcube.portal.databook.shared
 
Post() - Constructor for class org.gcube.portal.databook.shared.Post
Default constructor.
Post(String, PostType, String, Date, String, String, String, String, PrivacyLevel, String, String, String, String, String, String) - Constructor for class org.gcube.portal.databook.shared.Post
Constructor for user feeds.
Post(String, PostType, String, Date, String, String, String, String, PrivacyLevel, String, String, String, String, String, String, boolean) - Constructor for class org.gcube.portal.databook.shared.Post
Constructor for user and application profile feeds.
Post(String, PostType, String, Date, String, String, String, String, PrivacyLevel, String, String, String, String, String, String, String, String, boolean, boolean) - Constructor for class org.gcube.portal.databook.shared.Post
Constructor for serialization purposes, including all fields.
POST_ALERT - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify every user of a VRE/Group that the post was made
POST_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
POSTS - Static variable in class org.gcube.portal.databook.server.Schema
 
POSTS_MADE_BY_USER - Enum constant in enum org.gcube.portal.databook.shared.ShowUserStatisticAction
 
PostType - Enum in org.gcube.portal.databook.shared
 
PostWithAttachment - Class in org.gcube.portal.databook.shared
 
PostWithAttachment(Post, List<Attachment>) - Constructor for class org.gcube.portal.databook.shared.PostWithAttachment
 
PREFERENCE - Static variable in class org.gcube.portal.databook.server.Schema
 
PRIVACY - Static variable in class org.gcube.portal.databook.server.Schema
 
PrivacyLevel - Enum in org.gcube.portal.databook.shared
 
PrivacyLevelTypeNotFoundException - Exception in org.gcube.portal.databook.shared.ex
 
PrivacyLevelTypeNotFoundException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.PrivacyLevelTypeNotFoundException
 
PRIVATE - Enum constant in enum org.gcube.portal.databook.shared.PrivacyLevel
 
PUBLIC - Enum constant in enum org.gcube.portal.databook.shared.PrivacyLevel
 
PUBLISH - Enum constant in enum org.gcube.portal.databook.shared.FeedType
Deprecated.
 
PUBLISH - Enum constant in enum org.gcube.portal.databook.shared.PostType
 

R

RangeFeeds - Class in org.gcube.portal.databook.shared
Deprecated.
use RangePosts
RangeFeeds() - Constructor for class org.gcube.portal.databook.shared.RangeFeeds
Deprecated.
 
RangeFeeds(int, ArrayList<Feed>) - Constructor for class org.gcube.portal.databook.shared.RangeFeeds
Deprecated.
 
RangePosts - Class in org.gcube.portal.databook.shared
 
RangePosts() - Constructor for class org.gcube.portal.databook.shared.RangePosts
 
RangePosts(int, ArrayList<Post>) - Constructor for class org.gcube.portal.databook.shared.RangePosts
 
readCommentById(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
readCommentById(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
readFeed(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use readPost read a feed from a given id
readFeed(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
readInvite(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
read an invite from a given id
readInvite(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
read an invite from a given id
readNotification(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Reads a notification from a given ID.
readNotification(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Reads a notification from a given ID.
readPost(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
read a feed from a given id
readPost(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
read a feed from a given id
REJECTED - Enum constant in enum org.gcube.portal.databook.shared.InviteStatus
User rejected the invite
REQUEST_CONNECTION - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a connections request
requestFriendship(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Requests a friendship from one user to another.
requestFriendship(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Requests a friendship from one user to another.
RETRACTED - Enum constant in enum org.gcube.portal.databook.shared.InviteStatus
Manager withdrawed the invite
RunningCluster - Class in org.gcube.portal.databook.server
 
RunningJob - Class in org.gcube.portal.databook.shared
The RunningJob class.
RunningJob() - Constructor for class org.gcube.portal.databook.shared.RunningJob
 
RunningJob(String, String, JobStatusType, String, String) - Constructor for class org.gcube.portal.databook.shared.RunningJob
Buind a RunningJob object.

S

saveAppFeed(Feed) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use saveAppPost save a Post instance in the store
saveAppFeed(Feed) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
saveAppFeed(Feed, List<Attachment>) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use saveAppPost Save a Post instance in the store Use this if your app needs to attach more than one file to the post
saveAppFeed(Feed, List<Attachment>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
saveAppPost(Post) - Method in interface org.gcube.portal.databook.server.DatabookStore
save a Post instance in the store
saveAppPost(Post) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
save a Post instance in the store
saveAppPost(Post, List<Attachment>) - Method in interface org.gcube.portal.databook.server.DatabookStore
Save a Post instance in the store Use this if your app needs to attach more than one file to the post
saveAppPost(Post, List<Attachment>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Save a Post instance in the store Use this if your app needs to attach more than one file to the post
saveAttachmentEntry(String, Attachment) - Method in interface org.gcube.portal.databook.server.DatabookStore
save an attachment
saveAttachmentEntry(String, Attachment) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
save an attachment
saveFeedToVRETimeline(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use savePostToVRETimeline
saveFeedToVRETimeline(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
saveHashTags(String, String, List<String>) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
saveHashTags(String, String, List<String>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
saveHashTagsComment(String, String, List<String>) - Method in interface org.gcube.portal.databook.server.DatabookStore
 
saveHashTagsComment(String, String, List<String>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
saveInvite(Invite) - Method in interface org.gcube.portal.databook.server.DatabookStore
Save the invite for a given email into a given vre
saveInvite(Invite) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Save the invite for a given email into a given vre
saveNotification(Notification) - Method in interface org.gcube.portal.databook.server.DatabookStore
save a Notification instance in the store
saveNotification(Notification) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
save a Notification instance in the store
savePostToVRETimeline(String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
save a post in the VRES TimeLine in the store
savePostToVRETimeline(String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
save a post in the VRES TimeLine in the store
saveUserFeed(Feed) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use saveUserPost save a Feed instance in the store
saveUserFeed(Feed) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
saveUserFeed(Feed, List<Attachment>) - Method in interface org.gcube.portal.databook.server.DatabookStore
Deprecated.
use saveUserPost
saveUserFeed(Feed, List<Attachment>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Deprecated.
saveUserPost(Post) - Method in interface org.gcube.portal.databook.server.DatabookStore
save a Post instance in the store
saveUserPost(Post) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
save a Post instance in the store
saveUserPost(Post, List<Attachment>) - Method in interface org.gcube.portal.databook.server.DatabookStore
Save a Post instance in the store having more than one attachment Use this if you need to attach more than one file to the post
saveUserPost(Post, List<Attachment>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
Save a Post instance in the store having more than one attachment Use this if you need to attach more than one file to the post
Schema - Class in org.gcube.portal.databook.server
 
Schema() - Constructor for class org.gcube.portal.databook.server.Schema
 
SEARCH_OID - Static variable in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
SENDER_FULL_NAME - Static variable in class org.gcube.portal.databook.server.Schema
 
SENDER_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
SENDER_THUMBNAIL_URL - Static variable in class org.gcube.portal.databook.server.Schema
 
SENDER_USER_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
setAccountURL(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setAdmin(boolean) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setAllNotificationReadByUser(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
This is a fast way to set all notification to read quickly
setAllNotificationReadByUser(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
This is a fast way to set all notification to read quickly
setApplicationFeed(boolean) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setApplicationFeed(boolean) - Method in class org.gcube.portal.databook.shared.Post
 
setAttachments(ArrayList<Attachment>) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setAttachments(List<Attachment>) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the list of attachments associated with the feed.
setAttachments(List<Attachment>) - Method in class org.gcube.portal.databook.shared.PostWithAttachment
 
setAvatarId(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setCommentKey(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setComments(ArrayList<Comment>) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setCommentsNo(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setCommentsNo(String) - Method in class org.gcube.portal.databook.shared.Post
 
setControlCode(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setDatacenterName(String) - Method in class org.gcube.portal.databook.server.RunningCluster
 
setDescription(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setDescription(String) - Method in class org.gcube.portal.databook.shared.Attachment
Sets the description of the attachment.
setDescription(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the description of the feed.
setDescription(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setDescription(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setDescription(String) - Method in class org.gcube.portal.databook.shared.Post
 
setEdit(boolean) - Method in class org.gcube.portal.databook.shared.Comment
Sets the edit status of the comment.
setEmail(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the email of the feed author.
setEmail(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setEmail(String) - Method in class org.gcube.portal.databook.shared.Post
 
setEmailaddress(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setEntityId(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
Sets the entity ID (user or application ID).
setEntityId(String) - Method in class org.gcube.portal.databook.shared.Post
Sets the unique identifier of the user or application that created the post.
setFeed(Feed) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setFeedid(String) - Method in class org.gcube.portal.databook.shared.Comment
Sets the ID of the feed associated with the comment.
setFeedid(String) - Method in class org.gcube.portal.databook.shared.Like
 
setFeeds(ArrayList<Feed>) - Method in class org.gcube.portal.databook.shared.RangeFeeds
Deprecated.
 
setFullName(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the full name of the feed author.
setFullName(String) - Method in class org.gcube.portal.databook.shared.Comment
Sets the full name of the comment author.
setFullName(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setFullName(String) - Method in class org.gcube.portal.databook.shared.Like
 
setFullName(String) - Method in class org.gcube.portal.databook.shared.Post
 
setFullName(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setHost(String) - Method in class org.gcube.portal.databook.server.RunningCluster
 
setId(String) - Method in class org.gcube.portal.databook.shared.Attachment
Sets the ID of the attachment.
setImageUrl(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setInvitedEmail(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setInviteStatus(String, String, InviteStatus) - Method in interface org.gcube.portal.databook.server.DatabookStore
set the status of an invite, see InviteStatus
setInviteStatus(String, String, InviteStatus) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
set the status of an invite, see InviteStatus
setJobId(String) - Method in class org.gcube.portal.databook.shared.RunningJob
 
setJobName(String) - Method in class org.gcube.portal.databook.shared.RunningJob
 
setKey(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setKey(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the unique identifier of the feed.
setKey(String) - Method in class org.gcube.portal.databook.shared.Comment
Sets the unique identifier of the comment.
setKey(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setKey(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setKey(String) - Method in class org.gcube.portal.databook.shared.Like
 
setKey(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setKey(String) - Method in class org.gcube.portal.databook.shared.Post
 
setKeyspaceName(String) - Method in class org.gcube.portal.databook.server.RunningCluster
 
setLastEditTime(Date) - Method in class org.gcube.portal.databook.shared.Comment
Sets the timestamp of the last edit.
setLastReturnedFeedTimelineIndex(int) - Method in class org.gcube.portal.databook.shared.RangeFeeds
Deprecated.
 
setLastReturnedPostTimelineIndex(int) - Method in class org.gcube.portal.databook.shared.RangePosts
 
setLiked(boolean) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setLikesNo(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setLikesNo(String) - Method in class org.gcube.portal.databook.shared.Post
 
setLinkDescription(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the description of the link associated with the feed.
setLinkDescription(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setLinkDescription(String) - Method in class org.gcube.portal.databook.shared.Post
 
setLinkHost(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the host of the link.
setLinkHost(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setLinkHost(String) - Method in class org.gcube.portal.databook.shared.Post
 
setLinkTitle(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the title of the link associated with the feed.
setLinkTitle(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setLinkTitle(String) - Method in class org.gcube.portal.databook.shared.Post
 
setLinkUrlThumbnail(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the URL of the thumbnail for the link.
setMale(boolean) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setMessage(String) - Method in class org.gcube.portal.databook.shared.RunningJob
 
setMimeType(String) - Method in class org.gcube.portal.databook.shared.Attachment
Sets the MIME type of the attachment.
setMultiFileUpload(boolean) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setMultiFileUpload(boolean) - Method in class org.gcube.portal.databook.shared.Post
 
setName(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setName(String) - Method in class org.gcube.portal.databook.shared.Attachment
Sets the name of the attachment.
setNotificationRead(String) - Method in interface org.gcube.portal.databook.server.DatabookStore
set an existing Notification instance in the to read
setNotificationRead(String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
set an existing Notification instance in the to read
setOwnVREs(HashMap<String, String>) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setPost(Post) - Method in class org.gcube.portal.databook.shared.PostWithAttachment
 
setPosts(ArrayList<Post>) - Method in class org.gcube.portal.databook.shared.RangePosts
 
setPrivacy(PrivacyLevel) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setPrivacy(PrivacyLevel) - Method in class org.gcube.portal.databook.shared.Post
 
setRead(boolean) - Method in class org.gcube.portal.databook.shared.Notification
 
setScope(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setSenderFullName(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setSenderFullName(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setSenderid(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setSenderThumbnail(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setSenderUserId(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setServiceName(String) - Method in class org.gcube.portal.databook.shared.RunningJob
 
setStatus(InviteStatus) - Method in class org.gcube.portal.databook.shared.Invite
 
setStatus(JobStatusType) - Method in class org.gcube.portal.databook.shared.RunningJob
 
setSubjectid(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setText(String) - Method in class org.gcube.portal.databook.shared.Comment
Sets the text of the comment.
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.Attachment
Sets the thumbnail URL of the attachment.
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the URL of the thumbnail image for the feed author.
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.Comment
Sets the thumbnail URL of the comment author.
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.Like
 
setThumbnailURL(String) - Method in class org.gcube.portal.databook.shared.Post
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the timestamp of the feed.
setTime(Date) - Method in class org.gcube.portal.databook.shared.Comment
Sets the timestamp of the comment.
setTime(Date) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.Invite
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.Like
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.Notification
 
setTime(Date) - Method in class org.gcube.portal.databook.shared.Post
 
setType(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the type of the feed.
setType(FeedType) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setType(NotificationType) - Method in class org.gcube.portal.databook.shared.Notification
 
setType(PostType) - Method in class org.gcube.portal.databook.shared.Post
 
setup() - Static method in class org.gcube.portal.databook.server.DatabookCassandraTest
 
SetUpKeySpaces(boolean) - Method in class org.gcube.portal.databook.server.CassandraClusterConnection
 
setUri(String) - Method in class org.gcube.portal.databook.shared.Attachment
Sets the URI of the attachment.
setUri(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the URI associated with the feed.
setUri(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setUri(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setUri(String) - Method in class org.gcube.portal.databook.shared.Post
 
setUriThumbnail(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setUriThumbnail(String) - Method in class org.gcube.portal.databook.shared.Post
 
setUrl(String) - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
setUserid(String) - Method in class org.gcube.portal.databook.shared.ClientFeed
Sets the user ID of the feed author.
setUserid(String) - Method in class org.gcube.portal.databook.shared.Comment
Sets the user ID of the comment author.
setUserid(String) - Method in class org.gcube.portal.databook.shared.Like
 
setUserid(String) - Method in class org.gcube.portal.databook.shared.Notification
 
setUsername(String) - Method in class org.gcube.portal.databook.shared.UserInfo
 
setUserNotificationPreferences(String, Map<NotificationType, NotificationChannelType[]>) - Method in interface org.gcube.portal.databook.server.DatabookStore
set the notification preferences map (enable or disable the channels to be used for notifying the user)
setUserNotificationPreferences(String, Map<NotificationType, NotificationChannelType[]>) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
set the notification preferences map (enable or disable the channels to be used for notifying the user)
setUsers(boolean) - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
setVreid(String) - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
setVreid(String) - Method in class org.gcube.portal.databook.shared.Invite
 
setVreid(String) - Method in class org.gcube.portal.databook.shared.Post
 
SHARE - Enum constant in enum org.gcube.portal.databook.shared.FeedType
Deprecated.
 
SHARE - Enum constant in enum org.gcube.portal.databook.shared.PostType
 
SHOW_STATISTICS_ACTION_OID - Static variable in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
ShowUserStatisticAction - Enum in org.gcube.portal.databook.shared
Enum class that specify the possible actions to take when the GCubeSocialNetworking.SHOW_STATISTICS_ACTION_OID parameter is found in the page url
SINGLE_VRE - Enum constant in enum org.gcube.portal.databook.shared.PrivacyLevel
 
STATUS - Static variable in class org.gcube.portal.databook.server.Schema
 
stringify(Object) - Static method in class org.gcube.portal.databook.shared.JSON
 
SUBJECT_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
SUBMITTED - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job is submitted for execution.
SUCCEEDED - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job has completed successfully
SUCCESS - Enum constant in enum org.gcube.portal.databook.shared.InviteOperationResult
 

T

TDM_RULE_SHARE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a TDM Rule shared
TDM_TAB_RESOURCE_SHARE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a Tabular Resource shared
TDM_TEMPLATE_SHARE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a TDM Templated shared
Tester - Class in org.gcube.portal.databook.server
 
Tester() - Constructor for class org.gcube.portal.databook.server.Tester
 
testFunc() - Method in class org.gcube.portal.databook.server.Tester
 
THUMBNAIL_URL - Static variable in class org.gcube.portal.databook.server.Schema
 
thumbnailURL - Variable in class org.gcube.portal.databook.shared.ClientAttachment
 
thumbnailURL - Variable in class org.gcube.portal.databook.shared.ClientPost
 
TIFF - Enum constant in enum org.gcube.portal.databook.shared.ImageType
 
time - Variable in class org.gcube.portal.databook.shared.ClientPost
 
TIMED_OUT - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job execution has timed out.
TIMESTAMP - Static variable in class org.gcube.portal.databook.server.Schema
 
TooManyRunningClustersException - Exception in org.gcube.portal.databook.shared.ex
 
TooManyRunningClustersException(String) - Constructor for exception org.gcube.portal.databook.shared.ex.TooManyRunningClustersException
 
toString() - Method in class org.gcube.portal.databook.server.RunningCluster
 
toString() - Method in class org.gcube.portal.databook.shared.ApplicationProfile
 
toString() - Method in class org.gcube.portal.databook.shared.Attachment
Returns a string representation of the attachment.
toString() - Method in class org.gcube.portal.databook.shared.ClientFeed
Returns a string representation of the feed.
toString() - Method in class org.gcube.portal.databook.shared.Comment
Returns a string representation of the comment.
toString() - Method in class org.gcube.portal.databook.shared.EnhancedFeed
 
toString() - Method in class org.gcube.portal.databook.shared.Feed
Deprecated.
 
toString() - Method in class org.gcube.portal.databook.shared.Invite
 
toString() - Method in class org.gcube.portal.databook.shared.Like
 
toString() - Method in class org.gcube.portal.databook.shared.Notification
 
toString() - Method in class org.gcube.portal.databook.shared.Post
 
toString() - Method in class org.gcube.portal.databook.shared.PostWithAttachment
 
toString() - Method in class org.gcube.portal.databook.shared.RunningJob
 
toString() - Method in class org.gcube.portal.databook.shared.UserInfo
 
TWEET - Enum constant in enum org.gcube.portal.databook.shared.FeedType
Deprecated.
 
TWEET - Enum constant in enum org.gcube.portal.databook.shared.PostType
 
TWITTER - Enum constant in enum org.gcube.portal.databook.shared.NotificationChannelType
TWITTER
type - Variable in class org.gcube.portal.databook.shared.ClientPost
 
TYPE - Static variable in class org.gcube.portal.databook.server.Schema
 

U

unlike(String, String, String) - Method in interface org.gcube.portal.databook.server.DatabookStore
unlike a feed
unlike(String, String, String) - Method in class org.gcube.portal.databook.server.DBCassandraAstyanaxImpl
unlike a feed
uri - Variable in class org.gcube.portal.databook.shared.ClientAttachment
 
uri - Variable in class org.gcube.portal.databook.shared.ClientPost
 
URI - Static variable in class org.gcube.portal.databook.server.Schema
 
URI_THUMBNAIL - Static variable in class org.gcube.portal.databook.server.Schema
 
USER_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
USER_INFO_ATTR - Static variable in class org.gcube.portal.databook.shared.UserInfo
 
USER_LIKED_POSTS - Static variable in class org.gcube.portal.databook.server.Schema
 
USER_NOTIFICATIONS - Static variable in class org.gcube.portal.databook.server.Schema
 
USER_NOTIFICATIONS_PREFERENCES - Static variable in class org.gcube.portal.databook.server.Schema
 
USER_NOTIFICATIONS_UNREAD - Static variable in class org.gcube.portal.databook.server.Schema
 
USER_PROFILE_OID - Static variable in class org.gcube.portal.databook.client.GCubeSocialNetworking
 
USER_TIMELINE_POSTS - Static variable in class org.gcube.portal.databook.server.Schema
 
userid - Variable in class org.gcube.portal.databook.shared.ClientPost
 
UserInfo - Class in org.gcube.portal.databook.shared
 
UserInfo() - Constructor for class org.gcube.portal.databook.shared.UserInfo
 
UserInfo(String, String, String, String, String, boolean, boolean, HashMap<String, String>) - Constructor for class org.gcube.portal.databook.shared.UserInfo
 

V

valueOf(String) - Static method in enum org.gcube.portal.databook.shared.FeedType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.InviteOperationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.InviteStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.JobStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.NotificationChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.PostType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.PrivacyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.portal.databook.shared.ShowUserStatisticAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gcube.portal.databook.shared.FeedType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.InviteOperationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.InviteStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.JobStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.NotificationChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.PostType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.PrivacyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.portal.databook.shared.ShowUserStatisticAction
Returns an array containing the constants of this enum type, in the order they are declared.
VRE_ID - Static variable in class org.gcube.portal.databook.server.Schema
 
VRE_INVITES - Static variable in class org.gcube.portal.databook.server.Schema
 
VRE_TIMELINE_POSTS - Static variable in class org.gcube.portal.databook.server.Schema
 
VRES - Enum constant in enum org.gcube.portal.databook.shared.PrivacyLevel
 

W

WAITING - Enum constant in enum org.gcube.portal.databook.shared.JobStatusType
The job is waiting for available job processor.
WP_ADMIN_DOWNGRADE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that he got downgraded from administrator of a shared folder
WP_ADMIN_UPGRADE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that he got upgraded to administrator of a shared folder
WP_FOLDER_ADDEDUSER - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that a new user was added in on of his workspace shared folder
WP_FOLDER_REMOVEDUSER - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that an existing user was removed from one of his workspace shared folder
WP_FOLDER_RENAMED - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a workspace folder renamed
WP_FOLDER_SHARE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a workspace folder shared
WP_FOLDER_UNSHARE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user that a user in the share unshared
WP_ITEM_DELETE - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a workspace item deleted from one of his workspace shared folder
WP_ITEM_NEW - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a workspace item new in some of his workspace shared folder
WP_ITEM_RENAMED - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a workspace item renamed from one of his workspace shared folder
WP_ITEM_UPDATED - Enum constant in enum org.gcube.portal.databook.shared.NotificationType
use to notify a user he got a workspace item updated from one of his workspace shared folder
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form