public class ActionDescriptorTransitionData extends Object implements TransitionData
Constructor and Description |
---|
ActionDescriptorTransitionData(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor,
boolean initial,
boolean global,
boolean looped,
List<TransitionOption> transitionOptions,
boolean showAdminData,
String screenName) |
ActionDescriptorTransitionData(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor,
boolean initial,
boolean global,
boolean looped,
List<TransitionOption> transitionOptions,
String screenName) |
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() |
public ActionDescriptorTransitionData(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor, boolean initial, boolean global, boolean looped, List<TransitionOption> transitionOptions, @Nullable String screenName)
public ActionDescriptorTransitionData(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor, boolean initial, boolean global, boolean looped, List<TransitionOption> transitionOptions, boolean showAdminData, @Nullable String screenName)
public int getActionId()
getActionId
in interface TransitionData
public String getName()
getName
in interface TransitionData
public String getDescription()
getDescription
in interface TransitionData
public Long getScreenId()
getScreenId
in interface TransitionData
public String getScreenName()
getScreenName
in interface TransitionData
public boolean isInitial()
isInitial
in interface TransitionData
public boolean isGlobal()
isGlobal
in interface TransitionData
public boolean isLooped()
isLooped
in interface TransitionData
public List<TransitionOption> getTransitionOptions()
getTransitionOptions
in interface TransitionData
Copyright © 2002-2019 Atlassian. All Rights Reserved.