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 TransitionDatapublic String getName()
getName in interface TransitionDatapublic String getDescription()
getDescription in interface TransitionDatapublic Long getScreenId()
getScreenId in interface TransitionDatapublic String getScreenName()
getScreenName in interface TransitionDatapublic boolean isInitial()
isInitial in interface TransitionDatapublic boolean isGlobal()
isGlobal in interface TransitionDatapublic boolean isLooped()
isLooped in interface TransitionDatapublic List<TransitionOption> getTransitionOptions()
getTransitionOptions in interface TransitionDataCopyright © 2002-2017 Atlassian. All Rights Reserved.