Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/entities/management/Contact"

From OOModels
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Meta_Downloa...)
 
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
| Meta_Category              = Type:org/oomodels/wiki/Model
| Meta_Category              = Type:org/oomodels/wiki/Model
| Meta_Download              = true
| Meta_Download              = true
| Meta_Diagram = Artefact:Diagram/org/oomodels/sandbox/business/foundation/entities/Entities
| Meta_AddTypeToCategory    = true
| Meta_AddTypeToCategory    = true
| Meta_AddCategoryToCategory = true
| Meta_AddCategoryToCategory = true
Line 12: Line 13:


<wiml>
<wiml>
* Contact
* Contact CoreObject
** Tasks Task(*:*)
** Entity org/oomodels/sandbox/business/foundation/entities/Entity
** Log Entry(*:*)
** Notelets Notelet(*:*)
** Worklets Worklet(*:*)
** Groups Group(*.*)
</wiml>
</wiml>


== {{Type:org/oomodels/wiki/doclet/Description}} ==
== Notes ==
 
Attribute: Owner
 


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 30: Line 30:
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
  (History, Datum letzter Kontakt)
** Notelets Notelet(*)
** Worklets Worklet(*)
  (Wiedervorlage, Termine...)
** Groups Group(*)
** Bewertung/Ranking, Klasse Ranking dann bspw. eine Spezialisierung mit Bezug zu bspw. Gruppe
** SecurityClasses auf Daten-Ebene
</pre>

Latest revision as of 11:58, 16 November 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
Diagram
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»
EntityEntity«»


Notes[edit]

Attribute: Owner


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
   (History, Datum letzter Kontakt)
** Notelets Notelet(*)
** Worklets Worklet(*)
   (Wiedervorlage, Termine...)
** Groups Group(*)
** Bewertung/Ranking, Klasse Ranking dann bspw. eine Spezialisierung mit Bezug zu bspw. Gruppe
** SecurityClasses auf Daten-Ebene