@Internal
public interface WorkflowLoopedTransitions
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<TransitionData> |
createLoopedTransition(String loopedTransitionName,
String loopedTransitionDescription,
Long screenId,
String workflowName)
Create a looped transition to all statuses on a workflow.
|
ServiceOutcome<Workflow> |
deleteLoopedTransition(int loopedTransitionId,
String workflowName)
Delete the looped transition in the specified workflow.
|
ServiceOutcome<Workflow> |
updateLoopedTransition(int transitionId,
String name,
String description,
Long screenId,
String workflowName)
Update the global transition identified by the specified transition id with the supplied properties.
|
ServiceOutcome<Workflow> |
verifyLoopedTransitionCanBeAdded(String name,
String workflowName,
Long screenId) |
ServiceOutcome<Workflow> |
verifyLoopedTransitionCanBeUpdated(int transitionId,
String name,
String workflowName,
Long screenId) |
ServiceOutcome<TransitionData> createLoopedTransition(String loopedTransitionName, String loopedTransitionDescription, Long screenId, String workflowName)
loopedTransitionName
- loopedTransitionDescription
- screenId
- workflowName
- ServiceOutcome
containing the transition data.ServiceOutcome<Workflow> deleteLoopedTransition(int loopedTransitionId, String workflowName)
loopedTransitionId
- The looped transition to delete.workflowName
- The workflow to delete the looped transition from.ServiceOutcome
containing the updated workflow.ServiceOutcome<Workflow> updateLoopedTransition(int transitionId, String name, String description, Long screenId, String workflowName)
transitionId
- name
- description
- screenId
- workflowName
- ServiceOutcome<Workflow> verifyLoopedTransitionCanBeAdded(String name, String workflowName, Long screenId)
ServiceOutcome<Workflow> verifyLoopedTransitionCanBeUpdated(int transitionId, String name, String workflowName, Long screenId)
Copyright © 2002-2024 Atlassian. All Rights Reserved.