@groovy.transform.CompileStatic static class ScreenDefinition.TransitionItem extends java.lang.Object
Modifiers | Name | Description |
---|---|---|
protected XmlAction |
actions |
|
protected boolean |
beginTransaction |
|
protected XmlAction |
condition |
|
protected java.util.List<ResponseItem> |
conditionalResponseList |
|
protected ResponseItem |
defaultResponse |
|
protected ResponseItem |
errorResponse |
|
protected java.lang.String |
location |
|
protected java.lang.String |
method |
|
protected java.lang.String |
name |
|
protected java.util.Map<java.lang.String, ParameterItem> |
parameterByName |
|
protected ScreenDefinition |
parentScreen |
|
protected java.util.List<java.lang.String> |
pathParameterList |
|
protected boolean |
readOnly |
|
protected boolean |
requireSessionToken |
|
protected XmlAction |
serviceActions |
|
protected java.lang.String |
singleServiceName |
|
protected MNode |
transitionNode |
Constructor and description |
---|
protected TransitionItem
(ScreenDefinition parentScreen) |
TransitionItem
(MNode transitionNode, ScreenDefinition parentScreen) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
checkCondition(ExecutionContextImpl ec) |
|
boolean |
getBeginTransaction() |
|
java.lang.String |
getMethod() |
|
java.lang.String |
getName() |
|
java.util.Map<java.lang.String, ParameterItem> |
getParameterMap() |
|
java.util.List<java.lang.String> |
getPathParameterList() |
|
boolean |
getRequireSessionToken() |
|
java.lang.String |
getSingleServiceName() |
|
boolean |
hasActionsOrSingleService() |
|
boolean |
isReadOnly() |
|
ResponseItem |
run(ScreenRenderImpl sri) |
|
void |
setAllParameters(java.util.List<java.lang.String> extraPathNameList, ExecutionContextImpl ec) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |