public interface TransitionData
Modifier and Type | Method and Description |
---|---|
int |
getActionId() |
String |
getDescription() |
String |
getName() |
Long |
getScreenId() |
String |
getScreenName() |
List<TransitionOption> |
getTransitionOptions() |
boolean |
isGlobal() |
boolean |
isInitial() |
boolean |
isLooped() |
int getActionId()
String getName()
String getDescription()
Long getScreenId()
String getScreenName()
boolean isInitial()
boolean isGlobal()
boolean isLooped()
List<TransitionOption> getTransitionOptions()
Copyright © 2002-2022 Atlassian. All Rights Reserved.