Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
IWorkflowTransition |
IActivityTask.getTransition()
The transition that were used if task completed.
|
static IWorkflowTransition |
ActivityTaskSupport.getTransition(IActivityTask pActivityTask) |
Modifier and Type | Method and Description |
---|---|
IActivityService.ITaskCompletionResult |
IActivityService.completeTask(ActivityTaskId taskId,
IWorkflowTransition transition,
String completionComments,
CompletionOptions options) |
IActivityService.ITaskCompletionResult |
IActivityService.completeTask(UUID pTaskID,
IWorkflowTransition transition,
String pCompletionComments,
CompletionOptions options)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDETransition |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2019. All rights reserved.