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 30: Line 30:
   ~ state1
   ~ state1
   + XMLogicImplementation
   + XMLogicImplementation
     - OperationBody = ~ try {<br> this.instance = this.factory.createObject(context);<br>} catch (ValidationFailure vf) {<br>}<br>==>> result;
     - OperationBody = ~ try {\n this.instance = this.factory.createObject(context);\n} catch (ValidationFailure vf) {\n}\n==>> result;
</wiml>
</wiml>


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

Revision as of 19:49, 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{
    nthisinstance = thisfactorycreateObjectcontextn
}catchValidationFailurevf{
    n
}n =  = result


Description[edit]