A B C D E F G H I K L M N O P R S T U V

G

generateSecureToken() - Method in class security.SecureTokenGenerator
Generates and returns a secure token.
getAllMessages() - Method in class messaging.Mailbox
Returns a list of all messages of the logged in user.
getAllMessages() - Method in class messaging.MessagingService
A wrapper over the method offered by Mailbox, it provides to other components a list of all the messages in the user's mailbox.
getChanges(ChangeQueryCriteria) - Method in class change.ChangeLogger
Returns the changes that match the given criteria, such that it can return all the changes in a given period of time for a group or a list of files.
getChanges(ChangeQueryCriteria) - Method in class change.ChangeService
Returns a list of changes that match the given criteria (changes of a certain type or for a list of files, changes during a given period, changes for a given group etc.).
getChangeType() - Method in class change.ChangeQueryCriteria
 
getDestination() - Method in class messaging.MessageQueryCriteria
 
getDevices() - Method in class topology.GroupOverlay
Returns the list of devices in this overlay.
getDevices(Group) - Method in class topology.TopologyService
Returns the devices in the given group's overlay.
getFile() - Method in class change.ChangeQueryCriteria
 
getFiles() - Method in class change.ChangeQueryCriteria
 
getFrom() - Method in class change.ChangeQueryCriteria
 
getFrom() - Method in class messaging.MessageQueryCriteria
 
getGroup() - Method in class change.ChangeQueryCriteria
 
getGroupChange() - Method in class group.GroupService
The GroupService uses the ChangeFactory to obtain a Change object for a group.
getGroups() - Method in class group.GroupInfoRepository
Returns a list of Group objects representing the groups the logged-in user is member of.
getKeys() - Method in class security.SecurityService
Generates and returns keys used by groups, devices and users.
getMessages(MessageQueryCriteria) - Method in class messaging.Mailbox
Returns a subset of messages of the logged in user based on the given criteria.
getMessages(MessageQueryCriteria) - Method in class messaging.MessagingService
A wrapper over the method offered by Mailbox, it provides a subset of messages of the logged in user based on the given criteria.
getMessageStatus() - Method in class messaging.MessageQueryCriteria
 
getMessageType() - Method in class messaging.MessageQueryCriteria
 
getSecureToken() - Method in class security.SecurityService
Generates and returns a secure token.
getTo() - Method in class change.ChangeQueryCriteria
 
getTo() - Method in class messaging.MessageQueryCriteria
 
group - package group
 
group - Variable in class change.ChangeQueryCriteria
 
Group - Class in common
The Group entity is defined by an unique ID and its group folder.
Group() - Constructor for class common.Group
 
group - Variable in class topology.GroupOverlay
A reference to the group for which this overlay is maintained.
groupID - Variable in class common.Group
The group's unique identifier.
GroupInfoRepository - Class in group
Implements the @{link group}'s module repository component, which offers an interface for accessing and modifying group information.
GroupInfoRepository() - Constructor for class group.GroupInfoRepository
 
groupInfoRepository - Variable in class group.GroupService
 
GroupOverlay - Class in topology
A dynamic view of a group's online devices and connections among them.
GroupOverlay() - Constructor for class topology.GroupOverlay
 
groupOverlays - Variable in class topology.OverlayManagement
 
groups - Variable in class common.Account
The groups the user is member of.
GroupService - Class in group
Interface offering group related functionalities to other components.
GroupService() - Constructor for class group.GroupService
 
groupService - Variable in class messaging.MessagingService
As messages imply group changes, the MessagingService must also communicate with the GroupService.
groupService - Variable in class userIO.UserIO
The user interface uses the GroupService to get information about the user's groups or to inform the GroupService about group changes performed by the user (e.g.

A B C D E F G H I K L M N O P R S T U V