cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
flow-dsl
/
app.softwork.cikraft.integrationflow
/
Shape
Shape
@
Serializable
data
class
Shape
(
val
bpmnElement
:
String
,
val
id
:
String
,
val
bounds
:
Bounds
)
(
source
)
Members
Constructors
Shape
Link copied to clipboard
constructor
(
bpmnElement
:
String
,
id
:
String
,
bounds
:
Bounds
)
Properties
bounds
Link copied to clipboard
@
XmlSerialName
(
value
=
"Bounds"
,
namespace
=
"http://www.omg.org/spec/DD/20100524/DC"
,
prefix
=
"dc"
)
val
bounds
:
Bounds
bpmn
Element
Link copied to clipboard
val
bpmnElement
:
String
id
Link copied to clipboard
val
id
:
String