| de.danet.an.workflow.api.ProcessMgr
All known Subclasses: de.danet.an.workflow.ejbs.admin.ProcessMgrStub,
ProcessMgr | public interface ProcessMgr extends WfProcessMgr(Code) | | Interface ProcessMgr adds some functions to the
WfProcessMgr OMG process manager .
The meta information returned by contextSignature and
resultSignature defined in WfProcessMgr
uses Java classes to represents
primitive types, as specified for
de.danet.an.workflow.omgcore.ProcessDataInfoProcessDataInfo . In addition the type of a data item
can be indicated as
org.w3c.dom.Element.class
- denotes XML with unknown structure. Values of this type are
represented as instances of
SAXEventBuffer .
- an instance of
SAXEventBuffer
- denotes XML with the known structure represented by the XML in the
event buffer. Values of this type are
represented as instances of
SAXEventBuffer .
- an instance of
ExternalReference
- denotes the type as specified in the process definition. If a
Java type is specified as fully qualified Java class name
in the localtion attribute, "java:" is prepended as protocol and
values are of the specified type. Else values of this type are
represented as instances of
SAXEventBuffer .
|
findByDataItem | Collection findByDataItem(String itemName, String itemValue) throws RemoteException(Code) | | Returns all
Process Process es that have a
given value in a particular process data item. Note that this
method may only be used for data items of type string.
Parameters: itemName - the name of the process data item Parameters: itemValue - the value of the process data item the collection of processes throws: RemoteException - if a system-level error occurs |
|
|