Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/transaction01/Transaction01"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | transaction01
Jump to navigationJump to search
Line 28: Line 28:
     - Mode = "transactionreadwrite"
     - Mode = "transactionreadwrite"
!! next1 void()
!! next1 void()
  ~ state1
  + XMLogicImplementation
    - OperationBody = ~ try {<br>  this.instance = this.factory.createObject(context);<br>} catch (ValidationFailure vf) {<br>}<br>==>> result;
</wiml>
</wiml>


== {{Type:org/oomodels/wiki/doclet/Description}} ==
== {{Type:org/oomodels/wiki/doclet/Description}} ==

Revision as of 19:48, 26 February 2009

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]

Transaction01
«InteractionClass»
An example transaction
Attribute1String«»
...
XMLogic DefaultValue"value1"
XMPresentation VisibilityStates[
    state1,
    state2
]
XMVUI Mode"transactionreadwrite"
Attribute2String«»
...
XMLogic DefaultValue"value2"
XMPresentation VisibilityStates[
    state2,
    state3
]
XMVUI Mode"transactionreadwrite"
next1void () «»
...
XMLogicImplementation OperationBodytry{
    brthisinstance = thisfactorycreateObjectcontextbr
}catchValidationFailurevf{
    br
}br =  = result


Description[edit]