| Package | Description |
|---|---|
| org.rogatio.circlead.control | |
| org.rogatio.circlead.model.work |
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.Comparator<DefaultWorkitem> |
Comparators.STATUS |
Sorts workitems by status.
|
static java.util.Comparator<DefaultWorkitem> |
Comparators.TITLE |
Sorts workitems by title.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Activity |
The Class Activity is the working item for a activity.
|
class |
Competence |
The Class Competence is a special workitem, because Circlead should contain
only one (Root)-Competence in
Repository
and all other Competencies should be nested child representations. |
class |
Person |
The Class Person is the working item for a person.
|
class |
Role |
The Class Role holds the core information of the role workitem.
|
class |
Rolegroup |
The Class Rolegroup is the working item for a Rolegroup.
|
class |
Team |
The Class Team is the working item for a Team.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
DefaultWorkitem.compareTo(DefaultWorkitem o) |