Uses of Interface
de.danet.an.workflow.omgcore.ProcessDataInfo

Packages that use ProcessDataInfo
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
de.danet.an.workflow.omgcore This package defines the core domain of a workflow management system.  
 

Uses of ProcessDataInfo in de.danet.an.workflow.api
 

Methods in de.danet.an.workflow.api that return ProcessDataInfo
 ProcessDataInfo ProcessDefinition.contextSignature()
          Returns the meta information that defines how to set the context for this kind of process.
 ProcessDataInfo ProcessDefinition.resultSignature()
          Returns the meta information that describes the result for this kind of process.
 

Uses of ProcessDataInfo in de.danet.an.workflow.omgcore
 

Methods in de.danet.an.workflow.omgcore that return ProcessDataInfo
 ProcessDataInfo WfProcessMgr.contextSignature()
          Returns the meta information that defines how to set the context of an instance.
 ProcessDataInfo WfProcessMgr.resultSignature()
          Returns the meta information that specifies how instances will return results.