Uses of Class
com.semarchy.mdm.runtime.model.logical.exception.NoSuchWorkflowException

Packages that use NoSuchWorkflowException
com.semarchy.mdm.runtime.activity This package contains the IActivityService and the related classes. 
com.semarchy.mdm.runtime.model.logical This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. 
 

Uses of NoSuchWorkflowException in com.semarchy.mdm.runtime.activity
 

Methods in com.semarchy.mdm.runtime.activity that throw NoSuchWorkflowException
 IHumanTask IActivityTask.getHumanTask()
           
 IHumanWorkflow IActivityTask.getHumanWorkflow()
           
 IHumanWorkflow IActivity.getHumanWorkflow()
          The underlying IHumanWorkflow that defines this IActivity
 IWorkflowTransition IActivityTask.getTransition()
          The transition that were used if task completed.
 IHumanTask IActivityTask.getTransitionHumanTask()
           
 

Uses of NoSuchWorkflowException in com.semarchy.mdm.runtime.model.logical
 

Methods in com.semarchy.mdm.runtime.model.logical that throw NoSuchWorkflowException
 IDataEntryWorkflow IApplication.getDataEntryWorkflow(String pName)
           
 IDupsWorkflow IApplication.getDupsWorkflow(String pName)
           
 IHumanWorkflow IApplication.getHumanWorkflow(String pName)
          Get the IHumanWorkflow with the given name or throws if name doesn't match any of known workflows
 



Copyright © 2015. All Rights Reserved.