| Package | Description |
|---|---|
| org.rogatio.circlead.control | |
| org.rogatio.circlead.util | |
| org.rogatio.circlead.view | |
| org.rogatio.circlead.view.renderer |
| Modifier and Type | Method | Description |
|---|---|---|
Team |
Repository.getNextTeam(int hour,
java.lang.String day,
java.lang.String category) |
Gets the next team.
|
Team |
Repository.getTeam(int hour,
java.lang.String day) |
|
Team |
Repository.getTeam(int hour,
java.lang.String day,
java.lang.String category) |
Gets the team if it has a periodically reccurence pattern and a set hour and
weekday.
|
Team |
Repository.getTeam(java.lang.String identifier) |
Gets the team with given identifier.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Team> |
Repository.getTeams() |
Gets the teams.
|
java.util.List<Team> |
Repository.getTeams(java.util.List<java.lang.String> personIdentifiers,
java.lang.String teamCategory) |
Get all the teams with a named category where at least one person of the
personList exists.
|
java.util.List<Team> |
Repository.getTeamsWithCategory(java.lang.String category) |
Gets the teams with category.
|
java.util.List<Team> |
Repository.getTeamsWithLowRedundance() |
Gets the teams with low redundance.
|
java.util.List<Team> |
Repository.getTeamsWithMember(Person person) |
Gets the teams with the person in team.
|
java.util.List<Team> |
Repository.getTeamsWithMember(Person person,
java.util.List<Team> teamList) |
Find all teams which have named person in team of given team-list.
|
java.util.List<Team> |
Repository.getTeamsWithRole(java.lang.String roleIdentifier) |
Gets the teams with role.
|
java.util.List<Team> |
Repository.getTeamsWithRole(Role role) |
Gets the teams with role in team.
|
java.util.List<Team> |
Repository.getTeamsWithSize(int size) |
Gets the teams with size.
|
java.util.List<Team> |
Repository.loadTeams() |
Load team-workitems from synchronized system with Connector.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Team> |
Repository.getTeamsWithMember(Person person,
java.util.List<Team> teamList) |
Find all teams which have named person in team of given team-list.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
GanttUtil.write(java.lang.String targetXml,
java.util.List<Team> teams,
java.util.List<Role> roles,
java.util.List<Person> persons) |
|
static void |
GanttUtil.write(java.lang.String targetXml,
java.util.List<Team> teams,
java.util.List<Role> roles,
java.util.List<Person> persons,
java.util.Map<java.lang.String,java.lang.String> colors) |
Write.
|
| Modifier and Type | Method | Description |
|---|---|---|
static org.jsoup.nodes.Element |
SvgBuilder.createTeamDnaProfile(Team team,
int size) |
Creates the team dna profile.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AtlassianRendererEngine.addTeamLink(org.jsoup.nodes.Element element,
Team team) |
|
void |
FileRendererEngine.addTeamLink(org.jsoup.nodes.Element element,
Team team) |
|
void |
ISynchronizerRendererEngine.addTeamLink(org.jsoup.nodes.Element element,
Team team) |
Adds the team link.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AtlassianRendererEngine.addTeamList(org.jsoup.nodes.Element element,
java.util.List<Team> list) |
|
void |
FileRendererEngine.addTeamList(org.jsoup.nodes.Element element,
java.util.List<Team> list) |
|
void |
ISynchronizerRendererEngine.addTeamList(org.jsoup.nodes.Element element,
java.util.List<Team> list) |
Adds the team list.
|