Uses of Class
de.danet.an.workflow.omgcore.InvalidDataException

Packages that use InvalidDataException
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.  
de.danet.an.workflow.spis.aii This package defines the application invocation interface used by the workflow package to invoke tool agents that control applications.  
 

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

Methods in de.danet.an.workflow.api that throw InvalidDataException
 void WorkflowService.doFinish(WfActivity act, ProcessData result)
          Set a result and complete an activity in a new transaction.
 void Channel.sendMessage(java.util.Map msg)
          Send a message on this channel to the process.
 

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

Methods in de.danet.an.workflow.omgcore that throw InvalidDataException
 void WfActivity.setResult(ProcessData result)
          Passes result data back to the workflow process.
 void WfExecutionObject.setProcessContext(ProcessData newValue)
          Set the context of this WfExecutionObject.
 

Uses of InvalidDataException in de.danet.an.workflow.spis.aii
 

Methods in de.danet.an.workflow.spis.aii that throw InvalidDataException
 void ToolAgentContext.finishActivity(java.util.Map result)
          Set a result and complete the invoking activity in a new transaction.