ProcessData
represents context and result data of a {@link de.danet.an.workflow.omgcore.WfExecutionObject WfExecutionObject
}. We assume that the names in a NameValueSequence
as defined in the OMG sprecification have to be unique (it is a reasonable assumption, although the OMG specification does not state it explicitly). Therefore we simply map the NameValueSequence
to a Map with keys of type String
and values of type Object
.
|
|