public class ExecuteObjectAction extends ConditionOrAction implements Action, HasAlias
| Constructor and Description |
|---|
ExecuteObjectAction()
Creates a new
ExecuteObjectAction. |
| Modifier and Type | Method and Description |
|---|---|
UC4Alias |
getAlias()
Returns the alias or
null if none is set. |
int |
getDisplayMessageID() |
String |
getId() |
UC4ObjectName |
getName() |
Map<String,String> |
getParameter()
Returns the parameter of this task.
|
int |
getParameterMessageID() |
int |
getSkeletonMessageID() |
boolean |
isAction() |
boolean |
isAfterCondition()
Returns
true if this action can be used in a Pre-Condition. |
boolean |
isBeforeCondition()
Returns
true if this action can be used in a Post-Condition. |
boolean |
isFinal()
Returns
true if this is a final action in
this condition. |
boolean |
isIF() |
boolean |
isWait()
Returns
true if waiting for the task to finish is enabled. |
void |
setAlias(UC4Alias alias)
Sets the alias of the task.
|
void |
setName(UC4ObjectName name)
Sets the name of the Automation Engine object.
|
void |
setParameter(Map<String,String> map)
Sets the parameter (Prompt values).
|
void |
setWait(boolean wait)
Wait for the task to finish?
|
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameterpublic ExecuteObjectAction()
ExecuteObjectAction.public void setName(UC4ObjectName name)
name - Namepublic void setWait(boolean wait)
wait - true if the condition should wait until the task has finished,
false if the task exection should only be triggeredpublic void setParameter(Map<String,String> map)
map - Parameter in a Map, key is the variable namepublic Map<String,String> getParameter()
null if not set.public UC4ObjectName getName()
public boolean isWait()
true if waiting for the task to finish is enabled.public void setAlias(UC4Alias alias)
alias - Aliaspublic UC4Alias getAlias()
null if none is set.public boolean isFinal()
Actiontrue if this is a final action in
this condition.public String getId()
getId in interface ActiongetId in class ConditionOrActionpublic boolean isAction()
isAction in class ConditionOrActioncom.uc4.api.objects.Action or
false if the sub class is an instance of com.uc4.api.objects.Conditionpublic boolean isBeforeCondition()
Actiontrue if this action can be used in a Post-Condition.isBeforeCondition in interface ActionisBeforeCondition in class ConditionOrActionpublic boolean isAfterCondition()
Actiontrue if this action can be used in a Pre-Condition.isAfterCondition in interface ActionisAfterCondition in class ConditionOrActionpublic boolean isIF()
isIF in class ConditionOrActionpublic int getParameterMessageID()
getParameterMessageID in class ConditionOrActionpublic int getSkeletonMessageID()
getSkeletonMessageID in class ConditionOrActionpublic int getDisplayMessageID()
getDisplayMessageID in class ConditionOrActionCopyright © 2021. All rights reserved.