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

Packages that use NoSuchTransitionException
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 NoSuchTransitionException in com.semarchy.mdm.runtime.activity
 

Methods in com.semarchy.mdm.runtime.activity that throw NoSuchTransitionException
 IWorkflowTransition IActivityTask.getTransition()
          The transition that were used if task completed.
 

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

Methods in com.semarchy.mdm.runtime.model.logical that throw NoSuchTransitionException
 IDETransition IDETask.getOutgoingTransition(String pTransitionName)
           
 IWorkflowTransition IWorkflowNode.getTransitionTo(String toNodeName)
          Deprecated. use IWorkflowNode.getFirstTransitionTo(String) or IWorkflowNode.getTransitionsTo(String) or IWorkflowNode.getOutgoingTransition(String) instead.
 



Copyright © 2015. All Rights Reserved.