Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/entities/management/Contact"
From OOModels
< Artefact:Model | org | oomodels | sandbox | business | foundation | entities | management
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) |
||
Line 12: | Line 12: | ||
<wiml> | <wiml> | ||
* Contact | * Contact CoreObject | ||
** Entity org/oomodels/sandbox/business/foundation/entities/Entity | ** Entity org/oomodels/sandbox/business/foundation/entities/Entity | ||
</wiml> | </wiml> | ||
== | == Notes == | ||
Things like Task, Log, Work/Notelet obviously can be attached to many | Things like Task, Log, Work/Notelet obviously can be attached to many | ||
Line 32: | Line 26: | ||
many more. This approach would be extensible and has been proven valuable | many more. This approach would be extensible and has been proven valuable | ||
in other contexts. | in other contexts. | ||
== Work In Progress == | |||
Better: via accessory mechanism (CoreObject...) | |||
<pre> | |||
> CoreObject | |||
** Tasks org/oomodels/sandbox/business/foundation/work/Task(*) | |||
** Log org/oomodels/sandbox/business/foundation/work/Log | |||
** Notelets Notelet(*) | |||
** Worklets Worklet(*) | |||
** Groups Group(*) | |||
</pre> |
Revision as of 20:08, 16 July 2009
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
Maturity | work in progress |
More | |
Download Code | |
Namespace (more) | |
Provides a sandbox for modelling. It is intended to develop generalised, sufficiently abstract artefacts that can serve as common ground for more specific models. | |
create new pages |
Code[edit]
Contact «CoreObject» | |||
---|---|---|---|
Entity | Entity | «» |
Notes[edit]
Things like Task, Log, Work/Notelet obviously can be attached to many business objects, if not to all. So a superclass "business object" might be introduced to handle this.
Alternatively, a superclass "Core" with "Accessories" of arbitrary types could be introduced here to allow attachment of those things as well as many more. This approach would be extensible and has been proven valuable in other contexts.
Work In Progress[edit]
Better: via accessory mechanism (CoreObject...)
> CoreObject ** Tasks org/oomodels/sandbox/business/foundation/work/Task(*) ** Log org/oomodels/sandbox/business/foundation/work/Log ** Notelets Notelet(*) ** Worklets Worklet(*) ** Groups Group(*)