de.danet.an.workflow.omgcore
Interface ProcessData

All Superinterfaces:
java.util.Map
All Known Implementing Classes:
DefaultProcessData

public interface ProcessData
extends java.util.Map

ProcessData represents context and result data of a 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.


Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values