Uses of Interface
de.danet.an.workflow.api.ProcessDefinition

Packages that use ProcessDefinition
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
 

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

Methods in de.danet.an.workflow.api that return ProcessDefinition
 ProcessDefinition Process.processDefinition()
          Returns the process definition of this process.
 ProcessDefinition ProcessDefinitionDirectory.lookupProcessDefinition(java.lang.String packageId, java.lang.String processId)
          This method delivers the process definition for the given ids.