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

C

change - package change
 
Change - Class in change
Change entity represents filesystem and group changes (updates).
Change() - Constructor for class change.Change
 
changeDetails - Variable in class change.Change
Details regarding the change: what was performed/modified that led to it.
changedFile - Variable in class change.Change
File change: created, modified, removed.
changedFolder - Variable in class change.Change
If a folder is created or removed only one change object is made (there are no change objects created for each file in the removed folder).
changedGroup - Variable in class change.Change
Group change: user add/remove, ownership transfer, groups settings change.
ChangeFactory - Class in change
A Factory-type component for creating Change objects, either filesystem or group changes.
ChangeFactory() - Constructor for class change.ChangeFactory
 
changeFactory - Variable in class filesystem.FilesystemService
Reference to the ChangeFactory, that the FilesystemService uses for creating Change objects.
changeFactory - Variable in class group.GroupService
A reference to the ChangeFactory that creates Change objects.
changeGroupSettings(Group, Properties) - Method in class group.GroupService
GroupService applies the new group settings.
ChangeLogger - Class in change
Repository for Change objects.
ChangeLogger() - Constructor for class change.ChangeLogger
 
changeLogger - Variable in class change.ChangeService
A reference to the ChangeLogger, a repository-type component that handles Change objects storage.
changeOwner(Group, User) - Method in class group.GroupService
GroupService starts performing the necessary steps for ownership transfer.
ChangeQueryCriteria - Class in change
Value object representing the properties of a ChangeLog query.
ChangeQueryCriteria() - Constructor for class change.ChangeQueryCriteria
 
ChangeService - Class in change
Interface for the change module, offering the means for the other components to store and access changes.
ChangeService() - Constructor for class change.ChangeService
 
changeService - Variable in class filesystem.FilesystemService
Reference to the ChangeService, that the FilesystemService uses for logging Change objects.
changeService - Variable in class group.GroupService
A reference to the ChangeService that logs group changes.
changeService - Variable in class userIO.UserIO
The user interface uses the ChangeService to get the list of changes, so that the user can view the history of changes
changeType - Variable in class change.ChangeQueryCriteria
 
ChangeType - Enum in change
 
ChangeType() - Constructor for enum change.ChangeType
 
checkForConnectivity() - Method in class network.NetworkService
 
checkForMessages() - Method in class messaging.MessagingService
The MessagingService contacts the remote centralized Messaging service to retrieve any new messages.
clear() - Method in class common.ConnectivityInfo
Invoked when the device becomes offline (lost connectivity).
clearOverlay(Group) - Method in class topology.OverlayManagement
Deletes an overlay maintained for a group.
common - package common
 
Communication - Class in network
The component closest to the network level, responsible for sending data on the network and respecting the Teamshare security policies (communication is encrypted).
Communication() - Constructor for class network.Communication
 
communication - Variable in class network.NetworkService
 
conflictResolution - Variable in class synchronization.SynchronizationStrategy
 
ConflictResolutionStrategy - Interface in synchronization
Interface that must be implemented by conflict resolution strategies.
ConnectivityInfo - Class in common
This class implements a value object component that represents the connectivity information of a device.
ConnectivityInfo() - Constructor for class common.ConnectivityInfo
 
connectivityInfo - Variable in class network.DiscoveryServiceRequest
It is used only when publishing a device, otherwise is null.
contactRemoteService(DiscoveryServiceRequest) - Method in class network.NetworkService
Sends the given request to the remote Discovery Service.
contactRemoteService(NamingServiceRequest) - Method in class network.NetworkService
Sends the given request to the remote Naming Service.
contactRemoteService(Message) - Method in class network.NetworkService
Send the given request to the remote Naming Service.
content - Variable in class messaging.Message
The message's content, either generated by the application or input from the user (or combined)
createChange(ChangeType, Object, String, Date) - Method in class change.ChangeFactory
Creates change objects of all supported types.
createMessage(MessageType, User, String) - Method in class messaging.MessageFactory
 
createOverlay(Group) - Method in class topology.OverlayManagement
Creates an Overlay for a specific group.
crypto - Variable in class network.Communication
Uses crypto from the the security module to encrypt/decrypt communication.
Crypto - Class in security
 
Crypto() - Constructor for class security.Crypto
 

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