Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model36/Person"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model36
Jump to navigationJump to search
 
(9 intermediate revisions by the same user not shown)
Line 13: Line 13:


<wiml>
<wiml>
* Person CoreClass
* Person CoreClass,WithInstanceEditor
  > com/sphenon/domains/basics/workable/RCWorkable
   + org/xmodel/XMState
   + org/xmodel/XMState
     - Versioning=ShadowTablePerStateInstance
     - VersioningBase=true
     - VersioningRoot="Person"
     - VersioningRoot="Person"
     - VersioningRootConstraint.JavaCodeTemplate=«@(Name).equals("Willi")»
     - VersioningRootConstraint={JavaCodeTemplate=«@(Name).equals("Willi")»}
  + org/xmodel/XMAssembly
    - InstanceViewerToolkits=[«com.sphenon.domains.basics.workable.factories.Factory_WorkableToolkit»]
    - BrowserToolkits=[«com.sphenon.domains.basics.workable.factories.Factory_WorkableToolkit»]
** Name String
** Name String
** Title String
** Title String
</wiml>
</wiml>

Latest revision as of 11:28, 20 May 2026

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

Bundle: Artefact:Bundle/net/leue/andreas/sandbox/model36/Model36

Code[edit]

RCWorkable
Person
«CoreClass, WithInstanceEditor»
...
XMState VersioningBasetrue
VersioningRoot"Person"
VersioningRootConstraint{
    JavaCodeTemplate = «@(Name).equals("Willi")»
}
XMAssembly InstanceViewerToolkits[
    «com.sphenon.domains.basics.workable.factories.Factory_WorkableToolkit»
]
BrowserToolkits[
    «com.sphenon.domains.basics.workable.factories.Factory_WorkableToolkit»
]
NameString«»
TitleString«»