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

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

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

Methods in de.danet.an.workflow.api that throw InvalidIdException
 Application ProcessDefinition.applicationById(java.lang.String id)
          Return the application with the given id.
 Participant ProcessDefinition.participantById(java.lang.String id)
          Return the participant identified by the id.