Uses of Class
de.danet.an.workflow.api.FormalParameter

Packages that use FormalParameter
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
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 FormalParameter in de.danet.an.workflow.api
 

Methods in de.danet.an.workflow.api that return FormalParameter
 FormalParameter[] ProcessDefinition.formalParameters()
          Returns the meta information that describes the formal parameters for this kind of process.
 

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

Methods in de.danet.an.workflow.spis.aii with parameters of type FormalParameter
 void ToolAgent.invoke(Activity activity, FormalParameter[] formalParameters, java.util.Map actualParameters)
          Invoke an application on the given activity.