Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model38/Transaction38"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) (Created page with "{{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Me...") |
AndreasLeue (talk | contribs) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
<wiml> | <wiml> | ||
# Transaction38 StateMachine | # Transaction38 StateMachine,Singleton,RESTService | ||
~ state1,state2,finished[Finished] | ~ state1,state2,finished[Finished] | ||
^^ java.lang.String,com.sphenon.basics.data.Data_MediaObject | |||
A stateful (Fielding forbid!) REST Service | A stateful (Fielding forbid!) REST Service | ||
+ XMPresentation | + XMPresentation | ||
Line 26: | Line 27: | ||
+ XMPresentation | + XMPresentation | ||
- VisibilityStates = «state2» | - VisibilityStates = «state2» | ||
+ XMVUI | |||
- Mode = Literal="transactionreadwrite" | |||
** Attribute3 Data_MediaObject TransactionInside,AllowNull | |||
// wär schön, geht aber noch nicht org/oomodels/primitives/MediaObject | |||
// see also testcase model32 | |||
+ XMPresentation | |||
- VisibilityStates = «state1||state2» | |||
+ XMVUI | + XMVUI | ||
- Mode = Literal="transactionreadwrite" | - Mode = Literal="transactionreadwrite" |
Latest revision as of 17:21, 11 December 2017
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Namespace (more) | |
Private namespace of Andreas Leue. | |
create new pages |
Code[edit]
Transaction38 «StateMachine, Singleton, RESTService» | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
...
...
|
|||||||||||||
Attribute1 | String | «TransactionInside,AllowNull» | ...
| ||||||||||
Attribute2 | String | «TransactionInside,AllowNull» | ...
| ||||||||||
Attribute3 | Data_MediaObject | «TransactionInside,AllowNull» | ...
| ||||||||||
wär schön, geht aber noch nicht org/oomodels/primitives/MediaObject see also testcase model32 | |||||||||||||
setup | void () | «NoUI,Transactional» |
...
| ||||||||||
state1──► next1 | void () | «» |
...
| ||||||||||
state2──► back2 | void () | «» |
...
| ||||||||||
state1||state2──► cancel | void () | «» |
...
|