Uses of Interface
com.semarchy.mdm.runtime.model.logical.IWorkflowNode

Packages that use IWorkflowNode
com.semarchy.mdm.runtime.model.logical This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. 
com.semarchy.mdm.runtime.model.logical.exception   
 

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

Subinterfaces of IWorkflowNode in com.semarchy.mdm.runtime.model.logical
 interface IBuiltInNode
          A builtin Node
 interface IDETask
           
 interface IDupsTask
           
 interface IHumanTask
           
 

Methods in com.semarchy.mdm.runtime.model.logical that return IWorkflowNode
 IWorkflowNode IWorkflowTransition.getFromNode()
           
 IWorkflowNode IWorkflowTransition.getToNode()
          The target node
 

Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IWorkflowNode
 List<IWorkflowNode> IHumanWorkflow.getNodes()
          The nodes in the workflow
 

Uses of IWorkflowNode in com.semarchy.mdm.runtime.model.logical.exception
 

Constructors in com.semarchy.mdm.runtime.model.logical.exception with parameters of type IWorkflowNode
NoSuchTransitionException(IWorkflowNode pParent, IWorkflowNode targetNode)
           
NoSuchTransitionException(IWorkflowNode pParent, String transitionName)
           
 



Copyright © 2015. All Rights Reserved.