Package | Description |
---|---|
com.oss.teamshare.io | |
com.oss.teamshare.team |
Modifier and Type | Method and Description |
---|---|
Team |
TeamFile.getTeam() |
Constructor and Description |
---|
TeamFile(Team team,
Path path) |
Modifier and Type | Method and Description |
---|---|
Team |
Session.getTeam(TeamId id)
Returns a team by its id or null if not found.
|
Team |
Session.getTeamByPath(Path path)
Retrieves a Team reference by its path relative to Teamshare path.
|
Modifier and Type | Method and Description |
---|---|
Map<TeamId,Team> |
TeamRepo.retrieveUserTeams(UserId userId,
DeviceId deviceId) |
Map<TeamId,Team> |
JsonTeamRepo.retrieveUserTeams(UserId userId,
DeviceId deviceId)
Retrieve from team repository all teams in which a user is part of.
|