Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/locations/LocatorURLWizard"
From OOModels
< Artefact:Model | org | oomodels | sandbox | business | foundation | locations
Jump to navigationJump to search
AndreasLeue (talk | contribs) (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...) |
AndreasLeue (talk | contribs) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 13: | Line 13: | ||
# LocatorURLWizard StateMachine | # LocatorURLWizard StateMachine | ||
~ server,path,query,result,finished[Finished] | ~ server,path,query,result,finished[Finished] | ||
Enter an | Enter an URL step by step | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OnCreateInitialisation = JavaCodeTemplate=« ==>> server; » | - OnCreateInitialisation = JavaCodeTemplate=« ==>> server; » | ||
| Line 22: | Line 22: | ||
- VisibilityStates = [server,path,query] | - VisibilityStates = [server,path,query] | ||
- ChangeabilityStates= [server] | - ChangeabilityStates= [server] | ||
- ChangeabilityModes= [readonly,readwrite,transactionreadonly,transactionreadwrite] | |||
** Path String | ** Path String | ||
+ XMLogic | + XMLogic | ||
| Line 28: | Line 29: | ||
- VisibilityStates = [path,query] | - VisibilityStates = [path,query] | ||
- ChangeabilityStates= [path] | - ChangeabilityStates= [path] | ||
- ChangeabilityModes= [readonly,readwrite,transactionreadonly,transactionreadwrite] | |||
** Query String | ** Query String | ||
+ XMLogic | + XMLogic | ||
- DefaultValue = JavaCode=« "key=value" » | - DefaultValue = JavaCode=« "key=value" » | ||
+ XMPresentation | + XMPresentation | ||
- VisibilityStates = [query] | |||
- ChangeabilityStates= [query] | - ChangeabilityStates= [query] | ||
- | - ChangeabilityModes= [readonly,readwrite,transactionreadonly,transactionreadwrite] | ||
** URL LocatorURL | ** URL LocatorURL | ||
+ XMLogic | + XMLogic | ||
- DefaultValue = JavaCode=« | - DefaultValue = JavaCode=« null » | ||
+ XMPresentation | + XMPresentation | ||
- VisibilityStates = [result] | - VisibilityStates = [result] | ||
| Line 56: | Line 59: | ||
- Name = create | - Name = create | ||
+ XMLogicImplementation | + XMLogicImplementation | ||
- OperationBody = JavaCodeTemplate=« | - OperationBody = JavaCodeTemplate=« url = Class_Factory_LocatorURL.construct(context, "http://" + server + "/" + path + "?" + query); ==>> result; » | ||
!! back2 void() | !! back2 void() | ||
~~ path | ~~ path | ||
Latest revision as of 12:50, 15 January 2010
| Classification | |
|---|---|
| Type | Type:org/oomodels/WIML/1.0 |
| Domain | Domain:it/test |
| Category | Type:org/oomodels/wiki/Model |
| More | |
| Download Code | |
| 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]
| LocatorURLWizard «StateMachine» | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
|
|||||||||||||
| Server | String | «» | ...
| ||||||||||
| Path | String | «» | ...
| ||||||||||
| Query | String | «» | ...
| ||||||||||
| URL | LocatorURL | «» | ...
| ||||||||||
| server──► next1 | void () | «» |
...
| ||||||||||
| path──► next2 | void () | «» |
...
| ||||||||||
| query──► next3 | void () | «» |
...
| ||||||||||
| path──► back2 | void () | «» |
...
| ||||||||||
| query──► back3 | void () | «» |
...
| ||||||||||
| serverpathquery──► cancel | void () | «» |
...
| ||||||||||
| result──► close | void () | «» |
...
| ||||||||||