public class ExecutionContext extends BaseContext
| Constructor and Description |
|---|
ExecutionContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
boolean |
getIsGui() |
boolean |
getIsNoPrompt() |
Object |
getUiParent() |
void |
setApplicationName(String name) |
void |
setIsNoPrompt(boolean bool) |
void |
setUiParent(Object uiParent) |
clearAnnotations, clearProperties, getAnnotation, getBoolean, getInteger, getObject, getProperties, getString, removeProperty, setAnnotation, setBoolean, setInteger, setObject, setStringpublic boolean getIsGui()
public void setIsNoPrompt(boolean bool)
public boolean getIsNoPrompt()
public void setUiParent(Object uiParent)
public Object getUiParent()
public void setApplicationName(String name)
public String getApplicationName()
Copyright © 2021. All rights reserved.