Difference between revisions of "Artefact:Model/de/gtools/gaertner/sandbox/trans01/Transaction01"
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...) |
(→Code) |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
<wiml> | <wiml> | ||
# | # Transaction01 StateMachine | ||
~ state1,state2,state3,state4,state5,state6,state7,finished[Finished] | ~ state1,state2,state3,state4,state5,state6,state7,finished[Finished] | ||
An example transaction | An example transaction | ||
| Line 21: | Line 21: | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OnCreateInitialisation = JavaCodeTemplate=« ==>> state1; » | - OnCreateInitialisation = JavaCodeTemplate=« ==>> state1; » | ||
** Attribute1 | ** Attribute1 de/gtools/gaertner/sandbox/trans01/KontaktPerson | ||
+ XMLogic | + XMLogic | ||
- DefaultValue = JavaCode=« | - DefaultValue = JavaCode=« Class_Factory_KontaktPerson.construct(context, "", "") » | ||
+ XMPresentation | + XMPresentation | ||
- VisibilityStates = [state1,state2] | - VisibilityStates = [state1,state2] | ||
+ XMVUI | + XMVUI | ||
- Mode = Literal="transactionreadwrite" | - Mode = Literal="transactionreadwrite" | ||
** Attribute2 | ** Attribute2 de/gtools/gaertner/sandbox/trans01/Produkt | ||
+ XMLogic | + XMLogic | ||
- DefaultValue = JavaCode=« | - DefaultValue = JavaCode=« Class_Factory_Produkt.construct(context, "", "") » | ||
+ XMPresentation | + XMPresentation | ||
- VisibilityStates = [state1,state3] | - VisibilityStates = [state1,state3] | ||
+ XMVUI | + XMVUI | ||
- Mode = Literal="transactionreadwrite" | - Mode = Literal="transactionreadwrite" | ||
** Attribute3 | ** Attribute3 de/gtools/gaertner/sandbox/trans01/KontaktPerson | ||
+ XMLogic | + XMLogic | ||
- DefaultValue = JavaCode=« | - DefaultValue = JavaCode=« Class_Factory_KontaktPerson.construct(context, "", "") » | ||
+ XMPresentation | + XMPresentation | ||
- VisibilityStates = [state4,state5] | - VisibilityStates = [state4,state5] | ||
+ XMVUI | + XMVUI | ||
- ModeMap = mm1={ State="state4", Mode={Literal="transactionreadwrite_eins"} }, mm2={ State="state5", Mode={Literal="transactionreadwrite_zwei"} } | - ModeMap = mm1={ State="state4", Mode={Literal="transactionreadwrite_eins"} }, mm2={ State="state5", Mode={Literal="transactionreadwrite_zwei"} } | ||
** Attribute4 | ** Attribute4 de/gtools/gaertner/sandbox/trans01/KontaktPerson | ||
+ XMLogic | + XMLogic | ||
- DefaultValue = JavaCode=« | - DefaultValue = JavaCode=« Class_Factory_KontaktPerson.construct(context, "", "") » | ||
+ XMPresentation | + XMPresentation | ||
- VisibilityStates = [state6,state7] | - VisibilityStates = [state6,state7] | ||
Latest revision as of 14:06, 12 May 2010
| Classification | |
|---|---|
| Type | Type:org/oomodels/WIML/1.0 |
| Domain | Domain:it/test |
| Category | Type:org/oomodels/wiki/Model |
| More | |
| Download Code | |
| Namespace (more) | |
|
private name space of Manfred | |
| create new pages | |
Code[edit]
| Transaction01 «StateMachine» | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
|
||||||||||||||
| Attribute1 | KontaktPerson | «» | ...
| |||||||||||
| Attribute2 | Produkt | «» | ...
| |||||||||||
| Attribute3 | KontaktPerson | «» | ...
| |||||||||||
| Attribute4 | KontaktPerson | «» | ...
| |||||||||||
| state1──► next1 | void () | «» |
...
| |||||||||||
| state2──► next2 | void () | «» |
...
| |||||||||||
| state3──► next3 | void () | «» |
...
| |||||||||||
| state4──► next4 | void () | «» |
...
| |||||||||||
| state5──► next5 | void () | «» |
...
| |||||||||||
| state6──► next6 | void () | «» |
...
| |||||||||||
| state2──► back2 | void () | «» |
...
| |||||||||||
| state3──► back3 | void () | «» |
...
| |||||||||||
| state4──► back4 | void () | «» |
...
| |||||||||||
| state5──► back5 | void () | «» |
...
| |||||||||||
| state6──► back6 | void () | «» |
...
| |||||||||||
| state7──► back7 | void () | «» |
...
| |||||||||||
| state1state2state3state4state5state6state7──► cancel | void () | «» |
...
| |||||||||||