Robot
Class Robot
Tags
Table of Contents
Methods
- __construct() : mixed
- generateName() : mixed
- getBizprocActivity() : mixed
- getCondition() : ConditionGroup
- getDelayInterval() : DelayInterval
- getDelayName() : string
- getName() : mixed
- getProperties() : mixed
- getProperty() : mixed
- getTitle() : mixed
- getType() : mixed
- isExecuteAfterPrevious() : mixed
- setCondition() : mixed
- setDelayInterval() : mixed
- setDelayName() : mixed
- setExecuteAfterPrevious() : mixed
- toArray() : mixed
Methods
__construct()
public
__construct(array<string|int, mixed> $bizprocActivity) : mixed
Parameters
- $bizprocActivity : array<string|int, mixed>
generateName()
public
static generateName() : mixed
getBizprocActivity()
public
getBizprocActivity() : mixed
getCondition()
public
getCondition() : ConditionGroup
Return values
ConditionGroup —Robot condition.
getDelayInterval()
public
getDelayInterval() : DelayInterval
Return values
DelayInterval —Robot delay interval.
getDelayName()
public
getDelayName() : string
Return values
string —Robot delay name.
getName()
public
getName() : mixed
getProperties()
public
getProperties() : mixed
getProperty()
public
getProperty(mixed $name) : mixed
Parameters
- $name : mixed
getTitle()
public
getTitle() : mixed
getType()
public
getType() : mixed
isExecuteAfterPrevious()
public
isExecuteAfterPrevious() : mixed
setCondition()
public
setCondition(ConditionGroup $condition) : mixed
Parameters
- $condition : ConditionGroup
-
Robot condition.
setDelayInterval()
public
setDelayInterval(DelayInterval $delayInterval) : mixed
Parameters
- $delayInterval : DelayInterval
-
Robot delay interval.
setDelayName()
public
setDelayName(string $delayName) : mixed
Parameters
- $delayName : string
-
Robot delay name.
setExecuteAfterPrevious()
public
setExecuteAfterPrevious() : mixed
toArray()
public
toArray() : mixed