Package com.atlassian.jira.transition
Interface TransitionEntry
- All Known Implementing Classes:
DefaultTransitionEntry
@ExperimentalApi
public interface TransitionEntry
Represents transition in Workflow
- Since:
- 7.6
-
Method Summary
-
Method Details
-
getTransitionId
int getTransitionId()- Returns:
- the id of the transition
-
getFromStatusId
Long getFromStatusId()- Returns:
- the id of from status
-
getToStatusId
Long getToStatusId()- Returns:
- the id of the to status
-
getName
String getName()- Returns:
- the name of transition
-
getHasScreen
boolean getHasScreen()- Returns:
- if has screen
-
getHasConditions
boolean getHasConditions()- Returns:
- if has conditions
-
getHasValidators
boolean getHasValidators()- Returns:
- if has validators
-
getIsGlobal
boolean getIsGlobal()- Returns:
- if is global
-
getIsInitial
boolean getIsInitial()- Returns:
- if is initial
-