Package | Description |
---|---|
com.oss.teamshare.messaging | |
com.oss.teamshare.team |
Modifier and Type | Method and Description |
---|---|
User |
Message.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
Message.setDestination(User destination) |
void |
Message.setSource(User source) |
Modifier and Type | Method and Description |
---|---|
User |
Team.getOwner() |
User |
Device.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
Team.acceptInvitation(User user) |
void |
Team.invite(User user)
Invites an user into the given team.
|
void |
Team.refuseInvitation(User user) |
void |
Team.removeUser(User user)
Starts performing the necessary steps for removing an user from this team.
|
void |
Team.transferOwnership(User newOwner)
Starts performing the necessary steps for ownership transfer.
|
Constructor and Description |
---|
Device(DeviceId id,
String name,
User user,
InetAddress address,
int icePort,
int swiftPort) |
Team(TeamId id,
String name,
User owner) |