| Package | Description |
|---|---|
| org.rogatio.circlead.model.data | |
| org.rogatio.circlead.model.work |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ActivityDataitem |
The Class ActivityDataitem hold the data of activity.
|
class |
CompetenceDataitem |
The Class CompetenceDataitem hold the data of competence.
|
class |
DefaultDataitem |
The Class DefaultDataitem is a default data representation of any workitem.
|
class |
PersonDataitem |
The Class PersonDataitem holds the data for a person.
|
class |
RoleDataitem |
The Class RoleDataitem holds the data of a role.
|
class |
RolegroupDataitem |
The Class RolegroupDataitem holds the data of a rolegroup.
|
class |
TeamDataitem |
The Class TeamDataitem holds the data of a team.
|
| Modifier and Type | Method | Description |
|---|---|---|
IDataitem |
DefaultWorkitem.getDataitem() |
Gets the dataitem.
|
| Constructor | Description |
|---|---|
Activity(IDataitem dataitem) |
Instantiates a new activity from dataitem
|
Competence(IDataitem dataitem) |
Instantiates a new competence.
|
DefaultWorkitem(IDataitem dataitem) |
Instantiates a new default workitem.
|
Person(IDataitem dataitem) |
Instantiates a new person.
|
Role(IDataitem dataitem) |
Instantiates a new role from a RoleDataitem.
|
Rolegroup(IDataitem dataitem) |
Instantiates a new rolegroup.
|
Team(IDataitem dataitem) |
Instantiates a new team.
|