-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlog.roo
132 lines (132 loc) · 7.98 KB
/
log.roo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
// Spring Roo 2.0.0.RC1 [rev 28015e3] log opened at 2017-04-23 14:07:17
hint
project setup --topLevelPackage io.github.venis.hl7studio --projectName hl7studio --multimodule STANDARD --java 8
settings list
jpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
!g lb
addon list
addon repository list
addon suite list
addon search --requiresCommand "grid"
metadata status
system properties
help
hint
module focus --moduleName model
entity jpa --class ~.Hl7Message
// [failed] entity jpa --class ~.Hl7Message
// [failed] entity jpa --class ~.Hl7Message --entityFormatExpression "{#title}"
entity jpa --class ~.Hl7Message --entityFormatExpression "{#title}" --force
entity jpa --class ~.Hl7Message --entityFormatExpression "{#title}" --force
field string --fieldName title --notNull --sizeMax 200 --comment "Hl7 message title that describes typical purpose of the message"
field string --fieldName raw --notNull --sizeMax 1048576 --comment "Raw Hl7 message in txt ER7 format"
field string --fieldName hl7SendingApplication --comment "Sending Application"
field string --fieldName hl7SendingFacility --comment "Sending Facility"
field string --fieldName hl7ReceivingApplication --comment "Receiving Application"
field string --fieldName hl7ReceivingFacility --comment "Receiving Facility"
field date --fieldName hl7DateTimeOfMessage --type java.util.Date --comment "Date/Time Of Message" --dateFormat MEDIUM --timeFormat MEDIUM
field string --fieldName hl7MessageType --comment "Message Type"
field string --fieldName hl7TriggerEvent --comment "Trigger Event"
field string --fieldName hl7ControlId --comment "Message Control ID"
field string --fieldName hl7ProcessingId --comment "Processing ID"
field string --fieldName hl7VersionId --comment "Version ID"
enum type --class ~.Hl7MessageEncoding
enum constant --name ER7
enum constant --name XML
focus --class ~.Hl7Message
field date --fieldName hl7DateTimeOfMessage --type java.util.Date --comment "Date/Time Of Message" --dateFormat MEDIUM --timeFormat MEDIUM --persistenceType JPA_TIMESTAMP --force
entity jpa --class ~.Hl7Connector --abstract --inheritanceType SINGLE_TABLE
field string --fieldName title --comment "Connector title"
// Spring Roo 2.0.0.RC1 [rev 28015e3] log opened at 2017-04-23 22:48:51
module focus --moduleName model
focus --class ~.Hl7Connector
field enum --fieldName encoding --type ~.Hl7MessageEncoding --enumType STRING --notNull --comment "Message encoding"
enum type --class ~.Hl7ConnectorCharset
enum constant --name "UTF8"
enum constant --name "ISO88591"
focus --class ~.Hl7Connector
// Spring Roo 2.0.0.RC1 [rev 28015e3] log opened at 2017-04-23 22:59:28
module focus --moduleName model
focus --class ~.Hl7Connector
field enum --fieldName charset --type ~.Hl7ConnectorCharset --enumType ORDINAL --comment "Connection charset"
field string --fieldName host --notNull --comment "Host"
field boolean --fieldName useTlsSsl --notNull --comment "Use TLS/SSL"
field boolean --fieldName detectCharsetFromMessage --notNull --comment "Detect encoding from MSH-18"
entity jpa --class ~.Hl7ConnectorSinglePortMllp --abstract --extends ~.Hl7Connector
field number --fieldName port --type int --notNull --comment "Port"
entity jpa --class ~.Hl7ConnectorDualPortMllp --abstract --extends ~.Hl7Connector
field number --fieldName inboundPort --type int --notNull --comment "Inbound port"
field number --fieldName outboundPort --type int --notNull --comment "Outbound port"
entity jpa --class ~.Hl7ConnectorSinglePortMllpReceiver --extends ~.Hl7ConnectorSinglePortMllp
entity jpa --class ~.Hl7ConnectorSinglePortMllpSender --extends ~.Hl7ConnectorSinglePortMllp
entity jpa --class ~.Hl7ConnectorDualPortMllpReceiver --extends ~.Hl7ConnectorDualPortMllp
entity jpa --class ~.Hl7ConnectorDualPortMllpSender --extends ~.Hl7ConnectorDualPortMllp
repository jpa --all
service --all
module focus --moduleName application
web mvc setup
web mvc view setup --type THYMELEAF
web mvc templates setup --type THYMELEAF
// Spring Roo 2.0.0.RC1 [rev 28015e3] log opened at 2017-04-24 14:16:44
project setup --topLevelPackage io.github.venis.hl7studio --projectName hl7studio --java 8
jpa setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
help
entity jpa --class ~.model.Hl7Message
field string --fieldName title --sizeMax 200 --comment "Hl7 message title that describes typical purpose of the message"
field string --fieldName raw --notNull --sizeMax 1048576 --comment "Raw Hl7 message in txt ER7 format"
field string --fieldName hl7SendingApplication --comment "Sending Application"
field string --fieldName hl7SendingFacility --comment "Sending Facility"
field string --fieldName hl7ReceivingApplication --comment "Receiving Application"
field string --fieldName hl7ReceivingFacility --comment "Receiving Facility"
field date --fieldName hl7DateTimeOfMessage --type java.util.Date --comment "Date/Time Of Message" --dateFormat MEDIUM --timeFormat MEDIUM --persistenceType JPA_TIMESTAMP --force
field string --fieldName hl7MessageType --comment "Message Type"
field string --fieldName hl7TriggerEvent --comment "Trigger Event"
field string --fieldName hl7ControlId --comment "Message Control ID"
field string --fieldName hl7ProcessingId --comment "Processing ID"
field string --fieldName hl7VersionId --comment "Version ID"
enum type --class ~.model.Hl7MessageEncoding
enum constant --name ER7
enum constant --name XML
entity jpa --class ~.Hl7Connector --abstract --inheritanceType SINGLE_TABLE
enum type --class ~.model.Hl7ConnectorCharset
enum constant --name "UTF8"
enum constant --name "ISO88591"
focus --class ~.Hl7Connector
// [failed] focus --class ~.model.Hl7Connector
entity jpa --class ~.model.Hl7Connector --abstract --inheritanceType SINGLE_TABLE
field string --fieldName title --comment "Connector title"
// [failed] field enum --fieldName encoding --type ~.model.Hl7MessageEncoding --enumType STRING --notNull --comment "Message encoding"
// Spring Roo 2.0.0.RC1 [rev 28015e3] log opened at 2017-04-24 14:28:31
focus --class ~.model.Hl7Connector
field enum --fieldName encoding --type ~.model.Hl7MessageEncoding --enumType STRING --notNull --comment "Message encoding"
field enum --fieldName charset --type ~.model.Hl7ConnectorCharset --enumType ORDINAL --comment "Connection charset"
field string --fieldName host --notNull --comment "Host"
field boolean --fieldName useTlsSsl --notNull --comment "Use TLS/SSL"
field boolean --fieldName detectCharsetFromMessage --notNull --comment "Detect encoding from MSH-18"
entity jpa --class ~.model.Hl7ConnectorDualPortMllp --abstract --extends ~.model.Hl7Connector
field number --fieldName inboundPort --type int --notNull --comment "Inbound port"
field number --fieldName outboundPort --type int --notNull --comment "Outbound port"
entity jpa --class ~.model.Hl7ConnectorSinglePortMllp --abstract --extends ~.model.Hl7Connector
field number --fieldName port --type int --notNull --comment "Port"
entity jpa --class ~.model.Hl7ConnectorSinglePortMllpReceiver --extends ~.model.Hl7ConnectorSinglePortMllp
entity jpa --class ~.model.Hl7ConnectorSinglePortMllpSender --extends ~.model.Hl7ConnectorSinglePortMllp
entity jpa --class ~.model.Hl7ConnectorDualPortMllpReceiver --extends ~.model.Hl7ConnectorDualPortMllp
entity jpa --class ~.model.Hl7ConnectorDualPortMllpSender --extends ~.model.Hl7ConnectorDualPortMllp
repository jpa --all
service --all
web mvc setup
web mvc view setup --type THYMELEAF
web mvc templates setup --type THYMELEAF
web mvc controller --all --responseType THYMELEAF
push-in --class ~.web.Hl7MessagesCollectionThymeleafController --method list(Model)
// Spring Roo 2.0.0.RC1 [rev 28015e3] log opened at 2017-04-24 18:45:08
focus --class ~.model.Hl7Connector
// [failed] field enum --fieldName state --type ~.model.Hl7ConnectorState --enumType STRING --comment "Connector state"
field enum --fieldName runState --type ~.model.Hl7ConnectorState --enumType STRING --comment "Connector state"
repository jpa --all
repository jpa --all
repository jpa --all
// Spring Roo 2.0.0.RC1 [rev 28015e3] log opened at 2017-04-24 18:56:32
repository jpa --all
service --all
web mvc controller --all --responseType THYMELEAF