Class Description
Common representation for work and work tasks.
Attributes
Name | Type | Description |
---|---|---|
kind | WorkKind | Kind of work. |
priority | Priority | Priority of work. |
statusKind | WorkStatusKind | Kind of work status. |
Relationships
Inherits from
Descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
BaseWork | 0..1 | WorkActivityRecord | 0..* | BaseWork | Base work that this activity record tracks. | WorkActivityRecords | All activity records for this work or work task. |
BaseWork | 0..* | WorkLocation | 0..1 | BaseWorks | All works/tasks at this location. | WorkLocation | Location for this work/task. |
BaseWork | 0..1 | WorkTimeSchedule | 0..* | BaseWork | Time schedule for this work or work task. | TimeSchedules | All time schedules for this work or work task. |