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

Packages that use CannotCompleteException
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 CannotCompleteException in de.danet.an.workflow.api
 

Methods in de.danet.an.workflow.api that throw CannotCompleteException
 void WorkflowService.doFinish(WfActivity act, ProcessData result)
          Set a result and complete an activity in a new transaction.
 

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

Methods in de.danet.an.workflow.omgcore that throw CannotCompleteException
 void WfActivity.complete()
          This method is used by an application to signal the completion of an activity.
 

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

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