]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.akb/src/main/resources/org/argeo/slc/akb/akb.cnd
work on a first draft of the AKB UI
[gpl/argeo-slc.git] / runtime / org.argeo.slc.akb / src / main / resources / org / argeo / slc / akb / akb.cnd
1 <akb = 'http://www.argeo.org/ns/akb'>
2
3 //
4 // MOVE THIS TO ITS CORRECT LOCATION
5 //
6 [argeo:note] > mix:title, mix:versionable, mix:created, mix:lastModified
7 mixin
8
9
10 //
11 // TEMPLATES AND ENVIRONMENTS
12 //
13
14 // Abstract description of whole or part of an IT environment
15 [akb:envTemplate] > nt:unstructured, mix:title
16
17 // An environment template (1..1 relationship) applied to a real environment
18 [akb:env] > nt:unstructured, mix:title
19
20
21 //
22 // CONNECTORS
23 //
24
25 // GENERIC TYPE FOR A CONNECTOR
26 [akb:connector] > nt:unstructured, mix:title
27 - akb:connectorUrl (STRING)
28 // add argeo keyring
29
30 [akb:connectorAlias] > nt:unstructured, mix:title
31
32
33 // Various connector types as mixin
34 [akb:sshConnector]
35 mixin
36
37 [akb:jdbcConnector]
38 mixin
39
40
41
42 //
43 // GENERIC ITEM
44 //
45 [akb:item] > nt:unstructured
46
47 //
48 // GENERIC ITEM FOLDER
49 //
50 [akb:itemsFolder] > nt:unstructured
51 + * (akb:item) *
52
53 //
54 // SSH FILE
55 //
56 [akb:sshFile] > akb:item
57
58 //
59 // SSH COMMAND
60 //
61 [akb:sshCommand] > akb:item
62
63 //
64 // JDBC QUERY
65 //
66 [akb:jdbcQuery] > akb:item
67
68
69 //
70 // NOTE
71 //
72 [akb:note] > akb:item, argeo:note
73