public class CheckFileCondition extends ConditionOrAction implements Condition
Constructor and Description |
---|
CheckFileCondition()
Creates a new
CheckFileCondition . |
Modifier and Type | Method and Description |
---|---|
void |
addElse(ConditionOrAction item)
Adds a condition or action to the list of conditions/actions which should be executed
when this condition is false.
|
void |
addWhen(ConditionOrAction item)
Adds a condition or action to the list of conditions/actions which should be executed
when this condition is true.
|
java.util.Iterator<ConditionOrAction> |
elseIterator()
The returned iterator can be used to get the actions/conditions which are executed
when this condition is false.
|
int |
elseSize()
Returns the number of action/conditions which should be executed
when this condition is false.
|
UC4HostName |
getAgent()
Returns the name of the Agent.
|
int |
getDisplayMessageID() |
java.lang.String |
getFile()
Returns the name of the file.
|
java.lang.String |
getId() |
UC4ObjectName |
getLogin()
Returns the name of the Login object.
|
int |
getParameterMessageID() |
int |
getSkeletonMessageID() |
boolean |
isAction() |
boolean |
isAfterCondition() |
boolean |
isBeforeCondition() |
boolean |
isExists()
Returns the exists property.
|
boolean |
isIF() |
void |
setAgent(UC4HostName agent)
Sets the name of the Agent.
|
void |
setExists(boolean exists)
Sets the exists property.
|
void |
setFile(java.lang.String file)
Sets the name of the File.
|
void |
setLogin(UC4ObjectName login)
Sets the name of the Login object that is used to check if the file exists.
|
void |
setOwnHost()
Sets *OWN as host .
|
void |
setOwnLogin()
Sets *OWN as Login object name .
|
java.util.Iterator<ConditionOrAction> |
whenIterator()
The returned iterator can be used to get the actions/conditions which are executed
when this condition is true.
|
int |
whenSize()
Returns the number of action/conditions which should be executed
when this condition is true.
|
copy, createActionFromId, createConditionFromId, equals, getParameter, getPromptName, getScriptName, hashCode, isActive, isOnce, isParameterAltView, setActive, setOnce, setParameter
public void setAgent(UC4HostName agent)
agent
- Agentpublic void setOwnHost()
public void setFile(java.lang.String file)
file
- Filenamepublic void setExists(boolean exists)
exists
- Existspublic UC4HostName getAgent()
null
if *OWN is usedpublic java.lang.String getFile()
public boolean isExists()
public UC4ObjectName getLogin()
null
if *OWN is usedpublic void setLogin(UC4ObjectName login)
login
- Login object namepublic void setOwnLogin()
public boolean isBeforeCondition()
isBeforeCondition
in interface Condition
isBeforeCondition
in class ConditionOrAction
public boolean isAfterCondition()
isAfterCondition
in interface Condition
isAfterCondition
in class ConditionOrAction
public java.lang.String getId()
getId
in interface Condition
getId
in class ConditionOrAction
public void addWhen(ConditionOrAction item)
Condition
public void addElse(ConditionOrAction item)
Condition
public int whenSize()
Condition
public int elseSize()
Condition
public java.util.Iterator<ConditionOrAction> whenIterator()
Condition
java.util.Iterator
can be used to remove conditions or actions.whenIterator
in interface Condition
public java.util.Iterator<ConditionOrAction> elseIterator()
Condition
java.util.Iterator
can be used to remove conditions or actions.elseIterator
in interface Condition
public boolean isAction()
isAction
in class ConditionOrAction
com.uc4.api.objects.Action
or
false if the sub class is an instance of com.uc4.api.objects.Condition
public boolean isIF()
isIF
in class ConditionOrAction
public int getParameterMessageID()
getParameterMessageID
in class ConditionOrAction
public int getSkeletonMessageID()
getSkeletonMessageID
in class ConditionOrAction
public int getDisplayMessageID()
getDisplayMessageID
in class ConditionOrAction