|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWorkflowTransition | |
---|---|
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 IWorkflowTransition in com.semarchy.mdm.runtime.activity |
---|
Methods in com.semarchy.mdm.runtime.activity that return IWorkflowTransition | |
---|---|
IWorkflowTransition |
IActivityTask.getTransition()
The transition that were used if task completed. |
static IWorkflowTransition |
TaskSupport.getTransition(IActivityTask pActivityTask)
|
Methods in com.semarchy.mdm.runtime.activity with parameters of type IWorkflowTransition | |
---|---|
IActivityService.ITaskCompletionResult |
IActivityService.completeTask(UUID pTaskID,
IWorkflowTransition transition,
String pCompletionComments,
CompletionOptions options)
|
Uses of IWorkflowTransition in com.semarchy.mdm.runtime.model.logical |
---|
Subinterfaces of IWorkflowTransition in com.semarchy.mdm.runtime.model.logical | |
---|---|
interface |
IDETransition
|
Methods in com.semarchy.mdm.runtime.model.logical that return IWorkflowTransition | |
---|---|
IWorkflowTransition |
IHumanTask.getCancelTransition()
The first Transition to Cancel Node or null if not IHumanTask.isCancelEnabled() |
IWorkflowTransition |
IWorkflowNode.getFirstTransitionTo(String toNodeName)
Get the first transition to the node named toNodeName or null if no such transition. |
IWorkflowTransition |
IWorkflowNode.getOutgoingTransition(String transitionName)
Get the outgoing transition with the given name |
IWorkflowTransition |
IHumanTask.getSubmitTransition()
The first Transition to Submit Node or null if not IHumanTask.isSubmitEnabled() |
IWorkflowTransition |
IHumanTask.getTransitionFromStart()
Returns the transition from Start node to current node if task is IHumanTask.isStartTask() or null if task is not a start task. |
IWorkflowTransition |
IWorkflowNode.getTransitionTo(String toNodeName)
Deprecated. use IWorkflowNode.getFirstTransitionTo(String) or
IWorkflowNode.getTransitionsTo(String) or
IWorkflowNode.getOutgoingTransition(String) instead. |
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IWorkflowTransition | |
---|---|
List<IWorkflowTransition> |
IWorkflowNode.getIncomingTransitions()
List of incoming transitions |
List<IWorkflowTransition> |
IWorkflowNode.getOutgoingTransitions()
List of outgoing transitions |
List<IWorkflowTransition> |
IWorkflowNode.getTransitionsTo(String toNodeName)
Returns the list of transition from current node to a node named toNameName. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |